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 MarkMyers

  1. MarkMyers

    DCOM Not working - starts/crashes intermittantly

    I am having this problem to. There is only one server involved. I am attempting to copy a project from VS.Net to the server which has been working fine to a long time but now I get the offending "DCOM was unable to communicate with the computer a.b.c.d using any of the configured protocols"...
  2. MarkMyers

    Login failed for user 'abcd'.Reason Not associated with trusted SQl Se

    I had a similar problem. Passwords were the same and authentication was correctly set ut it still didn't work. It was resolved by disabling Named Pipes on the Server and including "Network Library=DBMSSOCN;" in the connection string, which forces the use TCP/IP.
  3. MarkMyers

    VBA Code quietly discarded on exit

    Hi All, I have a problem that is hard to define and harder to track down. I am working in Access2002 (XP) on a mdb that is version 2000 (created by Access 2002). Every now and again (I can't be more specific) I loose the most recent changes made in VBA code when I close Access. I have...
  4. MarkMyers

    XP -> 2000 using runtime - Features don't work

    Hi Bauer99, I'm not sure if this will solve your problem or not. I had a similar problem when using Excel from within Access. Does your code behind the buttons use MDAC (eg. ADO) . If so you will need to install MDAC on the target machines. The packaging wizard does not deal with this at...
  5. MarkMyers

    Get Windows Environment Variables

    How can I get windows environment variables? Everything I look at says that I should do strMyVar = System.getProperty("envVar"); but it does not work. I am using JBuilder4 foundation.

Part and Inventory Search

Back
Top