Hi
I've got a section of code that needs to run a few queries. I'm trying to run the addBatch and executeBatch methods as shown below:
conn6 = ods.getConnecti on();
stmt6 = conn6.createSta tement();
stmt6.addBatch( QueryString);
stmt6.addBatch( AnotherQueryStr ing);
stmt6.addBatch( YetAnotherQuery String);
...
User Profile
Collapse
-
JSP Database Connection Problem
-
JSP Problem
Hi
I'm creating a site that uses JSP. I'm going to use a third party text messging site such as bulksms. I need to send out multiple messages at a time.
Does anyone know how/or if its possible to pass a url through jsp without actually navigating to that page if that makes sense?
Thanks
Matt -
Hi
Thanks for you help mate
I tried your test and it worked fine
I had a look at my table sql and it seems that when it was created it created a trigger to increment the id automatically so when i was calling nextval it was incrementing it twice if you see what i mean.
Thanx for your help and problem is sorted now -
Oracle 10g Sequence Help please?
Hi
I've created a sequence on a table using oracle 10g express edition by using the following code:
create sequence referee_seq START WITH 1 INCREMENT BY 1
I then add a row to my table by using the following code:
insert into referee values(referee_ seq.NEXTVAL,'', '','','','','', '','','','')
For some reason its skipping values so my primary keys are goin up in 2's like 2, 4,...
No activity results to display
Show More
Leave a comment: