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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS/ASP - "

Status
Not open for further replies.

PaulZ

IS-IT--Management
Nov 4, 2002
2
0
0
EU
We get an error using referencing a MTS object using NT4 from a simple ASP page.
We dont understand why?

The error is ----->
ASP 0177: 8007000e
Not enough storage is available to complete this operation.

The source Asp page is --->
// Test.asp
<html>
<head>
<title>SDBC Test</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body bgcolor=&quot;#FFFFFF&quot;>
<%
Response.Write(&quot;Create SDBC.DB Object<BR>&quot;)
Set objConn = Server.CreateObject(&quot;SDBC.DB&quot;)
Response.Write(&quot;Destroy SDBC.DB Object<BR>&quot;)
Set objConn = Nothing
%>
</body>
</html>
-----------------------


 
SemperFiDownUnda - I can send you the SDBC.dll + source to view email me - paul@zedsweb.com to confirm.
thanks
paul.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top