
September 29th, 2003, 03:13 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 18
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Re: Putting file into table
Quote: Originally posted by victoria207
Hi! How can I put a .doc file into table?
Thanks a lot |
Dont follow your question -
I assume you mean a database table -
Well there are two ways to achive what you want
either save the file as a binary blob in the db ( not recommended)
or just save the file name in the db table and use that
|