PDA

View Full Version : I have one problem


dd06256
09-12-2007, 12:13 PM
Hi, I have one problem. I work in Dreamweaver, in ASP VBscript and I wont to connect with dbf file. Now, my problem is:

The code error is:
[B]Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E37)
[Microsoft][ODBC dBase Driver] The Microsoft Jet database engine could not find the object 'DZD01'. Make sure the object exists and that you spell its name and the path name correctly.
/3.asp, line 114

line 114 in code is:
MM_editCmd.Execute

Where is my problem

Freon22
09-13-2007, 08:02 PM
It been along time since I have messed with vbscript and access. But it is pointing to line 114 because that is the line that is calling.

It looks like it can not find the object 'DZD01' is that the name of your database or a table name?

If you could show some code, like your connection string and your sql statement it would help.