Ask a Question related to ASP Database, Design and Development.
-
recreatie_duiker #1
MSacces+asp+sql+ showmessage???
Does somebody know how i can show an 'showmessage' containing the build-sql string from my ASP page just before it does a POST to the msacces database? Or can i save the result to disk just before it does a POST?
Friendly greetings,
André
recreatie_duiker Guest
-
Ray at #2
Re: MSacces+asp+sql+ showmessage???
Huh?
response.write YourVariableContainingYourSQLQuery
Response.end
Or, if you want to see it but still post:
<form method=post
onsubmit="alert('<%=Replace(YourVariableContaining YourSQLQuery, "'",
"\'"%>');" ......>
Ray at work
"recreatie_duiker" <recreatie_duiker@nospamhotmail.com> wrote in message
news:TFRlb.351261$lh.88419394@amsnews02.chello.com ...
Does somebody know how i can show an 'showmessage' containing the build-sql
string from my ASP page just before it does a POST to the msacces database?
Or can i save the result to disk just before it does a POST?
Friendly greetings,
André
Ray at Guest
-
recreatie_duiker #3
Re: MSacces+asp+sql+ showmessage???
thanks!
andre
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:efIdNNXmDHA.1800@TK2MSFTNGP10.phx.gbl...build-sql> Huh?
>
> response.write YourVariableContainingYourSQLQuery
> Response.end
>
> Or, if you want to see it but still post:
>
> <form method=post
> onsubmit="alert('<%=Replace(YourVariableContaining YourSQLQuery, "'",
> "\'"%>');" ......>
>
> Ray at work
>
>
> "recreatie_duiker" <recreatie_duiker@nospamhotmail.com> wrote in message
> news:TFRlb.351261$lh.88419394@amsnews02.chello.com ...
> Does somebody know how i can show an 'showmessage' containing thedatabase?> string from my ASP page just before it does a POST to the msacces> Or can i save the result to disk just before it does a POST?
>
> Friendly greetings,
>
> André
>
>
recreatie_duiker Guest
-



Reply With Quote

