| Author |
how to enter a bigint value in the db ?
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
my problem is i have a table in ms sql that has a data type bigint like
contact_no bigint
i m trying to take value from the textfield and putting that detail in to the db
but i didnt found any method of preparedstatement that says
ps.setBigint();
i have tried this but it gives an exception
|
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
Never say "it gives an exception". Always show the exception.
To find out which data types to use, each DB publishes a conversion table showing which types to use in Java for each type in the DB.
I found the one for MS SQL in 10 seconds.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: how to enter a bigint value in the db ?
|
|
|