Subject | Re: Java Stored Procedures |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-10-20T13:26:21Z |
> There's a difference between generating the script and beingAs I say - I never felt a need to insert BLOB contents as text (except
> ABLE to insert BLOB values like this. The latter is missing,
> but it would allow you to insert a JAR.
the SUB_TYPE 1, but that works anyway). And what can be its purpose
except generating a script? Applications can insert BLOBs in more
efficient way via prepared statements.
But supporting standard is a strong argument and I'm not going to
argue againt it.
> If Firebird would understand the X'<hex values>' syntax, any toolTrue, but what's the point in it? Being able to dump database contents
> could execute such a script.
into the text file and recreate it on the other server? What's wrong
with the backup then?
> If the Firebird client would understand a "FROM FILE" part, it wouldThis does not belong to the client library. It is not the job of the
> be able to load a file from the client and send it to the server as
> a blob? stream ...
client library to interpret SQL being passed. Either application
before actually passing it to the server or database engine itself.
Roman