[MonetDB-users] Problem using monetdb
Hi, I'm new with MonetDB. I'm trying to use it but it seems that not store tuples that I insert. I'm using MonetDB5 and jdbc driver to connect to it. I'm using PreparedStatement to insert data in the demo database and table mytable whit connection with autoCommit true. It seems all ok while I'm inserting tuples but, when I try to select count(*) from mytable, from the client I see : % sys. # table_name % count_ # name % int # type % 1 # length [ 0 ] Which is the problem? Can anyone help me? tnx Raffaele
Hi Verre, On 01-02-2007 17:45:21 +0100, Verre Raffaele wrote:
I'm using MonetDB5 and jdbc driver to connect to it.
I'm using PreparedStatement to insert data in the demo database and table mytable whit connection with autoCommit true.
Can you show us the relevant code snipped with which you do this?
participants (2)
-
Fabian Groffen
-
Verre Raffaele