Board index » delphi » TQuery, ODBC, intra-database select
Rob Prop
![]() Delphi Developer |
Rob Prop
![]() Delphi Developer |
TQuery, ODBC, intra-database select2003-12-06 06:42:09 PM delphi168 Hello, I am trying to connect to an informix database through ODBC. This works fine with a TQuery and TDatabase component. Now I want to selct some data from anoyher database. This is done with the sql command: select * from otherdb:sometable However it looks that the TQuery component want to replave :sometable with a variable. Is there a workaround possioble. (Using Delphi 5). Thanx in advance, Rob Prop |