Enter Keywords:
1 - 10 of 34(0.007 seconds)
Sort By:
 
What is " Server object error 'ASP 0177:80040154' Server.CreateObject Failed /default.asp, line 181 The call to Server.CreateObject failed. The requested object instance cannot be created. "...
Zones: MS SQL ServerDate Answered: 05/05/1999 Rating: 6.6 Views: 0
Hi there, I have several codes which use ADODB.recordset for some reasons, for example for creating a list of all files on the server, or for converting strings, etc. Here comes an example which w...
Zones: ASPDate Answered: 01/19/2005 Rating: 7.2 Views: 0
I am trying to use a COM with VB.Net and it sounds like I need to create a "wrapper" to use it.I read the article here: http://www.csharphelp.com/archives2/archive437.html but Im still having...
Zones: MS Visual Basic, .NET, .NET Framewo...Date Answered: 08/08/2007 Rating: 8.4 Views: 4
I am using following code to create an instance if an object in my asp page.     if not IsObject(session("MyObject")) then            set session("MyObject") = server.createObject("MyObject.MyClas...
Zones: AuthoringDate Answered: 11/24/1998 Rating: 8.2 Views: 0
I wrote this ASP code to send a mail: <%@Language=VBScript %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8"> </head> <%       Set myOlApp = Ser...
Zones: ASPDate Answered: 11/07/2000 Rating: 8.8 Views: 0
I have a vb.net 2005 app that accesses a sql server.  We are using sql sqerver 2005 and the computers have windows xp sp2 on them.  When the app gets to a procedure that runs a dts package I get th...
Zones: MS Visual Basic, ...Date Answered: 03/22/2007 Rating: 7.8 Views: 104
Have recently installed OptionPack 4 for NT. Use ASP (VBScript) to retrieve data from an access db. in my asp pages that retrieves data from my access db this code triggers the error.   first the...
Zones: HTMLDate Answered: 04/02/1999 Rating: 7.8 Views: 0
My system is Pent/Win98/48m ram. I had to reload Win 98 the other day, and now I'm getting IPF messages anytime I open any tables or wizards in any Access databases. The .MDB files open fine, but I...
Zones: MS AccessDate Answered: 11/05/1999 Rating: 8.6 Views: 0
Hey I am using classic ASP application. It was working perfectly fine till today. But today when I go to some of my pages where i use a recordset its giving me this error Provider error '8004015...
Zones: Web DevelopmentDate Answered: 05/11/2005 Rating: 8.4 Views: 0
I'm wanting to connect through to Lotus Notes using the Interop Dlls that are installed with Lotus Notes. Is it possible? I can do it in VB .NET code perfectly fine using NotesSession and Database ...
Zones: MS Visual C++, Microsoft...Date Answered: 07/10/2006 Rating: 9.4 Views: 0