Hello All,
I've to develop a picture-database using the MS SQL-Server 6.5 and an VB5
Enterprise Edition frontend.
Now, there are some Problems:
- How can I insert as grapic-file (file.jpg) into an datafield in an
image-formated SQL-Server Table through an SQL-query?
A query like "Insert into tbl_demo(field1) values ("C:\temp\file.jpg");"
doens't work...
- How can I get a graphic-file from an sql-server table in a VB5
picture-box? Which steps are nessesary to do that?
H.R.
(Sorry for my bad english, I do my very best)