D
|
david powell author 1/18/2023 |
Apologies, I may have put this in the wrong part of the forum... I thought I chose asprunner.net .... its c# |
![]() |
Admin 1/18/2023 |
I would suggest using Database API to insert data. Not necessarily the source of your issue but it always makes sense to use the recommended API. Also, where the data in this format coming from? If you use the built-in ASPRunner.NET functionality it will handle date format conversion for you. |
D
|
david powell author 1/18/2023 |
It's being inserted via a bit of PHP code working as an API and inserting the data from a JSON into a temporary database, then being processed (as above ) and inserted into its final destination. I am using this method because the data is encrypted, and I dont want to have lots of DB.Exec with the key around in the code. I finally managed to make it work after hours of trial and error
Apologies if this is too basic, but it took me all day to work out and I thought I should share it! |