All Questions
2 questions
2
votes
4
answers
3k
views
Firebird + JDBC: Getting the generated key from an insert
It looks like Firebird does NOT support getGeneratedKeys() after you perform an insert with an auto_increment column. So I would like to understand how I can get my hands on the generated key after an ...
1
vote
2
answers
3k
views
Setting up Firebird for remote Access with JDBC
I have installed Firebird 2.5 on my Ubuntu 10.10 server for some testing. However somewhere I have gone wrong, I am looking for the way in which I create a new 'superuser' (equivalent), create a new ...