Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursoradapter & ADODB
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00833952
Message ID:
00836888
Vues:
22
>I can't seem to get anything to work with my cursor adapters built from your CA builder. This is very frustrating. I have been working on and off on this for 3 weeks now and can't get CA & ADO to work with my VFP or ORACLE data. If you want, I can give you a sample sturcture of my table and a copy of my CA. I don't know what else to do.
>
>Mark

There is some kind of problem with PEMSTATUS properly evaluation the ADO connection object's Provider property. So I changed the _cabase class code in the _ca_adosetup method. Old code:
IF NOT PEMSTATUS(THIS.oADO_Conn, [Provider], 5)
New Code:
IF TYPE("THIS.oADO_Conn.Provider") <> "C"
See if that helps you.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform