Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC driver dlls silent install
Message
 
 
To
28/07/2003 12:25:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813720
Message ID:
00814182
Views:
9
Hi Grigore,

You may consider making it into FAQ.
BTW, do you check if driver is installed already? How? What are you going to do when next version of ODBC driver comes out? Wouldn't it require new entry in the registry and removal of the old one?

>Hello, Sergey
>
>I did some "research" <g>, in fact, I extensively tested my installation and it works like a charm. So I thought to post my findings, maybe anyone needs the same thing:
>
>1. Copied myodbc3.dll in Windows\System32 (under win9x it goes in Windows\System and the following paragraph should be changed accordingly).
>2. Wrote the following keys in registry:
>
>
>[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\MySQL ODBC 3.51 Driver]
>"UsageCount"=dword:0000000c
>"Driver"="C:\\WINDOWS\\system32\\myodbc3.dll"
>"Setup"="C:\\WINDOWS\\system32\\myodbc3.dll"
>"APILevel"="2"
>"ConnectFunctions"="YYN"
>"DriverODBCVer"="03.51"
>"FileUsage"="0"
>"FileExtns"="*.txt"
>"SQLLevel"="1"
>"CPTimeout"="60"
>
>[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
>"MySQL ODBC 3.51 Driver"="Installed"
>
>
>That's all with this odbc driver.
>
>Thank you, again.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform