Support: asp

How do I connect to the Microsoft Access database using a DSN connection?

DSN connections require ODBC, an open standard for API for accessing databases. ODBC handles SQL requests and converts them into requests that the individual database systems understand. DSNs are...

What is a DSN?

DSN, which stands for data source name, is a method of connecting to a database via ASP (Active Server Page). DSN connections require ODBC, an open standard for API...