hi - i'm opening up an access db and want to have a count of all the records in the recordset, here's part of my code getting that recordset:
sql = "SELECT * from Job"
Set fEmpRS = fEmpDB.OpenRecordset(sql)
is there a set way of knowing how many are in a recordset? thanks!
Hi - I have a couple of questions.. any response is appreciated!
First, I am accessing an Access 97 database with VB 6.0. I should first tell you that I;m currently running Access 2000 but since there was too big an issue making it work with VB 6.0 in Access 2000, I'm pressed for time so I'm...
ok, here's the thing. the ADO connection works great, but the problem is i'm doing this project for a prof. to teach a class and it has to be a DAO connection. is there just no way to get a DAO to work with access 2000?
gwinn7 - I know you asked what my string was with the ADO... here it is:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\WINDOWS\Desktop\vbproject\EmployeeDB.mdb;Persist Security Info=False
Hi - I'm trying to access an Access 2000 db through VB 6.0. I keep getting the error "Unrecognized database format". Any ideas how to fix this? Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.