Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
TraderJoeChicago's user avatar
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 ...
Simon Cottrill's user avatar