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 strongm 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. 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;)...
  16. Katriona

    Corrupt Access 97 database

    I have an Access 97 database that is corrupt and cannot be repaired when prompted to repair on start up. Does anyone know if there is a way to save it?
  17. Katriona

    Necessary Runtime files to include in Installation of VB 6.0 app.

    Hi<br> I'm having a problem fully installing a VB 6.0 app that uses Crystal Reports 6.0 on a box that does not have Crystal Reports 6.0 installed.<br> Does anyone out there have a list of the crystal report files I have to include in my InstallShield 5.1 installation of an application written in...
  18. Katriona

    Opening an Access 97 database without the system.mdw file

    Does anyone know how to open an Access 97 database after the system.mdw has been lost? I do not have any of the original Names, passwords or ID's used to create the file.<br> Any help most appreciated<br> <br> Thank you.
  19. Katriona

    Email (one line of text not on form)by pressing a button on a form?

    Does anyone know how to automatically send a simple email by clicking a button on a form? I do not want the user to do anything other than click the button, when I use mailto it brings up an email page with my address entered in the To: input box waiting for the user to send it.<br> <br> All I...
  20. Katriona

    Serial port communication using MSComm control.

    I'll try that.<br> Thanks for all your help :)

Part and Inventory Search

Back
Top