Amit Dahotre
October 8th, 2001, 07:29 AM
My application is running perfectly with MS Access and SQL Server. I want to replace the back-end with MySql running on Linux. How do I go about it?
|
Click to See Complete Forum and Search --> : VB Front End, MySql(Linux) Backend Amit Dahotre October 8th, 2001, 07:29 AM My application is running perfectly with MS Access and SQL Server. I want to replace the back-end with MySql running on Linux. How do I go about it? Iouri October 8th, 2001, 07:31 AM oConn.Open "Driver={mySQL};" & _ "Server=MyServerName;" & _ "Option=16834;" & _ "Database=mydb;" Iouri Boutchkine iouri@hotsheet.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |