mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
Trying to correct the timeline part 1 (#36)
* wip * wip * migrated all projects over to .net8 * progress has been made. Beer o'clock * the reciving search box is oworking * wip * wip * reading account journal complete * wip * wip * wip
This commit is contained in:
@@ -234,6 +234,7 @@ namespace bnhtrade.Core.Data.Database.Account
|
||||
{
|
||||
sqlConn.Open();
|
||||
|
||||
|
||||
int recordId = 0;
|
||||
using (SqlCommand cmd = new SqlCommand(@"
|
||||
INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate)
|
||||
|
||||
Reference in New Issue
Block a user