Hi,
I had one problem. we are using SQL Server2005 with two data bases.
I want to transfer the data from one DB to another DB. I created two DSN's for two DB's. I created Conn type as Automation " Microsoft ActiveX Data Objects 2.8 Library'.Connection " i can transfer the data from one DB to another DB.
I wrote this Code.
IF ISCLEAR(Connection) THEN
CREATE(Connection);
Connection.Open('DSN='Test','sa','password');
By using the above code i can transfer the data to coonect as SA only in navision.
Is it possible to assign multiple userids for transfering the data???
Thanks & Regards,
kishore...
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!