PDA

View Full Version : ASP.Net Time Tracker using Access DB


ubelt
04-29-2004, 02:33 AM
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?

bruce
04-29-2004, 02:39 AM
That's the issue tracker not time tracker

we do not provide installation for issue tracker

[b]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">

ubelt
04-29-2004, 06:38 AM
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" />
===========================

bruce
04-29-2004, 07:26 AM
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.

[b]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">