
Changing database location at run time
Hi Jason,
If you are using crystl32.ocx, you can try :
report1.datafiles(0)=mydb.name
where "mydb" is the database object.
Julio, from S?o Paulo, Brazil
Quote:
> Hi,
> Is there a way to change a database's ( I am using Access MDB)
location
> at runtime using VB6?
> Thanks in advance