Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dates and cursor Adapter
Message
De
12/05/2003 14:07:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00787394
Message ID:
00787435
Vues:
15
Thanks,

I'll check into your class. In the meantime I did a little test, it connects to the database and I get no errors but no cursor is created. Also how do I name a cursor?


lo = NEWOBJECT("testcursoradapter")

lo.DataSource = "Driver=SQL Server;Server=DEVTEST;DATABASE=TESTDB"

lnConnect = SQLSTRINGCONNECT(lo.DataSource)

lo.SelectCmd = "SELECT nPA_id,tFollowup_Dt FROM PA_TEST"

lo.CursorSchema = "col1 n, col2 D"

lo.CursorFill()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform