Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Loading Certain CursorAdapter Object
Message
 
 
To
13/10/2010 08:23:29
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01485221
Message ID:
01485232
Views:
55
>Sergey,
>
>>Are you pulling all the records from the table?
>>
>>BTW, why aren't you using varchar for long character columns?
>
>No, I only select a subset. SelectCmd would be something like:
>
>
>SELECT * FROM Parcel WHERE JobOrderID=?JobOrder.ID
>
>
>Is not using VARCHAR() the culprit? What's the advantage over just CHAR()?
>
>All the other CA classes for the other tables work just fine. Only this particular one, and its subclass.
>
>Thanks
>Dennis

You don't have where clause in your selectCmd at present. \

Varchar fields use much less space than CHAR, as char fields are fixed length and always occupy all space.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform