Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ACCESS 2000 and a RDC
Message
De
18/09/2000 20:40:49
Mike Davis
Per-Se Technologies
Elgin, Illinois, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
ACCESS 2000 and a RDC
Divers
Thread ID:
00417885
Message ID:
00417885
Vues:
58
I'm trying to bind a RDC in code so I cant get rid of the ODBC manager dialog. If I set every thing in the control, after I pick the DB I'm fine.
Here is what I have in my form.load:
sConn = "ODBC;Database=d:\data\accounting.mdb;" _
& "UID;PWD;DSN=MS Access;"
Me.MSRDC1.Connect = sConn
Me.MSRDC1.DataSourceName = "MS Access"
Me.MSRDC1.Prompt = rdDriverNoPrompt
Me.MSRDC1.sql = DU.BuildSqlStmt(mSql)
Me.MSRDC1.Refresh

Thanks
Mike D
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform