darklord505_FE
Joined: 03 Nov 2006 Posts: 53
|
Posted: Mon May 14, 2007 9:26 am Post subject: Data types in MySQL |
|
|
Set byte, short and long data types by using the Prepared Statement
This example sets the byte, short and long data types in jdbc table by using the PreparedStatement interface of java.sql package
For better understanding:
http://www.roseindia.net/jdbc/jdbc-mysql/SetByteSortLong.shtml
Thanks |
|