Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error Loading Certain CursorAdapter Object
Message
 
 
À
13/10/2010 08:23:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01485221
Message ID:
01485232
Vues:
54
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform