|
From: Pierre A. <pie...@op...> - 2003-11-20 07:30:59
|
Thomas wrote:
> When I insert this string: string t = "@123"; in my database,
> only a "?" is appear in the database.
Hello Thomas,
This is just an educated guess, but the Firebird ADO.NET provider
uses @xxx to denote a parameter (FbParameter) in an FbCommand
object.
I guess you should get an exception telling you that 123 is not
a valid parameter attached to the FbCommand object.
Maybe Carlos will comment on this ?
Kind regards.
Pierre
|