How to Save CSV & Text File to Image Field in SQL table?
Hi all,
urgently need help on how to store CSV & Text file to an Image Field in SQl table.
the table is using by some other application that's why i could not change the field data type.
appreciate any suggestions.
Thanks a lot.
Re: How to Save CSV & Text File to Image Field in SQL table?
Hi,
currently already have a program to grab data from this 'image' field and populate it as an email attachment.
so what i need to do is to fill in the 'image' field with my Csv/Text file data so that the program able to create attachment with it.
any ideas?
Re: How to Save CSV & Text File to Image Field in SQL table?
The only way to store images ( or any file for that matter ) into a database would be to use a Binary Reader / Writer. What concerns me is what database is the OP using?
If it is Access 2007 or 2010, then there is an Attachment feature that can be used to save any sort of file into.
Bookmarks