Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing ?
Message
From
24/10/2001 16:37:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Disappearing ?
Miscellaneous
Thread ID:
00572896
Message ID:
00572896
Views:
54
On of our SQL statements has a field which contains a "?".

I ran a simple test.
Select ;
     [a?b] as Url ;
   From < table >
The question mark disappears. Below fixes the problem.
Select ;
     [a] + Chr(63) + [b] as Url ;
   From < table >
I'm betting this has been documented already. What is the reason for this behavior?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform