lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Vasanta:

> *When I do INSERT like below, value is a string with apastrophe (for ex:
> "Checking for 'hlt' instruction"), insert throws an error - how to fix?*

Most SQL database access layers contain functionality which allows you
to separate data from the query.  You should simply use that, and
these problems go away.