![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Help me! I try to import some data from an informix 5.0 table to Sql Server 2000 with a DTS package. I use Intersolv ODBC driver version 03.011.0021 to connect to the database. It works well, but i can't define a parameter in the sql statement. For example if a try to execute : select * from table where field = ? The dts environment give me an "unspecified syntax error....." Where is the problem? The driver don't support parameters or these must be defined with another syntax? Bye Daniele |
#3
| |||
| |||
|
|
Help me! I try to import some data from an informix 5.0 table to Sql Server 2000 with a DTS package. I use Intersolv ODBC driver version 03.011.0021 to connect to the database. It works well, but i can't define a parameter in the sql statement. For example if a try to execute : select * from table where field = ? The dts environment give me an "unspecified syntax error....." Where is the problem? The driver don't support parameters or these must be defined with another syntax? Bye Daniele |
#4
| |||
| |||
|
|
Try rearranging to use this Global Variables and SQL statements in DTS Thanks, this is the solution that i actually use. |
#5
| |||
| |||
|
|
Used rsh service to execute reports and rcp to transfer the output. Thanks a lot. The problem is that i'm not an informix (and unix) |
#6
| |||
| |||
|
|
Used rsh service to execute reports and rcp to transfer the output. Thanks a lot. The problem is that i'm not an informix (and unix) programmer..... :-( I develop on MS platform and so i can use only the MS technologies such as ODBC..... :-( |
#7
| |||
| |||
|
|
Help me! I try to import some data from an informix 5.0 table to Sql Server 2000 with a DTS package. I use Intersolv ODBC driver version 03.011.0021 to connect to the database. It works well, but i can't define a parameter in the sql statement. For example if a try to execute : select * from table where field = ? The dts environment give me an "unspecified syntax error....." Where is the problem? The driver don't support parameters or these must be defined with another syntax? Bye Daniele |
![]() |
| Thread Tools | |
| Display Modes | |
| |