rufer stephane wrote:
I’m using the DB2 ODBC driver from IBM to connect to my Apache Derby
network server
[snipped ODBC/Python error]
I don’t know if this error has something to do with the problem I’m
experiencing when connecting to derby with ij over the protocol
‘jdbc:derby:net://localhost:1527/’. When I try to connect I get this error:
ERROR (no SQLState): null userid not supported
I think you _must_ specify a user name and password when connecting using the
jdbc:derby:net protocol (the JCC Universal driver):
http://db.apache.org/derby/docs/10.3/adminguide/radminapps810699.html
Not sure if this is related to your other error, though.
--
John