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
 Transact-SQL (2000)
 creating an instance of a dll

Author  Topic 

harshal_in
Aged Yak Warrior

633 Posts

Posted - 2002-09-26 : 01:05:08
hello,
I have a dll which is located on our media server which is at other location then the database server.this dll renames the ftp accounts.currently I am calling a dll which is at the database server which in turn calls a dll that is on the media server and does the work.
I was wondering If i can call a dll directly on the media server,can i create a instance of the dll on the other server??
u'r help is appreciated.

Harshal.

nr
SQLTeam MVY

12543 Posts

Posted - 2002-09-26 : 06:35:07
Some time ago I found an article dscribing how to use sp_oacreate to create an object on a remote server but it involved patching the registry and such things - didn't look like a good idea.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -