I've got a single intranet server running IIS5, with the production site on port 80 and the development site on port 81. I'm generally the only one using the dev site, so assigning a different port number seemed like a simple way to implement a separate development site. Both sites depend...
I'm trying to add appointments to a public calendar folder from ASP for an intranet application, but the web server I'm using (IIS 5) is not also the company's Exchange (2000) server, so I don't have access to CDO for Exchange 2000 from the ASP pages.
1) Is it possible to install CDOEX on the...
I typically use the JOIN keyword when joining tables, e.g.:
SELECT [...]
FROM Orders o
INNER JOIN OrderStatus os ON o.OrderStatusId = os.Id
WHERE o.Id = 5
But lately I've been seeing (esp. in Books Online) syntax like:
SELECT [...]
FROM Orders o, OrderStatus os
WHERE o.OrderStatusId = os.Id...
I'm using a VPN connection to develop and administer a SQL server database. When i connect using EM, the login process takes abnormally long (~20-30 seconds). This is only a minor annoyance in EM, but in query analyzer, even though i've set the login timeout to 30 seconds, the login attempt...
First let me apologize if this is posted in the wrong place. I'm trying to access my company's accounting data from both a VB app and ASP pages, and our accounting package is Solomon IV v2.06, which uses Scalable SQL, which I've found has some connection (?) to btrieve and/or pervasive.SQL.
In...
I'm getting the "Unable to open web project X. There is no server on port 80 at 'nnn.nnn.nnn.nnn' when trying to open a file on that server or create a new project. I'm trying the work-from-home thing connecting to the LAN at work over VPN, and was having no trouble until I installed a...
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.