hello everybody,
im venkat doing my b.e 3rd year... Im currently working on my project of college administration system using vb6.
I need help on how to save an image in the access database...i have got the code on how to browse an image. but i'm not able to find out how to save it to a particular record on a database.
So please help me in this,,thanx in advance[/B]
venkatnams 0 Newbie Poster
Recommended Answers
Jump to PostThere is a means to store the image, but I have never attempted that.
You could end up with a rather large DB.
Why not create a sub folder in the same location as the DB.
Then have sub folders for each ID (Student ID ?)
Place the image in …
Jump to Posttry the following code, make changes as desired
Dim CN As New ADODB.Connection Dim RS As ADODB.Recordset Dim DataFile As Integer, Fl As Long, Chunks As Integer Dim Fragment As Integer, Chunk() As Byte, i As Integer, FileName As String Private Const ChunkSize As Integer = 16384 …
Jump to PostOOPs My tiny edit caused a repeat posting
Jump to PostHere is an example saving image INTO an Access DB -
http://www.vb-helper.com/howto_store_image_in_access_db.html
If this is for a set exercise, and you have to store the image WITHIN the db, then I believe it will …
All 16 Replies
Jupiter 2 0 Posting Whiz
venkatnams 0 Newbie Poster
Jupiter 2 0 Posting Whiz
RobCr 0 Newbie Poster
Jupiter 2 0 Posting Whiz
abu taher 34 Practically a Posting Shark
Jupiter 2 0 Posting Whiz
venkatnams 0 Newbie Poster
debasisdas 580 Posting Genius Featured Poster
Jupiter 2 0 Posting Whiz
RobCr 0 Newbie Poster
RobCr 0 Newbie Poster
abu taher 34 Practically a Posting Shark
Jupiter 2 0 Posting Whiz
venkatnams 0 Newbie Poster
RobCr 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.