Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Column name "from"Search Forum

Forum Home > FlexODBC - ODBC Driver for DataFlex Embedded DBMS > FlexODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Column name "from" 
 Author   Message 
  Andrew Hawken 
  
 Group: Members 
 Posts: 6 
 Joined: 2008-12-10 
 Profile
 Posted : 2009-01-15 23:35:08
One of the DB's I need to connect to has a table with a column named FROM !  Is there a syntax by which I can address this column ?

such as

select top 5 * from grid where "[grid].[FROM]" > '1/01/2006'

Andrew 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-16 10:04:23

FlexODBC doesn't support the [ ]s, try just:

select top 5 * from grid where "grid.from" > {d'2006-01-01'}

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to