Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Saving Picture in Access DB using VB 6.0


Message #1 by "Rajendra Dev Adhikari" <rdadhikari@h...> on Mon, 11 Dec 2000 10:58:36 +0530
Did you try saving it as a BLOB (binary large object).  TO do so you
need to convert the picture to binary (if it isn't already in binary)
and then to use an ADO stream to save it to the database.

  Return to Index