inserting textbox values into database

前端 未结 6 1009
陌清茗
陌清茗 2020-12-16 07:57

im a newbie here and would like some advice on C# programming

i would like to store values from a textbox into a database. so far, i have the following:

<         


        
6条回答
  •  独厮守ぢ
    2020-12-16 08:10

    Do you have 'Copy to Output Directory' property set to 'Copy Always' for the database file?

    Because this would overwrite your database file everytime you build.

提交回复
热议问题