Thanks Rick and Steve.
Ok I have something to look at. I guess its time to jump in
Allen 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Rick Schummer

Stephen told you that you need a connection. You have to determine how the
connection is
established. DSNs are easy to maintain and allow the users to switch to
different servers and
different databases on servers, but you have to establish them on every
machine where the app is
run. You can programmatically create and manipulate the DSNs so it is easier
for you users. DSN-less
connections are via connection strings. You have to manage this too, but it
is all string
manipulation. 

Either way, you just tell the connection mechanism you choose to point to a
different server, or
database, or both.

The good news: it is all fundamentally the same no matter what database you
are using, just a
different ODBC/OLE DB driver, or different connection strings. 

Rick
White Light Computing, Inc.



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to