Hey,
Hmmm.... I hope someone (Peter) have can help with this one:
Some time a go I was making a java product with idb as an embedded database,
there for the idb version may be a little out of date (we are taking v.3.14)
the point is that the user have a lot of data and would be very sorry to
lose it. Ok, the problem has with it this exception:
java.sql.SQLException: IO problem: java.io.IOException: Internal error - max
string size of 1024 is too big for column usrid table
BasicMachineDataInternal error - max string size of 1024 is too big for
column usrid table BasicMachineData
at
org.enhydra.instantdb.jdbc.idbConnection.<init>(idbConnection.java:87)
at org.enhydra.instantdb.jdbc.idbDriver.connect(idbDriver.java:40)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:199)
.
.
.
.
..... sounds strange as the column "usrid" is a column in a other table. I
guess its idb's system tables either xxx$db$Cols or xxx$db$Tables, but I
can't make a connect to the database. Is there a way to fix this without
losing data ??
Regrads
Martin
-----------------------------------------------------------------------------
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.
|