VBS Error 
Author Message
 VBS Error

I'm scripting a page that allows the user to write to a db the value for a
search he/she is conducting.

I keep getting this error...
Microsoft OLE DB Provider for ODBC Drivers error '80040e07'

[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria
expression.

/helpquery_test/helpdesk2.asp, line 56

Line 56 is this...
objConn.Execute SQL

Seems that the SQL statement is not correct....though it was working earlier
in my testing stages.

Any reason why it would all of the sudden give me this error....

TIA!

David Stackis
WebMaster



Sun, 08 Dec 2002 03:00:00 GMT  
 VBS Error
Post your db statements (Set lines connection & options lines, SQL String
being passed, etc...) with the data types being obvious that you are
passing...

Shawn


Quote:
> I'm scripting a page that allows the user to write to a db the value for a
> search he/she is conducting.

> I keep getting this error...
> Microsoft OLE DB Provider for ODBC Drivers error '80040e07'

> [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria
> expression.

> /helpquery_test/helpdesk2.asp, line 56

> Line 56 is this...
> objConn.Execute SQL

> Seems that the SQL statement is not correct....though it was working
earlier
> in my testing stages.

> Any reason why it would all of the sudden give me this error....

> TIA!

> David Stackis
> WebMaster



Sun, 08 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. .vbs error

2. VBS Error

3. .vbs error

4. Help-Converting VBA to VBS-Error

5. Syntax checker for VBS and VBS grammar for YACC/LEX

6. Add computer in domain with vbs or tools call by vbs

7. Calling *.vbs files to Run From Master VBS File

8. how to call vbs file from vbs file

9. Running a .vbs script from within a .vbs script

10. Calling a .vbs file from another vbs

11. Calling a vbs from another vbs

12. Error on GetDefaultFolder(9) in .ASP but not in .VBS

 

 
Powered by phpBB® Forum Software