in reply to Opening a file at a designated offset based on closing of the file
Now, back to the matter at hand. Is there any way that you can uniquely identify your lines in the file? If so, you could (and should) set up a primary key/unique index on the database table that you're inserting in to. This will prevent the duplicate data from ever entering the database, so you'll be guarded on two fronts.
thor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Opening a file at a designated offset based on closing of the file
by zengargoyle (Deacon) on Nov 11, 2003 at 02:17 UTC |