RAYMOND HJ
11-08-2000, 07:35 PM
Hallo Hi...
I'm having problem when I try to run my application in the local area network. The error message as below:-
Run-time error '3078'
The microsoft Jet database engine cannot find in input table or query "biblio". Make sure it exists and that its name is spelled correctly.
This application works fine if I run in the local machine.
I'm using acess database as below (DAO):
dim db as database
dim rs1 as recordset
set db = workspaces(0).opendatabase("C:iblio.mdb")
set rs1 = db.openrecordset("Titles", dbOpenDynaset)
Please if any body can help me....
I'm having problem when I try to run my application in the local area network. The error message as below:-
Run-time error '3078'
The microsoft Jet database engine cannot find in input table or query "biblio". Make sure it exists and that its name is spelled correctly.
This application works fine if I run in the local machine.
I'm using acess database as below (DAO):
dim db as database
dim rs1 as recordset
set db = workspaces(0).opendatabase("C:iblio.mdb")
set rs1 = db.openrecordset("Titles", dbOpenDynaset)
Please if any body can help me....