Difference between revisions of "Manage DSN"

From Help
Jump to: navigation, search
Line 5: Line 5:
 
<br>  
 
<br>  
  
'''Here’s how to create a DSN using the&nbsp; Manage DSN Records application:'''<br>  
+
'''Here’s how to create a DSN using the "Manage DSN Records application":'''<br>  
  
 
<br>  
 
<br>  
Line 13: Line 13:
 
<br>  
 
<br>  
  
#Click on the "Add" button. A Create popup window will become active on the right hand side.<br>
+
#Click on the "Add" button. A Create popup window will become active on the right hand side.  
#Enter your Data Source Prefix (required).<br>
+
#Enter your Data Source Prefix (required).
#Choose a database type from the drop-down menu.  
+
#Select a database type from the drop-down menu.  
#Choose a language:ASP or ASP.NET. from the drop-down menu.  
+
#Select a language:ASP or ASP.NET. from the drop-down menu.  
#Select an .mdb file from the database drop-down menu (required).<br>
+
#Select an .mdb file from the database drop-down menu (required).
#Click the "Apply" button to create new data source name.
+
#Click on the "Apply" button to create new data source name.
#Click the "Cancel" button to dismiss all changes.  
+
#Click on the "Cancel" button to dismiss all changes.  
  
 
<br>  
 
<br>  
Line 25: Line 25:
 
'''To Upload a database:'''  
 
'''To Upload a database:'''  
  
#Click the "Browse" button in order to locate your file that you wish to upload.<br>  
+
#Click on the "Browse" button in order to locate your file that you wish to upload.<br>  
#Click the "Upload" button to upload the file.<br>  
+
#Click on the "Upload" button to upload the file.<br>  
  
 
<br>  
 
<br>  
  
'''Here’s how to delete a DSN&nbsp;: '''  
+
'''Here’s how to delete a DSN: '''  
  
 
#From the Available Data Source Names list, select the DSN you wish to delete.<br>  
 
#From the Available Data Source Names list, select the DSN you wish to delete.<br>  
#Click the "Remove" button.<br> <br>
+
#Click on the "Remove" button.
  
 
[[Category:Setup]]
 
[[Category:Setup]]

Revision as of 08:07, 21 September 2011

Data Source Names are textual strings used by application programs to reference data sources. ODBC data sources store information about how to connect to the indicated data provider (i.e. Microsoft SQL database).

NOTE: You must provide a unique identifier for each data source. In other words, the name that you select for your DSN (Data Source Name) must be unique. It may take up to one hour for changes to take effect.


Here’s how to create a DSN using the "Manage DSN Records application":


You can create MSSQL, MySQL or MS Access Data Source Names using this tool however, before doing so you will need to upload the MS Access file to the server.


  1. Click on the "Add" button. A Create popup window will become active on the right hand side.
  2. Enter your Data Source Prefix (required).
  3. Select a database type from the drop-down menu.
  4. Select a language:ASP or ASP.NET. from the drop-down menu.
  5. Select an .mdb file from the database drop-down menu (required).
  6. Click on the "Apply" button to create new data source name.
  7. Click on the "Cancel" button to dismiss all changes.


To Upload a database:

  1. Click on the "Browse" button in order to locate your file that you wish to upload.
  2. Click on the "Upload" button to upload the file.


Here’s how to delete a DSN:

  1. From the Available Data Source Names list, select the DSN you wish to delete.
  2. Click on the "Remove" button.