G
Guest
Using an example for DSN-less connections found on the support site
(http://support.microsoft.com/default.aspx/kb/892490) I modified it slightly
to use an Oracle ODBC driver. The connect string now looks like this:
stConnect = "ODBC;DRIVER=Oracle in v8176;DBQ=" & stConn & ";UID=" &
stUsername & ";PWD=" & stPassword
The code runs correctly, but after the Append finishes and you look at the
table properties (Tables -> Design View -> Properties) the end of the string
has about 8 or 10 garbage characters that won't display. Also notable is
that the connect string after the Append has a "SERVER=blah_blah" in it and
no "PWD=your_password_here" embedded in it.
Is this a weird bug? I've searched MSDN for hours trying to find ANYTHING
remotely related to this.
Thanks in advance.
(http://support.microsoft.com/default.aspx/kb/892490) I modified it slightly
to use an Oracle ODBC driver. The connect string now looks like this:
stConnect = "ODBC;DRIVER=Oracle in v8176;DBQ=" & stConn & ";UID=" &
stUsername & ";PWD=" & stPassword
The code runs correctly, but after the Append finishes and you look at the
table properties (Tables -> Design View -> Properties) the end of the string
has about 8 or 10 garbage characters that won't display. Also notable is
that the connect string after the Append has a "SERVER=blah_blah" in it and
no "PWD=your_password_here" embedded in it.
Is this a weird bug? I've searched MSDN for hours trying to find ANYTHING
remotely related to this.
Thanks in advance.