Scan a picture into my db

  • Thread starter Thread starter Guest
  • Start date Start date
You don't want to scan a picture into your database; that will significantly
bloat the size of the database file. Rather you want to scan and save the
scan to a folder on your harddrive and then record the path to the file in a
field in a table in your database.
 
Back
Top