| Author |
Owner in database
|
Marcio Aun Migueis
Ranch Hand
Joined: Sep 15, 2003
Posts: 32
|
|
Hi ! My database schema has a owner that identify a customer. It�s means that it�s necessary a JTextField for input this ID ? It�s about the cookie returned by the lock? Do I have to verify if the textfield has 8 characters typed, or may I fill the field with spaces? Thanks in advance, M�rcio
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10892
|
|
Hi M�rcio,
My database schema has a owner that identify a customer. It�s means that it�s necessary a JTextField for input this ID ?
That's probably the easiest way to get the ID.
It�s about the cookie returned by the lock?
The customer ID has nothing to do with the cookie returned from the lock.
Do I have to verify if the textfield has 8 characters typed, or may I fill the field with spaces?
Take a look at this response from Sun. Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
Marcio Aun Migueis
Ranch Hand
Joined: Sep 15, 2003
Posts: 32
|
|
Andrew Thanks, M�rcio
|
 |
 |
|
|
subject: Owner in database
|
|
|