Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Camel notation in SQL column name
Message
From
05/11/2008 06:02:32
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
05/11/2008 05:21:32
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01359716
Message ID:
01359718
Views:
27
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]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform