zerinzafrin
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 11/28/2006
- Location: Japan
-
Status: offline
|
How to use jpeg and .csv format files in database
Tuesday, November 28, 2006 1:46 PM
( permalink)
Original message moved by ebgreen Reason : Moved to appropriate forum
Dear members, I have to develop a software that recieves data in .csv format and some images in jpeg format and stores them in a database.The database will be developed in Access and Visual Basic 2005 will be as backend.Then it will show report. Can anyone tell me how to store data in .csv and .jpg format in database and again relate them to form a report? Thank you folks. Zerin
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
RE: How to use jpeg and .csv format files in database
Wednesday, November 29, 2006 3:23 AM
( permalink)
For the csv, I would just import it into a table. For the jpg, I would store the files in a folder on a server then store a link in the db.
|
|
|
|