VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



DataAccessDLL

by Austin K. Hayward (4 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (15 Votes)

** PLEASE VOTE FOR MY CODE - EVEN IF YOU DON'T LIKE IT **
GREATLY simplifies accessing JET or SQL Server databases. No more Connection String, provider, data source, Persist Info etc. properties to fill in. Provides easy to follow instructions right inside the DLL.

Inputs
SQL - user id, password, authentication mode, server name, command text JET - database name, command text
Assumes
A basic knowledge of ADODB is helpful, SQL statements (select * from whatever)
Code Returns
ADODB Recordset(s) - can be used as an array for multiple recordset retrieval.

Rate DataAccessDLL

Download DataAccessDLL

Download DataAccessDLL (8 KB)

DataAccessDLL Comments

No comments have been posted about DataAccessDLL. Why not be the first to post a comment about DataAccessDLL.

Post your comment

Subject:
Message:
0/1000 characters