java, mysql autoincrememnt
From: Dan (fake_at_email.com)
Date: 04/21/04
- Next message: Mark Hansen: "Re: java, mysql autoincrememnt"
- Previous message: kevinc: "Re: jboss to postgresql connections fail. Failed to register driver"
- Next in thread: Mark Hansen: "Re: java, mysql autoincrememnt"
- Reply: Mark Hansen: "Re: java, mysql autoincrememnt"
- Reply: Roedy Green: "Re: java, mysql autoincrememnt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 20 Apr 2004 23:25:13 +0100
I am writing a program in java which at some point will insert values
into a mysql table whose primary key auto increments. I need to know
what the value that is used for this new row is.
Does any one have any ideas of how to find this out without having to
search the table imediately after the insertion to find the value that
is has given the new row?
any help would be fantastic
Thanks
Dan
- Next message: Mark Hansen: "Re: java, mysql autoincrememnt"
- Previous message: kevinc: "Re: jboss to postgresql connections fail. Failed to register driver"
- Next in thread: Mark Hansen: "Re: java, mysql autoincrememnt"
- Reply: Mark Hansen: "Re: java, mysql autoincrememnt"
- Reply: Roedy Green: "Re: java, mysql autoincrememnt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|