Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter.CursorFill() error
Message
From
10/08/2005 16:10:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
CursorAdapter.CursorFill() error
Miscellaneous
Thread ID:
01039982
Message ID:
01039982
Views:
60
Hi,


When I execute the CursorFill method of a CursorAdapter in VFP9 I get the following error message:
"Microsoft Cursor Engine : Data provider or other service returned an E_FAIL status."
Using the same CursorAdapter, changing only the SelectCMD propperty the error can occur or no.
if this.SelectCMD = "Select * from Table1" && the error doesn't occur
if this.SelectCMD = "Select * from Table2" && the error occurs

I reindex the tabela, mas but it don't solution.

- accessing the table by CursorAdapter the error occurs
- accessing the table by SQL PassThru (SQLExec) the error doesn't occur
- accessing the table by nativamente do VFP the error doesn't occur
Next
Reply
Map
View

Click here to load this message in the networking platform