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

    MSDE Attach and Detach without Enterprise Manager

    Thanks for reading the above problem. It was the right approach, the problem was that some how the connection(s) setting was changed. Once I corrected that I was in. Thanks again. Bob
  2. Roo2000

    MSDE Attach and Detach without Enterprise Manager

    There seems to be something of a "no man's land" in documentation when it comes to my problem. I have started a project in MSDE installed with Access 2000. Enterprise Manager is unavailable, so it appears that I have to Attach/detach my dB from an alternate dB. I have managed to detach...
  3. Roo2000

    MSDE Attach/Detach

    Terry, please be patient with me. You have no idea about my own frustration. I have to get this done soon. I am trying to write the following procedure from a alternate db: Exec sp_detach_db'PPL','true' When trying to save the procedure I get the following error: "You cannot change the...
  4. Roo2000

    MSDE Attach/Detach

    I was hoping to have this issue resolved, but I just can't seem to get out of the gate. I must be doing it wrong. I open my project and enter the above code into stored procedures. In attempting to save it, I receive either an "incorrect parameter" or "you can't change the object...
  5. Roo2000

    MSDE Attach/Detach

    Thank you Terry. I knew that it must be a simple answer, but finding an answer is like the "needle in the hay stack" thing. Bob
  6. Roo2000

    MSDE Attach/Detach

    I am attempting to detach/attach a dB from one disk to another. I understand that the System Stored Procedure must be run from the Master Database, but because I am using Access 2000/MSDE, I don't have the Enterprise Manager. As a result, I cannot find my way into the Master Database! This is...
  7. Roo2000

    ASP page can't logon to MSDE

    foxdev, Thank you for your interest. The error codes are at the bottom of this document. I'm narrowing it down to the sign on syntax on my asp. The MSDE is set for SQL authentication and the DSN/connections seem to be fine. I'm just starting to learn ASP. I'm using 'Beginning ASP Database' by...
  8. Roo2000

    ASP page can't logon to MSDE

    I've been developing an ASP application that was working fine with Access, but I decided to switch to MSDE thinking that it will be the smarter thing to do down the road, but I can't get a logon and my other resources are of no help. I'm sure that that I'm missing something in the security...
  9. Roo2000

    Running MSDE on PWS

    I'm new to asp and I have limited experience elsewhere, but, I'm developing a data driven web site in asp anyhow! I'm looking for general information about using MSDE with PWS. On my win98 machine, I have PWS installed and it works fine with Jet. I have MSDE on my ME machine and it seems to be...

Part and Inventory Search

Back
Top