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?
Printable View
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?
oConn.Open "Driver={mySQL};" & _
"Server=MyServerName;" & _
"Option=16834;" & _
"Database=mydb;"
Iouri Boutchkine
[email protected]