sanjeev shrivastev

Greenhorn
+ Follow
since Oct 03, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sanjeev shrivastev

Hi, these options are available for setting dateformat: "mdy" "dmy" "ymd""usa" "iso" "eur""jis""julian"
Using iso in the connection string does the trick for me.
http://javadoc.midrange.com/jtopen/com/ibm/as400/access/doc-files/JDBCProperties.html#format
Yes null is only from jt400 driver. Reading the values using ISeries navigator is not an issue. I also get null if i use squirrel SQL client, where i use jt400 driver to connect to the database. And i am using jt400 driver from my java code.
Hi,
I am using Jt400 driver to read from a table (located on AS400 i series server ).
There is issue while reading values from a date type column.
If value inside Date column is greater than 2040-01-01, it returns null. Is there any property which can be set to increase the limit(if any)?
Hi,
Hi,

I am using a two html select in a form.
I want to populate the value of one select on the basis of other ( from the database)

Right now, first one is fixed so I filled it in jsp file with the values.
2nd select is filled as the page loads from the database.

Both select are in same form tag.

But option of the second one is from another form(lets say sessionsstartForm) and it has a separate action as well.

Is there any way to load the 2nd list box (from DB query) according to the value from 1st list box.
Is there anyway to load page again with the change of value of first listbox?
15 years ago