Hi there,
I have problem whereby my ASP/XML code doesn't appear to work properly on a server that is behind a loadbalancer.
My purpose of the code is to allow websites to share content from a single source. The code is:
<%
Response.Buffer = True
Dim objXMLHTTP, xml
Set xml =...
Hi there,
I have problem whereby my XML code doesn't appear to work properly on a server that is behind a loadbalancer.
My purpose of the code is to allow websites to share content from a single source. The code is:
<%
Response.Buffer = True
Dim objXMLHTTP, xml
Set xml =...
Hi
How can I get xml to accept the "£" sign? The below does not work
<root>
<test>£12.99</test>
</root>
My schema is defines this as datatype string.
Your help would be much appreciated.
Thanks
Marcus
Hi,
I'm having a problem with getting code which works on the client side to work on the server in ASP.
This code works:
<script language="VBScript">
set xmldoc = CreateObject("Microsoft.XMLDOM")
xmldoc.async=False
xmldoc.Load ("clientList.xml")...
Hi,
I'm having a problem with getting code which works on the client side to work on the server in ASP.
This code works:
<script language="VBScript">
set xmldoc = CreateObject("Microsoft.XMLDOM")
xmldoc.async=False
xmldoc.Load ("clientList.xml")
set...
Hi,
I'm having a problem with I VBScript regular expression.
I want to find FROM: xxxxx (where xxxxx is a number) when it is not proceded with TO: xxxxxx
So in
TO: 123456
FROM: 654321
FROM: 454545
I only want to find FROM: 454545 but I get FROM: 654321 as well.
The regular expression...
Hi,
I'm trying to give my web server domain login permissions on SQL Server which is on a seperate box. I do this by trying to add a login in SQL Server Security with this format DOMAINNAME\IUSR_DOMAINNAME (which is the anonymous username on the web server) as the name, and DOMAINNAME under...
Hi,
I've seen that the new 'table' data type in SQL Server 2000 is a better option than temporary tables because the data is kept in memory for the duration of the query (stored proecedure or batch).
Although this sounds good to me as far as speed goes, I'm a bit concerned about memory.
If I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.