I am using FrontPage 2002 and MSSql 2000.
I am storing the following value: images/71A2030500D.jpg in a Sql column named: Image and retrieving it using the code: <%=FP_FieldLink(fp_rs,"Image")%> This works fine.
I would like to store the following value: 71A2030500D in a Sql column named: Image and retrieve it using the code: <%=FP_FieldLink(fp_rs,Images/"Image".jpg)%> but the syntax is not correct. Can anyone please help me with the correct syntax ? Thank you very much.
I am storing the following value: images/71A2030500D.jpg in a Sql column named: Image and retrieving it using the code: <%=FP_FieldLink(fp_rs,"Image")%> This works fine.
I would like to store the following value: 71A2030500D in a Sql column named: Image and retrieve it using the code: <%=FP_FieldLink(fp_rs,Images/"Image".jpg)%> but the syntax is not correct. Can anyone please help me with the correct syntax ? Thank you very much.