Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Driven Design and Meta Tables
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01478896
Message ID:
01478906
Vues:
34
>But then you would have to have ALL columns of the table into the CA (which is fine but not always necessary). Another thing to take into account is that the Types in SQL Server are different from those in VFP and when constructing the CursorSchema some type "translations" should be done. Which is also not insurmountable. Another thing is sometimes you want to have a column or two from a child table so this complicates things.
>
>I just wish that I could use CA without CursorSchema and could simply specify that all DateTime types to be converted to Date type and Varchar(MAX) to memo. This would satisfy 99.99% of my needs. But I don't think it is possible.

You can alternatively create a table (or XML) in VFP and get the info initially from that view and then drop non used columns and adjust some fields. That may be better for your purposes.

I don't think there is a way to use global setting to convert all datetime fields to date and varchar(max) to Memo.
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