Reading values from SQL database in C#

前端 未结 5 994
陌清茗
陌清茗 2020-12-14 01:45

i have just started learning C# and i can write data to the database without a problem. But i\'m having problems with reading, the SQL executes fine but i\'m having issues w

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 02:30

    i know its a bit late but you can use local string variables,or string array or list insert the data in the database there and then call it in your console write line

提交回复
热议问题