c# error when import records rely on a year field from access
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an error in c# when i try to make import one record from my access database. i try to import them rely on year field but when the year ends with zero and for example 2010,2015,2025 my c# program crashed. the command i use is: double branchExposureFactor =((double)cmd_BranchExposureFactor.ExecuteScalar()); can you help me pls? thnx