this is line 191 of pm.asp in a visual interdev web project.
DE = Server.CreateObject('DERuntime.DERuntime');
this is the error i get in internet explorer
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft...
dim strSQL
dim cmdObject
set DatabaseConnection = Server.CreateObject("ADODB.Connection")
DatabaseConnection.Open "DSN=pubs", "sa", ""
set cmdObject=server.CreateObject("ADODB.Command")
set cmdObject.ActiveConnection=DatabaseConnection...
With Novell I could set up a Boot Partition on the server and have network cards find it and load the partition over the network. I've found a couple of articles on the microsoft website that refer to the RemoteBoot service, but will not tell me how to set it up. I see the RIS service, but i...
I'm trying to use a form's filter after it has been filtered by form. Good ole MSAccess seems to tack on a Lookup_ in front of all the controls that you use. To me this is horrible design, because i should be able to use the same string as a where clause to open a report. Can anyone tell me how...
I see a possible problem and would like to hopefully stop it. I'm exporting tables out of databases into comma delimited txt files.... I want to import them all back into one large database. My primary key is actually a driver's license number. My question is... will the transfertext action give...
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.