Hi there I was wondering if anyone can help with this. I am submitting values to an access database using ASP classic and need to convert French characters to ASCII. I have done it before with an form
We\'re implementing a new solution in our classic ASP environment that\'s using COM interop to instatiate a .NET component to do some work.The solution is working great and our team lead wants to make
I need to send data from an IIS web server A to an Apache web server B. Two servers runs on different physical boxes and have different static IP addresses.
I am facing a probl开发者_JAVA技巧em with concatenating strings in Classic ASP: <%=xlagc(\"http://www.abc.com.au/templates/?a=<%=request.QueryString(\"a\")%>& \"&z=\"<%=request.Qu
i am having trouble adding stuff into the Email column. I can add stuff into the Username column but for some reason i get the following error:
i have this insert query im tryin to do but it isn\'t working. no matter how many variations, and variations of variations i try, it always has a problem with my code.
I have开发者_C百科 asp file with code below: <html> <head> <link rel=\"stylesheet\" href=\"<%=bb_style%>\"/>
In a plain .asp file, any content outside of <% %> tags is sent directly to the output buffer. Additionally, an expression in <%= %> tags is evaluated and sent to the output buffer.
I am using Asp scripting lang, I want to disaply top ten r开发者_如何学JAVAecords from a csv file. How is it possible?While looping through the CSV file, you could create a variable and increment it w
I\'m looking for an easy way to get UTC times and date/time information in vbscript, even while specifying a time zone.I need to be able to get the current time in a time zone of my choice.