upload pic
i manage to store the picture pathname into database... c:\folders
\blablabla....with my primary key A
but how do i retrieve it back with my primary key ?? it is simple to
do in php and .net... but i am stuck in asp script.. pls help....
Re: upload pic
you can learn how to retrieve information from a database here;
http://msconline.maconstate.edu/tutorials/ASP/default.htm
essentially execute an sql select statement using a where clause for the primary key "A"
"7alan" <lyealain [at] gmail.com> wrote in message news:1182914829.125265.269700 [at] w5g2000hsg.googlegroups.com...
>i manage to store the picture pathname into database... c:\folders
> \blablabla....with my primary key A
> but how do i retrieve it back with my primary key ?? it is simple to
> do in php and .net... but i am stuck in asp script.. pls help....
>