upload pic

upload pic

am 27.06.2007 05:27:09 von 7alan

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

am 30.06.2007 18:38:50 von Jon Paal

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" wrote in message news:1182914829.125265.269700@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....
>