- Code: Select all Expand viewCollapse view
The data content could not be updated
Syntax error in SQL expression
It gives me the option for "OK" or "More". If I click "More" I get another window that has Details and an error list, with 4 errors on the list:
1st Error:
- Code: Select all Expand viewCollapse view
The data content could not be updated
2nd Error:
- Code: Select all Expand viewCollapse view
SQL Status: HY000
Error code: 1000
Syntax error in SQL expression
3rd Error:
- Code: Select all Expand viewCollapse view
SQL Status: HY000
Error code: 1000
SELECT * FROM `ip_inventory_v2`.`IP_ADDRESS` WHERE ( )
4th Error:
- Code: Select all Expand viewCollapse view
SQL Status: HY000
Error code: 1000
syntax error, unexpected ')', expecting BETWEEN or IN or SQL_TOKEN_LIKE
I can choose any other option in the list box and it works fine, but this particular one throws up an error, no matter which OS I'm running base from. Oh, I forgot to mention I'm connecting to a mysql server (5.0.51a) running on Ubuntu 8.04.3. Any help would be appreciated.
mex

