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!

Recent content by Katriona

  1. Katriona

    Install Standard Edition on server with more than 2GB RAM???

    Hello there, Can anyone tell me if it is possible to install SQL Server 2000 Standard Edition on a server with more than 2GB of ram. In my reading it says standard handles up to 2GB, what happens when you exceed that? Does SQL only utilize 2GB anyway or does standard just not work with over 2GB...
  2. Katriona

    submit of form causes 'page cannot be displayed error'

    Hi everyone ;) I have a rather strange problem that has me pulling out my hair! I'm not sure if this is an ASP thing or maybe an IIS thing..... Simple form, hit the submit button and get 'this page cannot be displayed' error. Refresh that page and it will show the page the form submits too...
  3. Katriona

    Using MTS .dll while server logged off.

    Sunrise, CodeFish thank for your help. Your solution works perfectly :) the dll is doing it's thing without the server being logged on Thanks again, Katriona
  4. Katriona

    Using MTS .dll while server logged off.

    Hi there, I have written a .dll in VB6 and have registered it in MTS. This has been working well for quite a few months now with no problems at all. The problem that I'm having now is the server has always been logged on, this is no longer appropriate and we need the .dll to be accessible while...
  5. Katriona

    Last Known Good menu corrupt or missing

    Hi everyone, I have just rebooted a NT 4.0 Server and it has come up with an error saying that the last known good menu file is corrupt or missing... I tried to repair but no luck.... Does anyone know how I can get my server back without a total rebuild??? Thanks in advance for all help...
  6. Katriona

    After NT 4.0 Server Rebuild I can't log on to PDC...

    Thanks very much for your help, I will check all that :) Katriona
  7. Katriona

    After NT 4.0 Server Rebuild I can't log on to PDC...

    Hi there, I have recently had to rebuild an NT 4.0 server and I'm having problems getting the computer recognised on my LAN. When I try to specify a domain to log into in the Network property pages I get an error: "The domain controller for this domain cannot be located." I'm fairly...
  8. Katriona

    Access Error 3011 can't find the object <name>

    Yes I am running the Db over a network. Does that have something to do with my problem?
  9. Katriona

    Access Error 3011 can't find the object <name>

    Hi I have the following error occur when I have finished working on other things and go back to my database: &quot;The Microsoft Jet database engine could not find the object <name>. Make sure the object exists and that you spell its name and the path name correctly. (Error 3011)&quot; After...
  10. Katriona

    Compacting a Database?

    Try looking up the CompactDatabase Method in the Access helpfile for some code to help you out with this.
  11. Katriona

    Hitting the enter key submits form

    Thanks for all the help. Most useful.<br><br>Keep smiling :)<br><br>Katriona
  12. Katriona

    Updateable Query causing problem

    Are you opening an ADO recordset? If so check the cursor type you specify.<br><br>Hope this helps<br><br>Keep smiling :)<br><br>Katriona
  13. Katriona

    Hitting refresh resends information to the page?

    You wouldn't really I guess. Just an extra check if needed. Thanks for pulling me up on that one Pete.
  14. Katriona

    Hitting the enter key submits form

    How can I stop the enter key submitting a form?
  15. Katriona

    Hitting refresh resends information to the page?

    Try a session variable to keep track of if the information has been saved. <br><br>You will need to check if it is the same user, maybe they have an user ID or other piece of information to track them.<br><br>Then you would use code similar to the following:<br><br>if session(&quot;Saved&quot;)...

Part and Inventory Search

Back
Top