|
-
September 18th, 2001, 01:57 AM
#1
Increasing database
I´m using this code to get data (fill the recordset) from a database (Access97)
set mydb = OpenDatabase("database.mdb")
set myQuery = mydb.CreateQueryDef("aqry", "SELECT * FROM ATABLE")
set qryRS = mydb.OpenRecordset("aqry", dbOpenDynaset)
this makes the database to grow from 1 MB to 16 MB, why????
olle
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|