Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vshunjan

    Help Please...<xsl:if > not working

    Try : <?xml version=&quot;1.0&quot;?> <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;1.0&quot;> <xsl:template match=&quot;/&quot;> <html> <body> <table> <xsl:for-each select=&quot;alldata/firstset/tablename&quot;> <xsl:if...
  2. vshunjan

    The connection cannot be used to perform this operation.

    I am using SQL SERVER 2000 and MDAC 2.7 Connection made are through System DSN using SQL Server Drivers ************* CODE ***************** Dim objCmd Dim objRS Dim lng_Counter Dim arrParam g_strLastSP = strSP Set objRS = server.CreateObject(&quot;ADODB.RecordSet&quot;) Set...
  3. vshunjan

    The connection cannot be used to perform this operation.

    I am using a command object to call a stored procedure which returns a recordset. It works alright at times but sometimes comes up with this error - 3709 : The connection cannot be used to perform this operation. It is either closed or invalid in this context How do i resolve this ?

Part and Inventory Search

Back
Top