Hello,
it's not like an error message, but still i can say this might be a
bug.
I tried to store text data in a clob field, but somewhat, when i
retrieve the data i get a part of my document, not all the text.
I dont have the same problem with HSQLDB.
I chose tu use h2 instead of hsqldb cause of the way the data are
stored on the disk (plenty of file, hsqldb usually store the data in
the script file, so it isn't convinient for big file).

Data table :
create table test
(
        INDEX int not null primary key,
        test1_INDEX int,
        test2 CLOB
)

INSERT INTO test (Index, test1, test2) VALUES
(1, 1, the file)

the text file i tried to store is about 100 Ko of size

Any help is really appreciated


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to