Hi all,
I've been responded the following odd thing which makes me realize I
might not be fully aware of prepared statement features:
I wanted to prepare the statement "INSERT INTO Blop (name, age) VALUES (?,?)"
then set the parameters... It seems InstantDB and Oracle both
responded me "can't prepare statement".
Could it be: wrong column naming (I could accept that, but I'd prefer
a better error message), wrong syntax ?? Then an explanation would be
useful...
We're using this to prepare an XML-based servlet that bridges to any
JDBC database which can then be used by fairly many languages...
Thanks in advance.
Paul
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|