I would appreciate any help in finding dbeng50.exe or in the above matter.
Sincerely
-k
Hello. dbeng50 is not the odbc driver - it's the actual database
engine. Obviously you will need it to run the database, but you will
also need %SQLANY%\WIN32\WOD50T.DLL as well. I assume this driver
name was changed with 6.0 as well, but I do not use 6.0.
Here's the sample database registry entry that comes with SQLaw 5.x.
See if you can get some ideas for 6.0.
------------------------------------------
REGEDIT4
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\SQL Anywhere 5.0 Sample]
"Driver"="c:\\Program Files\\Sybase\\SQL Anywhere
5.0\\win32\\wod50t.dll"
"Description"="Sybase SQL Anywhere Sample Database"
"UID"="dba"
"PWD"="sql"
"DatabaseFile"="c:\\Program Files\\Sybase\\SQL Anywhere
5.0\\sademo.db"
"Start"="c:\\Program Files\\Sybase\\SQL Anywhere
5.0\\win32\\dbeng50.exe"
"AutoStop"="yes"
------------------------------------------
Tom