Login   /   Register

Create and delete a DSN

Rate this article
     0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
Loading ... Loading ...
April 1st, 2008 by daniva

a DSN, is a way for you to connect to a database merely by referencing the DSN name, and without having to specify the entire path to the database. That’s particularly handy if you have a bunch of scripts that access this database. If you hard-code the path into the scripts and then move the database from one server to another, you’ll have to edit the path on each and every script. If you use a DSN, however, you won’t have to edit the scripts at all; instead, you just need to modify the DSN. That’s one change versus hundreds of changes (depending on how many scripts you have).

The content you are accessing is for registered users only
Registeration is FREE, quick and private.
You can either Register pr Login if you have already registered

Posted in ADODB

2 Responses to “Create and delete a DSN”

  1. eramyang Says:

    [-]

    cool, but difficult

  2. rajivkumarnandvani Says:

    [-]

    WELL DONE PLS POST THIS SCRIPT FOR ORACLE

Leave a Reply

You must be logged in to post a comment.

This article was viewed 561 times