Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Roman 19.01.2006 16:35
Код Sql запроса:^connect[$connect_string]{ ^void:sql{insert into order (type, des, status, un, date, userid, amount) values ('2', '$1', 'int', '$2', '$3', '$4', '$5')} }Выдает ошибку:
insert into order (type, des, status, un, date, userid, amount) values ('2', 'Translation and delivery of the following letters:37', 'int', '0464BBC72E861AEA', '', '1', '7')' You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (type, des, status, un, date, userid, amount) values ('2', 'Translation an' at line 1 [sql.execute]