Wisch10
Wisch10
CC#
Created by Wisch10 on 6/28/2023 in #help
✅ Convert null datetime error in sqlite myReader
I am moving to EFCore but wanted to get the basic program working before I change it all over because then I can change it by class without ruining the whole thing
16 replies
CC#
Created by Wisch10 on 6/28/2023 in #help
✅ Convert null datetime error in sqlite myReader
ORM?
16 replies
CC#
Created by Wisch10 on 6/28/2023 in #help
✅ Convert null datetime error in sqlite myReader
the DBNull.Value did work though... not sure why that would work vs just null
16 replies
CC#
Created by Wisch10 on 6/28/2023 in #help
✅ Convert null datetime error in sqlite myReader
it doesn't like the DateTime.Parse either... keeps telling me that '' is an invalid string
16 replies
CC#
Created by Wisch10 on 6/28/2023 in #help
✅ Convert null datetime error in sqlite myReader
16 replies
CC#
Created by Wisch10 on 6/23/2023 in #help
✅ SQLite Data Insert locks up database
so the error must be in the function itselft but I can't find the cause.
7 replies
CC#
Created by Wisch10 on 6/23/2023 in #help
✅ SQLite Data Insert locks up database
Each function is written like above, If I silence the other functions and only allow this one to run, I get a warning that the database is locked. If I silence this one and allow the rest to run, I don't get any errors
7 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
thank you for your assistance
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
that my class Assets was less accessible, so I set that to public as well and that went away, but I think I need to turn a few more classes public to resolve the cascade of errors, since it impacted dropdowns, etc.
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
one second, pulling up discord on my other machine to show you
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
not*
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
to the designer, the cs file for the actions and values on the form
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
do I do that inside the public form class or the public partial?
20 replies
CC#
Created by Wisch10 on 4/14/2023 in #help
Is there a way to return or access a class object created inside a public partial class (form) from
ok, so then inside the FrmAssetFromExpense form, I would need to add this CreatedAsset as a property by adding public Assets CreatedAsset {get; set;}?
20 replies
CC#
Created by Kubiszon on 3/31/2023 in #help
❔ ✅ Issue with data reading from database
can you try it without the '@?
105 replies
CC#
Created by Kubiszon on 3/31/2023 in #help
❔ ✅ Issue with data reading from database
your image for the delete one shows @"Delete...
105 replies
CC#
Created by Kubiszon on 3/31/2023 in #help
❔ ✅ Issue with data reading from database
var sqlString = "SELECT * FROM Animal WHERE Id = @MyId"; <-- this string doesn't start with the '@
105 replies
CC#
Created by Kubiszon on 3/31/2023 in #help
❔ ✅ Issue with data reading from database
do all your sqlStrings start with '@?
105 replies
CC#
Created by Kubiszon on 3/31/2023 in #help
❔ ✅ Issue with data reading from database
without seeing the whole database and the other functions, I am at a loss...
105 replies