Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Invalid status for bound data??

Author  Topic 

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2004-06-03 : 06:50:59
I have the above problem with a DTS package getting data from an Oracle 8i table. I have checked the datatypes on both the oracle and SQL Server tables... In Oracle the field this is failing on is a nuber(5,2), in SQL it is a Decimal(5,2)... Has anyone else come across this problem opr knows how to fix it? Doing a search, the only info I found was for a foxpro database to SQL Server and that was on this site...

Any ideas appreciated...
   

- Advertisement -