-
Replied To a Post in read deserialise json data in Dictionary with value as Dictionary in c#
It appears your data is actually an array (or list) of items; you can tell due to the square brackets: "PSQL": [ ... ] So, your structure should probably look … -
Replied To a Post in HELP ME PLEASE IN MY BUS RESERVATION PROJECT
Are you reading the database to get the current states of the seats before the code above is called? You would need to have a list of the seats that … -
Replied To a Post in i have a problem with my c code
Hi, A couple of things to look at: 1 - In your function "MStudent" - what are you doing with the return value from this? Hint - check out how … -
Replied To a Post in Getting all records from sql database generates error
I was suspecting the same thing. Unless I'm missing something, in "getBook", you are re-using the "resultSet" variable, assigning it new results from getting the data on a single book. …
The End.