Is there any way i can do something like this
strText = Server.Execute("test.asp")
What i want to achieve is that i want to execute an asp page and get the output in a variable. The asp page has server.execute statements inside it.
If i cannot do this in ASP, can i get it done...
Is it possible to have a horizontal scroll in the listbox component. I do not want to use text boxes with the scroll components because i am not able to get the selection feature that listbox provides.
Any help would be appreciated.
Thanks
San
I have an sql statment that looks like the one below:
declare @IDs varchar(100)
set @IDs = '''113''' + ',' + '''115'''
select *
from Student
where convert(varchar(30),cid) in (@IDs)
the cid column is of type int. print @IDs returns me '113','115', but i am still not able to retrieve records...
The 2 loops take a long time if the array size is huge (in my case it cross over 35,000) values. I found a javascript code that can do the trick using hash algorithm. Thought i would share it with u guys :)
function removeDuplicates_list()
{
var mainlist = document.form1.mainlist.value...
I have a XML document that looks like the one below:
<rootelement>
<elementparent>
<child1>child1 </child1>
<child2>child2 </child2>
</elementparent>
<elementparent>
<child1>child1 </child1>
<child2>child2 </child2>
<child3>
<subchild>Testing</subchild>
</child3>...
I have 2 questions about DTDs
1. Is there any way that i can dynamically apply a DTD to an XML file using ASP?
2. When you load a XML file using the Load function of MSXML2.DOMDocument object, does it ignore any DTD that the XML file refers?
Any help would be appreciated?
Thanks,
San
Is that FileScriptingObject or FileSystemObject ?? FileScriptingObject does not seem to work. Anyway, how do i create a table based on the XML feed and dump the values into it ? Thanks
Thanks for your reply.
I would like to insert the contents of the XML file to the DB. The XML file can range anywhere from 900 lines to 9000 lines. Hope this helps you answer my query!
Thanks
San
Is there any way i can insert data from an XML file directly to a MySQL table (something similar to SQLXML does for SQL Server 2000)?
Any help would be appreciated!
thanks
san
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.