Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Camel notation in SQL column name
Message
De
05/11/2008 06:02:32
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
05/11/2008 05:21:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01359716
Message ID:
01359718
Vues:
25
Hi Roland,

what do you mean with "obtain"?

I just write
SELECT myField as SomeField from SomeCursor into CURSOR curTarget
VFP doesn't care about upper/lowercase

The only idea I think I can interpret is that you display the select straight away, IOW you do not use INTO CURSOR or something the like and see the result directly.

In this case, no I have no idea, VFP gives the headers of those browse window.

What you can do is
SELECT Field1,Field2, SomeField,.... FROM ... INTO CURSOR curSomeThing

BROWSE FIELDS Field1 H:'Field1',Field2 H:'Field2', SomeField H:'SomeField'
,....

But this is hard work for something like SELECT SQL for testing ...

Agnes
>Bonjour à tous,
>
>How can I obtain an sql query with both uppercase and lowcase in column names.
>
>Ex-> MyColumn
>
>D'avance merci
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform