Home > Archive > Delphi > April 2005 > Query on paradox table
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Query on paradox table
|
|
|
| I have a problem making a query on paradox tables. In fact with a normal
query I can't obtain first field of any tables. To show more clearly my prob
I do an example:
I have a table called "MyTable" that have three fields called Field1, Field2
and Field3. The query I can't do is:
SELECT Field1
FROM MyTable
while a query like:
SELECT Field2
FROM MyTable
works pretty well. Any suggestions about this problem?
Thanks, best regards
| |
|
| quote: Originally posted by FULK
I have a problem making a query on paradox tables. In fact with a normal
query I can't obtain first field of any tables. To show more clearly my prob
I do an example:
I have a table called "MyTable" that have three fields called Field1, Field2
and Field3. The query I can't do is:
SELECT Field1
FROM MyTable
while a query like:
SELECT Field2
FROM MyTable
works pretty well. Any suggestions about this problem?
Thanks, best regards
|
|
|
|
|