Darren Edgerton wrote:
> Hi Jeff,
> 
> i tried .45_18 but still get the same results

IF you are using unixODBC and DB2, you need to add

DontDLClose = 1

to the driver entry in odbcinst.ini, The db2 driver uses atexit() to 
register a exit function, and if the DM unloads the lib before exit, its 
still called, but is nolonger in the process address space, with the 
effect you see.

If you are not using unixODBC, please ignore the above :-)

-- 
Nick Gorham
Easysoft Limited http://www.easysoft.com

Reply via email to