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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to save file (doc,pps, exe...) in SQL database

Status
Not open for further replies.

tb2007

Programmer
Apr 2, 2005
33
YU
I have application in VB/SQLServer. I have table like this:

Id
Date
To
From
Attachment
Text

My client wants to have something like MS Outlook in this VB application. He wants to send some files (mp3,doc,txt, pps,.....etc) via SQL. He wants these files to be saved in SQL database, not in the file folder on HD. He wants to read, write, and delete these files from SQL.
How to do this in VB?
 
A quick search on this forum turned up this (thread222-753300) where strongm's posts might be something like what you are after.

Hope this helps

HarleyQuinn
---------------------------------
Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top