guys i need your here pls tell me what is wrong with this statement
My Picture column contain this picture\upload\123.gif
VB Code:
path=rs.fields(picture) server.mappath(path)//error line
if i do the above code i will get a type mismatch error
VB Code:
path="picture\upload\123.gif" server.mappath(path)
but if i do this then every thing turns out fine...
What is wrong with this!??
