Data Objects for Win and Web
Date: Thu, 10 Mar 2005 08:44:12 -0500
We have a set of objects that use a DAL to connect to SQLServer. The
database they will be using is selected during login. Where is the best
place to hold this information so the DAL can use it no matter if it is Web
or Win.
Phenix
Relevant Pages
- Re: Linked Server Connection Error: 18459
... I cannot execute the sqlcmd query against the linked server from sqlServer A to sqlServer B but I can run the linked server query from B to A. ... Login failed for user xxxxx\yyyyy. ... I do notice that the login is trying to connect to the master database via the linked server connection however this login is actually defauted to another user database. ... (microsoft.public.sqlserver.connect) - error conection frm clients to the sqlserver
... computer with ' MIS' name.the type of SQLserver installation is mixed mode ... network clients without login to the SQlserver besuse the sqlserver is mixed ... sqlserver database without login to SQLserver computer. ... (microsoft.public.sqlserver.connect) - Access permissions on tables for current user
... I want to find out the access permissions available to the user associated ... with the current login for each database in sqlserver. ... granted to or by the current user in the current database. ... (microsoft.public.sqlserver.security) - Re: PDO: Switch database user without reopening connection
... At the bare minimum there will be a login user who only has ... modifications to the database as well (editors get update permission, ... As database connections are expensive to ... a certain visitor in the Session, and use that value to start the right ... (comp.lang.php) - Re: PDO: Switch database user without reopening connection
... At the bare minimum there will be a login user who only has ... the postgres user they are logged in as to one that can make ... modifications to the database as well (editors get update permission, ... As database connections are expensive to ... (comp.lang.php) |
|