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:
Bobbie Hodgetts
2025-06-10 07:13:59 +01:00
committed by GitHub
parent ea0a52b2a0
commit 413ca43cfe

View File

@@ -234,6 +234,7 @@ namespace bnhtrade.Core.Data.Database.Account
{ {
sqlConn.Open(); sqlConn.Open();
int recordId = 0; int recordId = 0;
using (SqlCommand cmd = new SqlCommand(@" using (SqlCommand cmd = new SqlCommand(@"
INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate) INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate)