I am actually using a variant ODBCUSER.DLL from an earlier version 6.02
because one of the directors recompiled it. Where can I get the new verion
of the ODBCUSER.DLL to recompile? Also can I compile it using MS Visual C++
ver 6 (I can't seem to get it to compile anything but an exe)? Also what do
I have to search and replace? Anything that matches PASSWORD and USERID?
(matches exactly?) Also, I have done tracing but I have no clue what the
file means, could you help? Here is a clip of the end of the file:
IB6TRACE.LOG

X: X:\ib6\SQLSetEnvAttr.c 108 383
E: X:\ib6\SQLAllocHandle.c 376
X: X:\ib6\SQLAllocHandle.c 380 1899
X:\ib6\SQLGetInfo.c 72 77
X: X:\ib6\SQLGetInfo.c 1430 2463
E: X:\ib6\SQLDriverConnect.c 77
T X:\ib6\SQLDriverConnect.c 94
DSN=deleted;UID=deleted;PWD=deleted;DB=192.168.0.2:/home/thomas/data/sbukaut
h.gdb; 1
T X:\ib6\SQLDriverConnect.c 48
T X:\ib6\SQLDriverConnect.c 48
T X:\ib6\SQLDriverConnect.c 48
T X:\ib6\SQLDriverConnect.c 48
T X:\ib6\SQLDriverConnect.c 48
T X:\ib6\SQLDriverConnect.c 48

And a file SQL.LOG:

IAdmin          450-538 ENTER SQLAllocEnv
                HENV *              01040F20

IAdmin          450-538 EXIT  SQLAllocEnv  with return code 0 (SQL_SUCCESS)
                HENV *              0x01040F20 ( 0x00f314f0)

IAdmin          450-538 ENTER SQLAllocConnect
                HENV                00F314F0
                HDBC *              01040F24

IAdmin          450-538 EXIT  SQLAllocConnect  with return code 0
(SQL_SUCCESS)
                HENV                00F314F0
                HDBC *              0x01040F24 ( 0x00f31598)

IAdmin          450-538 ENTER SQLDriverConnectW
                HDBC                00F31598
                HWND                00000000
                WCHAR *             0x1F7D8B70 [      -3] "******\ 0"
                SWORD                       -3
                WCHAR *             0x1F7D8B70
                SWORD                        8
                SWORD *             0x00000000
                UWORD                        1 <SQL_DRIVER_COMPLETE>



Craig.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Mann
Sent: Friday, December 08, 2000 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] ODBCUSER.DLL


Hello Craig,

There was a new dll that shipped with 6.05.
Where did you replace the USERID and PASSWORD in the dll.  What it
sounds like is that during table validation it is failing cause it
looks to see if all of the appropriate fields are there.  Unless you
also replaced that code it will continue to look for those fields.  Do
a SQL Trace from the ODBC manager and I bet you that is what's
happening.


-Joe


Friday, December 08, 2000, 10:11:54 AM, you wrote:

CG> Hey guys,

CG> I am trying to use an external database with IMAIL. I am using Interbase
6.0
CG> for Windows. If I use the database with Imail 6.02, it works. If I
upgrade
CG> to 6.05 it stops working. Can someone help me please? I am using my a
CG> slightly changed ODBCUSER.DLL file, replacing USERNAME and PASSWORD with
CG> LOGIN_USERNAME and LOGIN_PASSWORD. What is wrong?

CG> Help!

CG> Craig


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to