can I do this...
am 17.01.2005 16:38:26 von joew
Is there a way to write script inside of an access table/field?
Maybe I'm missing the obvious (yes or no), but say I want to enter
<%=("hello")%>
into a memo field. Is there a way to display
hello
on my asp page?
Of course I want to do more than this (my objective is someting like
this)...
I have a products.asp?ID=1 page that returns data from a field called
'pageData'.
It is inside of this 'pageData' field that I want to write some script.
Some of my pageData field values are just static data, but I wanted to
return some randomImage sort of data if I could.
Thanks
Re: can I do this...
am 17.01.2005 16:47:54 von unknown
Maybe you could kinda sorta do something like that, but why? Databases are
meant for storing data, now ASP code. I strongly urge you to drop this
desire.
--
Ray at work
Microsoft ASP/ASP.NET MVP
wrote in message
news:1105976306.411081.123080@f14g2000cwb.googlegroups.com.. .
> Is there a way to write script inside of an access table/field?
>
> Maybe I'm missing the obvious (yes or no), but say I want to enter
>
> <%=("hello")%>
>
> into a memo field. Is there a way to display
>
> hello
>
> on my asp page?
>
> Of course I want to do more than this (my objective is someting like
> this)...
>
> I have a products.asp?ID=1 page that returns data from a field called
> 'pageData'.
> It is inside of this 'pageData' field that I want to write some script.
> Some of my pageData field values are just static data, but I wanted to
> return some randomImage sort of data if I could.
>
> Thanks
>