Viewing 7 posts - 1 through 7 (of 7 total)
Thanks for you help Sean!
The first links were helpful!
I changed the source database connection to Microsoft ODBC for oracle and now I am able to refer to the global variable...
August 15, 2001 at 8:17 pm
The error message is the same when I just type
select * from Oracle_table where activity_date > ?
Also, when I hit the preview button to see the result set...
August 14, 2001 at 8:00 am
Leon,
My package works when the source and destination databases are SQL Server databases. When I change the source database to an Oracle database, then the query for the source...
August 14, 2001 at 7:32 am
Sean,
I have tried it without the TO_DATE function. I still get an error. Were you able to recreate the error?
Thanks for your help!
Henok
Henok
August 13, 2001 at 11:46 am
Sean,
Here's the sql script in the source tab:
select * from Oracle_table where activity_date > TO_DATE(?, 'DD/MM/YYYY')
TO_DATE() is an oracle function that I use to format the date from the input...
August 13, 2001 at 10:29 am
Hi Sean,
Thanks very much for your quick reply. I am sorry for not getting back to you on time. Here's the problem: I am able to create...
August 13, 2001 at 10:00 am
Thanks for your reply sir,
I have a problem though. I am not allowed to tamper with the Oracle database. Here's what I did: using DTS I created...
August 9, 2001 at 1:06 pm
Viewing 7 posts - 1 through 7 (of 7 total)