ajetrumpet
Banned
- Local time
- Yesterday, 19:12
- Joined
- Jun 22, 2007
- Messages
- 5,638
what do these stand for? I just tried to change an mdb in a7 and I could not compile because my dim statements with single recordsets were not registering with the program. I had to replace all the dims with "as DAO.recordset"
it's not a big deal, but I'm wondering if I should always dim them as such instead of just dimming recordsets. what's with the difference? and what would I ever use ADO recordsets for? are they only to used for outside connections with another database?
it's not a big deal, but I'm wondering if I should always dim them as such instead of just dimming recordsets. what's with the difference? and what would I ever use ADO recordsets for? are they only to used for outside connections with another database?