pete welch
2008-02-09 20:54:35 UTC
When deploying an application that makes a stored procedure
call to SQL2K using dbEpress, an error pops up complaining
about one of the stored procedure parameters. However, if I run
the application from my development box, there are no
complaints and it works fine.
I add the file dbxmss30.dll to the deployed exe directory. I
didn't do anything like run regsvr32 on it. The DBX
documentation has few examples, so I have no idea what else
might be needed. Do I need to install some sort of SQL Server client in addition to the dbxmss30.dll?
Another question is, is there a standard way to provide
authentication for a Windows-only Authentication mode in SQL2K
(assuming multiple pc-based clients that call a stored procedure on the SQL Server)? My notion is to grant
Domain/Users access to the stored procedure since the SQL
server and the clients are all on the same domain. But, what do
I use for user and password in SQLConnection.Params? Maybe,
nothing -- leave them blank. There is another parameter in the
Params property of TSQLConnection called OS Authentication that
suggests a value of True or False. Can't find any documentation
on it but I guess it should be True.
I will be grateful for any ideas or related discussion.
Pete
call to SQL2K using dbEpress, an error pops up complaining
about one of the stored procedure parameters. However, if I run
the application from my development box, there are no
complaints and it works fine.
I add the file dbxmss30.dll to the deployed exe directory. I
didn't do anything like run regsvr32 on it. The DBX
documentation has few examples, so I have no idea what else
might be needed. Do I need to install some sort of SQL Server client in addition to the dbxmss30.dll?
Another question is, is there a standard way to provide
authentication for a Windows-only Authentication mode in SQL2K
(assuming multiple pc-based clients that call a stored procedure on the SQL Server)? My notion is to grant
Domain/Users access to the stored procedure since the SQL
server and the clients are all on the same domain. But, what do
I use for user and password in SQLConnection.Params? Maybe,
nothing -- leave them blank. There is another parameter in the
Params property of TSQLConnection called OS Authentication that
suggests a value of True or False. Can't find any documentation
on it but I guess it should be True.
I will be grateful for any ideas or related discussion.
Pete