Re: reg.commit in sql URGENT

2002-01-11 Thread Godbey, David
lto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 12:48 PM To: [EMAIL PROTECTED] Subject: reg.commit in sql URGENT Hi, Here is my prob. Actually i'm inserting some rows in a table using a servlet program.In that after inserting I want to commit those ones. i.e like commit statement in sql.

Re: reg.commit in sql URGENT

2002-01-11 Thread Christopher K. St. John
suresh chaluvadi wrote: > > I'm inserting some rows in a table using a > servlet program. After inserting I want to > commit the insert. > It just depends. Sometimes you need a commit, sometimes you don't. But servlet-interest isn't the place to discuss basic JDBC programming, instead try jdbc-

reg.commit in sql URGENT

2002-01-11 Thread suresh chaluvadi
Hi, Here is my prob. Actually i'm inserting some rows in a table using a servlet program.In that after inserting I want to commit those ones. i.e like commit statement in sql. How to write commit statement in SQL. Pls. help me in this regard. Thanks suresh _