On 4/10/06, byx45 <[EMAIL PROTECTED]> wrote:
>
> I'm not Sure,is this:
>   insert xx values "1234567890123456"?
>   or others?
If you're asking about SQL syntax to use, then this should be it:

INSERT INTO my_table(my_field) VALUES('my value')

You should use single quotes around the value that you're inserting.
--
Nemanja Corlija <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to