Jul 10, 2001 #1 CapeMan Programmer Joined Feb 14, 2001 Messages 9 Location 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 Joined Jun 3, 2001 Messages 116 Location 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 Joined Feb 16, 2001 Messages 559 Location 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