vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I was able to create a linked server using ODBC to an Informix database. When I used the OPENQUERY function to run a query, I was able to get the data from the Informix database. However, I am not able to use a regular statement to run a query. I used the following SQL: select * from IES_DEV.ies_test.iesdb.xierf_userid_t I kept getting an error saying that the specified table does not exist. Someone told me that when running the select statement in Informix, the owner name must be surrounded by single or double quotes. However, I really don't know how I could pass single or double quotes through the above select statement on SQL Server. Can anyone help me? Thanks, RJ |