Marked as 'AdvertsingProfitControl v 0.8.5' by its folder name. The 'Add Records' form has been finshed to at least include all the information the Advertising Profit Control sheet had.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System.Configuration;
|
||||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace AdvertsingProfitControl
|
||||
{
|
||||
class DatabaseTracker
|
||||
{
|
||||
//private string _DatabaseProvider = "Provider=Microsoft.ACE.OLEDB.12.0;";
|
||||
//private string _SecuritySettings = "Persist Security Info=False";
|
||||
|
||||
public DatabaseTracker()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public string DatabaseConnectionString
|
||||
{
|
||||
get { return "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=APCDatabase.accdb;Persist Security Info=False"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user