about Image fields

  • Thread starter Thread starter Reza
  • Start date Start date
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
 
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
 
Back
Top