Hello everybody,
I'm new to the IIS topic, so this question may be a basic one.
I cannot call any site (not even the default one) on my IIS Server. Anytime I try to do it I get "Service Unavailable". The log file displays following line:
... 80 HTTP/1.1 GET /dtm 503 1 AppOffline DefaultAppPool...
Hi there,
I need to call a .exe in the DOS-Command Window and display the return codes. I have the following code for this:
Private Const WIN32_API_INFINITE = -1&
Private Const WIN32_API_SYNCHRONIZE = &H100000
Private Const WIN32_API_PROCESS_QUERY_INFORMATION = &H400
Private Const...
Another question to Tomcat 4.1.12: I deploy and run successfully a web application. After restarting the server it's not available anymore(error message "the requested resource is not available")
The Tomcat Web Application Manager shows that my application exists but is not running...
Hi all,
how can I use multiple JavaScript files in an HTML page? I tried this but it's not working:
<script language="JavaScript" src="File1.js" type="text/javascript"> </script>
<script language="JavaScript" src="File2.js"...
Hi all,
I can't use JavaBeans in my .jsp files. When I inlcude something like
<%@ page import="SafetyPatterns.Preferences" %> in a jsp file and try to show it in the browser I get the following error:
org.apache.jasper.JasperException: Unable to compile class for JSP...
Hi all,
could anybody tell my why this code is not working?
var Element1 = "ClassesRadio" + 1 + "[" + 0 + "]"
var Element = window.document.forms[0].Element1
Element.disabled=true
ClassesRadio1 is a group of radio buttons in my website.
I keep getting the message...
I have a table containing information that can be chosen using checkboxes. On submitting the form that includes the table I mark the selected row (by changing the background color) and disable the checkbox. Is there any possibility (in JavaScript)to keep these changes when loading the website...
Hi all,
I have a problem with Windows 98. It crashes after the computer is started. The error message is that it can't load system configuration. After pressing any key, the computer turns automatically off. If I turn it on again, I can choose to operate the system in safe mode. The fact that I...
I thought that the Data Source must be a string. If I provide the Data Source name manually I enter the location of my database and this is a string!!!
Hi all,
I would like to connect to a Access2000 database using a DSN-less connection and I don't understand why I keep getting some errors.
Everything works fine if I provide the absolute path to my database like in the snippet:
Set myConn = Server.CreateObject("ADODB.Connection")...
Hi all,
I'm working with Access2000 and have a database that uses tables form an ODBC database. I would like to import some tables from this ODBC database using TransferDatabase. To do this I wrote the following code line:
DoCmd.TransferDatabase acImport, "ODBC Database"...
Hi,
Thanks a lot for your answer.
With "update" I mean getting the uptodate contents of the tables from the database I imported them.
One possibility would be to import the tables again. But the problem is that my tables are in relationship with other tables in the db and you can...
Hi all,
I have a database(Access 2000) with two imported tables. These are in relationships with other tables in the db. Is there any possibility to automatically update the imported tables?
Thanks a lot for any input.
inf33323
Hi all,
I have a Access2000 database and I use two linked tables in it. Anybody using my database can add, delete and update recods in the linked tables. I would like to hinder this and to guarantee only read-only access to them.
Would appreciate any idea.
Thanks,
inf33323
Hi all,
I have a combo-box that displays elements I have entered manually in a list. When I open the form containing the combo box, there is no element selected. How can I specify that a certain element (according to its position in the list or to its name) should be selected?
Thanks a lot...
Hi,
I had a problem for a while. After the loading of Win95, I always got a Winbatch Runtime Errorr #9999 (Fatal Error) when the system was trying to run the program upcrtl32.exe. Something similar happened when the system was trying to execute the program mtx_.exe. After closing the message...
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.