Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug after using SQLConfigDataSource?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Bug after using SQLConfigDataSource?
Divers
Thread ID:
00852785
Message ID:
00852785
Vues:
39
After running SQLConfigDataSource, I notice the VFP File/Open, File/SaveAs and Program/Do menu commands stop working. Could someone confirm this for me?

Thanks,

Simon

DECLARE INTEGER SQLConfigDataSource in odbccp32.DLL ;
INTEGER hwndParent, INTEGER fRequest, ;
STRING @lpszDriver, STRING @lpszAttributes

lcAttributes = ;
"DSN=Foo" + CHR(0) + ;
"SERVER=(local)" + CHR(0) + ;
"DATABASE=pubs" + CHR(0)

? SQLConfigDataSource( 0, 4, "SQL Server" + CHR(0), lcAttributes )
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform