Subject | XTG ODBC - Multiple params in prepared INSERT? |
---|---|
Author | JeffRobertsKy |
Post date | 2003-10-14T20:29:28Z |
I'm using Beta 15 of XTG's "Open Firebird ODBC Driver" and having
problems with prepared INSERT statements.
Specifically, I can do this:
INSERT INTO TypeTable (TypeName, TypeInfo) VALUES ('foo', ?)
but if I do this I get an Access Violation:
INSERT INTO TypeTable (TypeName, TypeInfo) VALUES (?, ?)
Does this ring a bell for anyone?
-Jeff
problems with prepared INSERT statements.
Specifically, I can do this:
INSERT INTO TypeTable (TypeName, TypeInfo) VALUES ('foo', ?)
but if I do this I get an Access Violation:
INSERT INTO TypeTable (TypeName, TypeInfo) VALUES (?, ?)
Does this ring a bell for anyone?
-Jeff