I am using D7 and Sql Server 2000. I use BDE components and connect through the ODBC.
I have a TQuery where my sql statement looks like this :
Select cola
from taba
union
Select colb
from tabb
I get a error that this cappability is not supported. Does the Sql Server ODBC not support unions ? Why not ? How do I get around this. I know ADO work, but the application I am working on is already a few years old and everything is in BDE. Would be to big a job to change everything to ADO.
Any suggestions ?
Karen
I have a TQuery where my sql statement looks like this :
Select cola
from taba
union
Select colb
from tabb
I get a error that this cappability is not supported. Does the Sql Server ODBC not support unions ? Why not ? How do I get around this. I know ADO work, but the application I am working on is already a few years old and everything is in BDE. Would be to big a job to change everything to ADO.
Any suggestions ?
Karen