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 Mike Lewis 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: *

  1. compweb

    Broadcasting Data

    How can I make my SQL Server or Access database data available to display on other websites on other Windows or Unix servers?
  2. compweb

    Hot To Reset Counter Nightly?

    Is it possible to do it without access to the enterprise manager? I'm using a hosting service. Thanks for the replies, Mitch
  3. compweb

    Hot To Reset Counter Nightly?

    I have a click counter for each record in my link database. How do I make all the counter revert to 0 each night at midnight? Using SQL server 7, ASP & VBscript. Please help. Thanks, Mitch
  4. compweb

    Accessing a web page to parse its HTML

    I saw something that does that at http://www.aspin.com , it fetches a portion of a webpage and displays that portion on your page. Their demo was a portion of a Yahoo page. Do not know exactly where I saw it, maybe in componant section. Mitch
  5. compweb

    Help: How to restrict external form submissions

    Have multiple domains sharing an online poll. I want to check the referer to make sure the submssion is coming from one of our domains. Tried: <%If Request.ServerVariables(&quot;HTTP_Referer&quot;) Not Like &quot;%mydomain.com%&quot; Then Response.End %> Using VBscript, want to check for...
  6. compweb

    HELP: Unload odbcjt32.dll From Memory?

    Having trouble with odbc connection for Access in w2000 using vbScript. When I try to register ODBCJT32.dll it says that it was loaded but the entry point was not found, dllRegisterServer may not be exported or a corrupt versions of odbcjt32.dll may be in memory. How do I unload it from memory...
  7. compweb

    Register ODBCJT32.dll?

    No, that is the Microsoft ODBC Jet Driver. Mitch
  8. compweb

    Register ODBCJT32.dll?

    It's already there, but can't get past this issue. Mitch
  9. compweb

    Register ODBCJT32.dll?

    w2000, Access 2000, ASP Getting a server.createobject error. When I try to register odbcjt32.dll it tells me that it did register BUT the dllRegisterServer entry point was not found and that a corrupt version of the dll may be in memory. It also says to consider using Pview to detect and remove...
  10. compweb

    HELP: Server.CreateObject failed while checking permissions.

    Thats what I did yesterday, it only shows the error message for no access. Thanks, Mitch
  11. compweb

    HELP: Server.CreateObject failed while checking permissions.

    If I set it up right it would work. I'm trying to find out what's not set up right. Mitch
  12. compweb

    HELP: Server.CreateObject failed while checking permissions.

    Yes, it wouldn't let me see the page or do anything. Mitch
  13. compweb

    HELP: Server.CreateObject failed while checking permissions.

    Thanks, but not it. However, I did figure out that if I give internet users priveleges to the system32 directory something starts working but I can't figure out which file(s) specifically need those permissions. Any leads appreciated, thanks, Mitch
  14. compweb

    HELP: Server.CreateObject failed while checking permissions.

    UPDATE: Same error when simply trying to append text to a text file: &quot;The call to Server.CreateObject failed while checking permissions. Access is denied to this object.&quot; The error is triggered by this line: &quot;Set fso =...
  15. compweb

    HELP: Server.CreateObject failed while checking permissions.

    Stuck. Using Access2000 database, w2000, IIS5. My query won't pull the data and getting the following error: &quot;The call to Server.CreateObject failed while checking permissions. Access is denied to this object.&quot; Several attempts at setting permissions on the database, script, and...
  16. compweb

    Page Loading

    If you put all your data inside a table, then the page will not load until everything in the table has been sent to the browser. The downside is that it will appear to your visitors that the site is slow because nothing comes up until everything comes is sent. Mitch
  17. compweb

    Void cells in tables

    Create a transparent 1x1 pixel image and use it instead of & nbsp;. That way you can give the img tag a height a width to make the cell work the way you want it to. Mitch
  18. compweb

    What Additional Software For Web Server?

    My first time up an new web server on a Gateway machine. I program in ASP using Access databases but will probably move to SQL Server for some of our sites. Will use WebTrends Pro for stats, Software Artisons Studio for browser uploads and form to e-mail. E-mail server will be handled by a...
  19. compweb

    What Extra Software For Web Server?

    My first time up an new NT 2000 webserver on a Gateway machine. I program in ASP using Access databases but will probably move to SQL Server for some of our sites. Will use WebTrends Pro for stats, Software Artisons Studio for browser uploads, and form to e-mail. E-mail server will be handled...
  20. compweb

    using variables within SQL statements problem

    sqlString = &quot;SELECT * FROM database WHERE id = &quot; & StrID & &quot; ORDER BY id ;&quot;

Part and Inventory Search

Back
Top