dbTalk Databases Forums  

Peroblem accesing a fiel named "auto"

comp.databases.paradox comp.databases.paradox


Discuss Peroblem accesing a fiel named "auto" in the comp.databases.paradox forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
aki
 
Posts: n/a

Default Peroblem accesing a fiel named "auto" - 12-02-2007 , 12:48 PM






hi, hi have a table with a field named "auto" if i want select that
field i have an errror:

Invalid use of keyword
Token: auto

ie:

select auto
from table

or

select *
table where (auto = 'something')

how can i access to the field?

Thanks

Reply With Quote
  #2  
Old   
Bertil Isberg
 
Posts: n/a

Default Re: Peroblem accesing a fiel named "auto" - 12-02-2007 , 03:28 PM






select t."auto"
from table t


select *
table t where (t."auto" = 'something')


--
Bertil Isberg - CTECH
Paradox buglist:
online: http://hem.bredband.net/bertilisberg/

"aki" <marcosarrostito (AT) gmail (DOT) com> skrev i meddelandet
news:5c40eb34-406c-4030-86ae-b7a8aa7b07f1 (AT) s12g2000prg (DOT) googlegroups.com...
Quote:
hi, hi have a table with a field named "auto" if i want select that
field i have an errror:

Invalid use of keyword
Token: auto

ie:

select auto
from table

or

select *
table where (auto = 'something')

how can i access to the field?

Thanks



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.