Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I save doc/xlx/txt file in Access2007.
What will be the data type of the table.
Please help me.........
Posted
Updated 21-Jul-11 15:18pm
v2

I'd imagine it would be a blob. What have you tried ? Have you tried reading some articles on the topic ?

A txt file can be stored as nvarchar, obviously.
 
Share this answer
 
Have a row of type Attachment - This is the preferred data type for storing digital images and any type of binary file.

Table creation[^] and Add Images to Access 2007 Tables[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900