Contents

Introduction
Welcome
System requirements
Licensing details
What is the registration
Using ASPRunner.NET
Working with projects
Connecting to the database
Datasource tables
Master-detail
Choose pages
Login page
User login settings
Avanced Security Settings
User group permissions
Fields order and totals
Miscellaneous settings
Choose theme
Visual Editor
About
Toolbars
Page Elements
"View as" settings
"Edit as" settings
Validation types
Lookup wizard
Events
Output directory settings
After you done
FTP upload
FrontPage Publishing
Advanced topics
Master-details relationship
AJAX-based Functionality
Connecting to database
Connecting to MS Access database
Connecting to MS SQL Server database
Connecting to MySQL database
Connecting to Oracle database
Publishing ASP.NET application to the remote Web server
Using FTP client to publish ASP.NET pages to the remote Web server
Using FrontPage to publish ASP.NET pages to the remote Web server
Demo Account
What is the Demo Account
Terms and conditions
Events
More about events
Predefined actions
Send simple email
Send email with new data
Save new data in another table
Insert a record into another table
Check if specific record exist
Display a message on the WEB page
Redirect to another page
Custom code
Sample code
Show list of customer orders
Before deleting a record check if related record exist
Check if start date is earlier then end date
Speed up data entry using events
Order ASPRunner.NET online

 
Home
ASPRunner.NET 5.0 manual
Prev Page Next Page
 
 

How can I add new ODBC Datasource

 

Relatively speaking, configuring ODBC and creating and data source name is probably the most difficult part in the whole setup. However, most likely since programmers, DBAs and system administrators will use this tool, most of the users would already know how to do it.

Opening the ODBC Administrator

Double click the ODBC32 icon in the control panel to start the ODBC Manager. Remember you can only use version 3.x or above in order to connect to the databases. You can confirm the version of manager by clicking on the "About" tab on the administrator

 

Different kinds of DSN

You can create three different kinds of data source names.

User DSN

These data sources are local to a computer, and may only be used by the current user.

System DSN

These data sources are local to a computer, rather than dedicated to a user. The system, or any user having privileges, can use a data source set up with a system DSN.

File DSN

These are file-based data sources that may be shared between all users that have the same drivers installed, so have access to the database. These data sources need not be dedicated to a user or local to a computer.

Creating a new DSN

Depending on your needs you can decide what type of DNS would be suitable for you. In the example below we will create a System DSN that will point to an MS SQL Server database.

  • Click on the System DSN tab in the Data Source Administrator

  • Click the Add button to add a new DSN.

  • The next screen will display all the available ODBC drivers that you have installed on the machine. For this example, select SQL Server.

Please note that screen in the next step may differ from driver to driver. For this example we are using version 2.65.

Click the Ok button when done.

Converted from CHM to HTML with chm2web Standard 2.83 (unicode)