[dba-VB] VB.Net

John W. Colby jwcolby at colbyconsulting.com
Sun May 2 09:53:27 CDT 2004


I need to know the syntax for just setting up access to data from code.

In DAO you just dimmed a db and a recordset:

dim db as dao.database
dim rst as dao.database
	set db = currentdb
	set rst = db.openrecordset()

etc.

I know there are three parts to vb.net and can set them up with the wizard,
but I want to be able to "just do it" from code as well.

Anyone know how?

John W. Colby
www.ColbyConsulting.com





More information about the dba-VB mailing list