mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
Bug fix
This commit is contained in:
@@ -289,7 +289,7 @@ namespace bnhtradeScheduledTasks
|
||||
Console.WriteLine("<4> Test Import");
|
||||
Console.WriteLine("<5> Test Logic");
|
||||
Console.WriteLine("<6> Test SKU");
|
||||
Console.WriteLine("<7> Test xxxxxxx");
|
||||
Console.WriteLine("<7> Test COM Class");
|
||||
Console.WriteLine("<8> Test xxxxxxx");
|
||||
Console.WriteLine("<9> Detele Sku Transaction 'n'");
|
||||
Console.WriteLine();
|
||||
@@ -366,7 +366,14 @@ namespace bnhtradeScheduledTasks
|
||||
{
|
||||
Console.Clear();
|
||||
|
||||
Console.WriteLine("Nothing......");
|
||||
//string conString = ConfigurationManager.ConnectionStrings["bnhtradeDbConnString"].ConnectionString;
|
||||
//var builder = new SqlConnectionStringBuilder(conString);
|
||||
|
||||
//var cred = new bnhtrade.ComTypeLib.Credential.ConnectionCredential();
|
||||
//cred.Password = builder.Password;
|
||||
//cred.UserId = builder.UserID;
|
||||
|
||||
//var obj = new bnhtrade.ComTypeLib.Stock().ReconcileStockTransactions(cred);
|
||||
|
||||
Console.WriteLine("Done");
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace bnhtrade_Scheduled_Tasks.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -33,5 +33,17 @@ namespace bnhtrade_Scheduled_Tasks.Properties {
|
||||
return ((string)(this["bnhtradeDbConnString"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string bnhtradeDb {
|
||||
get {
|
||||
return ((string)(this["bnhtradeDb"]));
|
||||
}
|
||||
set {
|
||||
this["bnhtradeDb"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user