Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

An annoying error

Status
Not open for further replies.

guitardave78

Programmer
Sep 5, 2001
1,294
GB
Can anyone shed light on this error?

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[MySQL][ODBC 3.51 Driver][mysqld-4.0.20a-nt-max]Unknown column 'False' in 'field list'

/clients_area/tscf/seller_register_actions.asp, line 23
 
Maybe it's because you're using a MySQL reserved word as a column name?

Maybe it's an error caused by mis-matched but balanced quotes?

It would be hard to say without seeing the query you're passing MySQL.

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
offline it worked on my test mySQL install but online it threw up errors. I switched a false value to a 0 and it seemd fine, Nust be the install on the host has a problem with boolean!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top