Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can you scan a document and store it in a table to link to an account

Status
Not open for further replies.

colezpapa

Programmer
Feb 26, 2007
86
US
I have a user that has asked if its possible to scan a document or attach a document to a form or store it in a database. From a high level, they want to scan a doc into a table and then say, link it to an account for retrieval.
How would I go about doing something like this.
 
it is possible to do this, however it's generally not a good idea as it will drastically increase your database size and decrease performance.

the usual way is to have some code to copy the file to a specific location, and store the location in the database

--------------------
Procrastinate Now!
 
So, you copy the file to some folder and store the filename in a table. Would you have any sample code that shows this.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top