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

Search results for query: *

  • Users: mowog74
  • Content: Threads
  • Order by date
  1. mowog74

    IIS 5, win XP client authentication issue

    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...
  2. mowog74

    Outlook/Exchange public folders from ASP

    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...
  3. mowog74

    Opinions on join syntax?

    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...
  4. mowog74

    Long connect times over VPN

    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...
  5. mowog74

    How can I access Scalable SQL data from VB/ASP?

    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...
  6. mowog74

    "There is no server on port 80 at..."

    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...

Part and Inventory Search

Back
Top