RDM2
IS-IT--Management
- Jul 14, 2006
- 14
It has been decided that I must convert 3 VB6 Projects that use a common SQL Server DB to use a MySQL DB. The DB migration went well and appears to be ready.
PROBLEM: I have not been able to find the info I need to make the code substitutions in the VB6 projects. The code that has worked well is:
Public oMSDEServer As SQLDMO.SQLServer
Set oMSDEServer = CreateObject("SQLDMO.SQLServer")
Providers used in the connection strings are "Provider=SQLOLEDB.1" for the ADODCs on the Forms, and "Provider=MSDataShape;Data Provider=SQLOLEDB.1" for the DE.
If someone can share or point me to the right info on how to substitute I sure would appreciate it. I.m facing some major, major rewrite if this does not work.
TIA
PROBLEM: I have not been able to find the info I need to make the code substitutions in the VB6 projects. The code that has worked well is:
Public oMSDEServer As SQLDMO.SQLServer
Set oMSDEServer = CreateObject("SQLDMO.SQLServer")
Providers used in the connection strings are "Provider=SQLOLEDB.1" for the ADODCs on the Forms, and "Provider=MSDataShape;Data Provider=SQLOLEDB.1" for the DE.
If someone can share or point me to the right info on how to substitute I sure would appreciate it. I.m facing some major, major rewrite if this does not work.
TIA