问题描述
大家好,
我在windows vista上使用vs 2008,我在我的项目中添加了一个服务数据库。我使用(ADO.NET)SqlCommand将数据插入到一个表中,在程序中每件事都可以,但在关闭我的应用程序后,我的表中没有任何内容。
我使用linq(LINQ to SQL),我制作了新的数据对象(表格行)然后我调用了InserOnSubmit(...)方法,之后我调用了SubmitChange()方法来存储数据(实际上)数据库,但又没有添加项目?!!!!!
我该怎么办?
请帮帮我。
Hi there,I uses vs 2008 on windows vista, I add an service database into my project. I use (ADO.NET) SqlCommand to insert data into one table, in the program every thing is OK, but after closing my application, there is nothing in my table.I use linq(LINQ to SQL), I made new data object( row of table) then I call InserOnSubmit(...) method and after that I call SubmitChange() method, to store data (actually) in database, but again there is no added item?!!!!!what should i do?please help me.
推荐答案
这篇关于数据不要保存在DATA BASE中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!