Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deleteing Lines from a Database
#1
Can anyone give me aclue on how to delete a seperate Line from a Database File
Reply
#2
Pseudo code:

Open database
open new database

read every line except the one to be deleted from database
print them in new database (leaving out the one to be deleted)

close both DB's

remove database, rename new database to database.

And you're done.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)