Connect client to server
- From: "bakedmike via SQLMonster.com" <u15016@uwe>
- Date: Wed, 15 Feb 2006 20:17:33 GMT
I need a way to pass a connect string to a client. As of now, I hold the
connection information in an Access database that the client finds through a
mapped drive that is set in the applications ini file. The cleint selects
what server/database they want to connect to from a list that is generated
from the Access database and then the client connects to that SQL
server/database. Works great, except the Access database becomes corrupt
frequently, which I attribute to it running in a networked environment.
I have thought of placing the connect string in a text file or the ini file,
but this doesn't address when there is multiple server they could connect to
and it can't be plain text, must be protected some how and be able to build a
list. I have thought of using a Excel spread*** in place of the Access
database, but thought I would throw it out here to see if there is a better
way.
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-connectivity/200602/1
.
- Follow-Ups:
- Re: Connect client to server
- From: bakedmike via SQLMonster.com
- Re: Connect client to server
- Prev by Date: Re: Using field with character '?' has part of column name
- Next by Date: Problem with JDBC -- Eating up Ports/Processes!
- Previous by thread: Re: Using field with character '?' has part of column name
- Next by thread: Re: Connect client to server
- Index(es):
Loading