VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DataAccessDLL

Austin K. Hayward  (4 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Advanced   Wed 3rd February 2021

** 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)

Returns
ADODB Recordset(s) - can be used as an array for multiple recordset retrieval.

Rate DataAccessDLL (15(15 Vote))

Download DataAccessDLL

DataAccessDLL Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters