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:
00836871
Views:
14
>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

Can you try something for me? In the class browser, open the CA classlib that my builder built for you. Modify the _cabase class, and edit the _ca_adosetup method. Place a breakpoint on the SECOND line of code shown below:
IF NOT PEMSTATUS(THIS.oADO_Conn, [Provider], 5)
	THIS.oADO_Conn = luOldValue  && breakpoint here
When I run this, the first line of code evaluates to false. However, once the break hits, the debugger shows that the PEMSTATUS is TRUE. Do you get the same results? THIS.oADO_Conn should also be an object. If it is not, place a breakpoint at the beginning of this method and step through the code. TIA!
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform