about Image fields

R

Reza

(access 2002, sql server 2000)
how can i update an image field programmatically?
and how can i produce a list of image files from special directory in order
to show to the user who wants to update an image field?

is there any sample program related to these cases?
i couldn't find anything in the books online about it.

Thanks in advance,
Reza
 
M

Mary Chipman

It depends on whether the images themselves are stored in SQL Server
or on a network share. If in SQL Server, see "Managing ntext, text,
and image Data" and "Modifying ntext, text, or image Values" in SQL
BOL. If on the network, you can use VBA to list the files.

--Mary
 

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

Top