For Programmers: Free Programming Magazines  


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
FULK

2005-03-31, 3:59 am

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


Doug

2005-04-08, 7:24 pm

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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com