Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursoradapter & ADODB
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00833952
Message ID:
00836888
Views:
24
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform