C
Curtis Justus
Hi!
If this is not the place to post this, I apologize in advance...
I am connecting to a Paradox 4.X database using ODBC. I have the latest
version of MDAC loaded and have BDE 5.11 loaded.
When I run the following query:
select * from mytable
I get the following results back (sorry for any bad tabbing):
Code Sub Code Value
001 A 1
001 A 2
001 A 3
....
However, when I run this query:
select * from mytable where
If this is not the place to post this, I apologize in advance...
I am connecting to a Paradox 4.X database using ODBC. I have the latest
version of MDAC loaded and have BDE 5.11 loaded.
When I run the following query:
select * from mytable
I get the following results back (sorry for any bad tabbing):
Code Sub Code Value
001 A 1
001 A 2
001 A 3
....
However, when I run this query:
select * from mytable where
Code:
= '001'
I get only the first row back.
Any ideas?
Thanks in advance,
cj