ksridhar69
08-27-2002, 01:58 PM
I have a data entry entry screen. Here users are entering Checks details in batches. Each batch is having about 200 checks. User wants to save each row after finishing the row.
I did by using XMLDom. Which is calling another page? It is perfectly submitting the values to the database?
But it is slow and putting lot of load on the front end and increasing heavy network traffic in a 50 people environment.
Is there any better way to Insert, Update, delete the rows.
I am using asp, Oracle with IE 6.0
Is there any thing with javascript.Pl help me
I did by using XMLDom. Which is calling another page? It is perfectly submitting the values to the database?
But it is slow and putting lot of load on the front end and increasing heavy network traffic in a 50 people environment.
Is there any better way to Insert, Update, delete the rows.
I am using asp, Oracle with IE 6.0
Is there any thing with javascript.Pl help me