Pro VB DatabasesAdvanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB Databases section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Hi all,
i am using vb6 and Access 2000 for database. I create a form which accept data from user and save in database .it is work perfectly but my problem is that i want to store student's photo(which is in .jpg format) in database using vb coding. currently i have no idea about that what to do? anybody help me ..i am relly in problem....thanx in advance
DK Vaseeta
you store all images in the application folder and save image files names in the databse as string.then retreive images based on records retrieved from the database.ok
thanx for take interest in my problem.can u explain this theory through code. i mean how can i tell user to store data in program.as well as how can i maintain this procedure. can u explain more on this topic.thanx for given light on working.
---DK VASEETA