
January 15th, 2005, 01:27 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Read and insert the record read as it is
I am storing certain records in a temprary table(s).
I want to read them and put it into the actual (table)...
AS IT IS
This how things happen
1. I insert records in the table
2. In modify mode, I read and and show to user
3. after modification i write them in temporary table
4. Delete all records from actual file
5. read from temporary file and insert them into actual file
6. Delete all records from temporary file.
I need to do this since user can inser any number of rows
With regards
Vikas Athavale
|