Hi,

iirc we got similar problems in the past because of case sensitivity of the 
table names, however I am not 100% sure about that.
Make sure that the tables have been created with upper case and your query uses upper case, make also sure that the used database schema (colibri) has been created and is being queried with the same case.

Bye
danilo


Christian Eugster wrote:
Hi,

I have a strange problem using ojb 1.0.3:

On a debian server runs a mysql database server 5.0.x. My application is able 
to connect via ojb to that server. When I trie to update a record in a table I 
get the error message:

java.sql.SQLException: Base table or view not found, message from server: 
"Table 'colibri.OJB_HL_SEQ' doesn't exist...

When I use mysql's Query Browser with the same user/password the table is 
there. I can select from it, update records and so on.

Has anybody any idea, what could be the problem?

Thank you in advance!

Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to