Atliens911
MIS
I made a project in VB6 that i converted to an exe file. I am using the DB environent and reports in the project. I want to be able to transfer it to a disk and run the project from the disk. Now I read in a book how to make the DB env transferable by using app.path in the initialization code. I did that. Problem I am having is even on the machine that I created it on I am getting a screen that says Please Enter MS JET OLE DB Initialization Information.
DATA SOURCE: this has my path name in it
User Name: Admin
Password: Blank (no password on db)
Provider String: Blank
Open Mode: DB_MODE_Readwrite (I need it to be read only)
Does anyone know what might be happening? I don't understand why I'd get a jet error on the machine I created the programe with.
DATA SOURCE: this has my path name in it
User Name: Admin
Password: Blank (no password on db)
Provider String: Blank
Open Mode: DB_MODE_Readwrite (I need it to be read only)
Does anyone know what might be happening? I don't understand why I'd get a jet error on the machine I created the programe with.