ASP.Net Time Tracker using Access DB

Discussion in 'ASP.NET / ASP.NET Core' started by ubelt, Apr 29, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. According to the Announcement (http://forum.discountasp.net/topic.asp?TOPIC_ID=1011), Time Tracker should be installed on SQL Server.

    However, on the ASP.Net web site, it says that it support Jet engine for MS Access.

    Is it possible to install it on my site to use MS Access?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    That's the issue tracker not time tracker

    we do not provide installation for issue tracker

    quote:Originally posted by ubelt


    According to the Announcement (http://forum.discountasp.net/topic.asp?TOPIC_ID=1011), Time Tracker should be installed on SQL Server.

    However, on the ASP.Net web site, it says that it support Jet engine for MS Access.

    Is it possible to install it on my site to use MS Access?
    </blockquote id="quote"></font id="quote">
     
  3. bruce,

    sorry that was stupid. I was referring to the Issue tracker.

    I know you don't provide installation for Issue Tracker but i hope you can provide some guidance on using it with MS Access.

    Your KB (http://kb.discountasp.net/article.aspx?id=10209) only has it for SQL Server. I think the only part that needs to be replaced is the SQLServerName so it can be used for MS Access.

    FROM KB
    ===========================
    Replace this line
    <add key="ConnectionString" value="server=localhost;Trusted_Connection=true;database=IssueTrackerStarterKit2" />
    with
    <add key="ConnectionString" value="server=[SQL ServerName];database=Database_Name;user ID=Database_Username;password=Database_password" />
    ===========================
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Honestly, I am not sure how to do that.

    If you follow my posting here, you know i despise MS Access. It is not the right tool for use in web applications.

    quote:Originally posted by ubelt


    bruce,

    sorry that was stupid. I was referring to the Issue tracker.

    I know you don't provide installation for Issue Tracker but i hope you can provide some guidance on using it with MS Access.

    Your KB (http://kb.discountasp.net/article.aspx?id=10209) only has it for SQL Server. I think the only part that needs to be replaced is the SQLServerName so it can be used for MS Access.

    FROM KB
    ===========================
    Replace this line
    <add key="ConnectionString" value="server=localhost;Trusted_Connection=true;database=IssueTrackerStarterKit2" />
    with
    <add key="ConnectionString" value="server=[SQL ServerName];database=Database_Name;user ID=Database_Username;password=Database_password" />
    ===========================

    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page