Jul 10, 2001 #1 CapeMan Programmer Feb 14, 2001 9 GB Hi gang Could anyone tell me how I can substitute the Server.Execute command (only in ASP3) in ASP2? ASP code ... ... ... Server.Execute("xsql/Generic.XSQL" ... ... ASP code ... Thanks, CapeMan
Hi gang Could anyone tell me how I can substitute the Server.Execute command (only in ASP3) in ASP2? ASP code ... ... ... Server.Execute("xsql/Generic.XSQL" ... ... ASP code ... Thanks, CapeMan
Jul 10, 2001 #2 gny Programmer Jun 3, 2001 116 SE Does a file include solve your problem? Code: <%'asp code%> <!-- #include virtual="/xsql/Generic.XSQL" --> <%'asp code%> /gny Upvote 0 Downvote
Does a file include solve your problem? Code: <%'asp code%> <!-- #include virtual="/xsql/Generic.XSQL" --> <%'asp code%> /gny
Jul 10, 2001 #3 vasah20 Programmer Feb 16, 2001 559 US you should do a file include, but in the include file make your code into a function. then, from the including page, call the function. hope this helps leo Upvote 0 Downvote
you should do a file include, but in the include file make your code into a function. then, from the including page, call the function. hope this helps leo