May 3, 2003 at 12:40 am
Hai Friends,
I used SqlDMo to Take Bakeup in an application. it is working properly in system which got
sqlserver installed. but not working in other systems which desen't have server or it component installed .
how to make this programe work in client. it need some .rll files like sql-ns.rll etc but it is giving some error while i tried to regiester it.
how to make a program work without sqlserver installed on a client system.
May 3, 2003 at 5:11 am
Not all dll's require registration. Which files are you installing to support DMO operations?
Andy
May 5, 2003 at 7:06 am
Andy ,
I want to register sqldmo.rll and sqlresld.dll,sqlsvc.dll,sqlwid.dll,w95scm.dll
May 5, 2003 at 7:41 am
.rll's are not registerable and do not need to be. Make sure you review the reditributables details on the SQL Server install disk to make sure you have all the files you need. You then package those files and REGSVR32 the dll's. If you do not have the disk I can find mine and give you the details of the redistribuables text file.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply