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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-01-23 : 07:15:38
|
| Sanjay Prakash writes "Hi,I have application which use SQLDMO object developed in visual basic. with the setup of my application i have to ship the File required to register SQLDMO object on the Client computer.Microsoft Says in its (Microsoft Knowledge Base Article - 248241 )INF: Enabling SQL DMO Clients Without Installing the Client Side UtilitiesFollowing is the list of SQL-DMO related DLLs that you need to enable DMO from a client: · Sqldmo.dll · Sqldmo.rll · Sqlsvc.dll · Sqlsvc.rll · Sqlwoa.dll · Sqlresld.dll · Sqlwid.dll · W95scm.dllThis what micrososft tell to do. 1. Add a directory called "Resources" to the location where the Sqldmo.dll resides. 2. Add a subdirectory under Resources called "1033". 3. In this directory, copy the Sqldmo.rll file.But when i copy this file on computer having Windows2000.in path as specfied by microsoft. If fail to register.Some computer its works. But on fresh computer it not.Also with Computer having windows 2000 German version do i have to copy the Language resource file in 1033 dir or 1031.If you can help me.BestRegardsSanjay" |
|
|
Stoad
Freaky Yak Linguist
1983 Posts |
Posted - 2004-01-23 : 12:55:03
|
| all resources libraries (.rll) in \resources\1033all required .dll one level up Resources catalog. |
 |
|
|
|
|
|