07-12-2005 12:25 AM - edited 03-13-2019 11:01 PM
Hi all,
using the db get step, if I try to get datas form SQL nvarchar or ntext field the step returns "unsopported object data type".
Now I can't ask to our customer to convert all their databases from nvarchar to char.
Do you know any workaround?
Thanks
Daniele
07-18-2005 07:13 AM
Other than converting all the databases from nvarchar to char, I don't know of any other workaround.
07-28-2005 01:36 AM
I resolved the issue by using DTS on the SQL Server.
I created a scheduled DTS which get datas from the customer table and copy into another table but with varchar data type instead of nvarchar.
Using varchar data type the db_get step works fine.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide