[VB 2008]
I have the following connection to the DB:
Dim connString As String
connString = "Provider=Microsoft.JET.OLEDB.4.0;datasource=C:\Documents and Settings\Acer\Desktop\Db-Books.mdb"
if I have a Query string in queStr how can I execute it to return the records I want and which data container should I use for viewing them easily in a form?
I have the following connection to the DB:
Dim connString As String
connString = "Provider=Microsoft.JET.OLEDB.4.0;datasource=C:\Documents and Settings\Acer\Desktop\Db-Books.mdb"
if I have a Query string in queStr how can I execute it to return the records I want and which data container should I use for viewing them easily in a form?