how to save a piocture n a table

  • Thread starter Thread starter Mero
  • Start date Start date
M

Mero

hi to all;

i want to save a picture in column image in a database

for example,in the table "users"
i want to save the user image as when i want to select the user data from the database to show it in my site, the image selected from the table "users"

thanks you
 
use varbinary column type on SQL 2000/2005. or, image column. i have
no idea what's clear difference from both of these type (varbinary vs.
image)

tri

Mero menulis:
 
Mero,

We have to much samples for that, go to our site and type in the search box
image.
It is in VB code however for sure some are much shorter than the sample Miha
is showing and that has nothing to do with the program language that is
used.

http://www.vb-tips.com/

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top