如何在Visual Studio 2010中创建紧凑型数据库

如何在Visual Studio 2010中创建紧凑型数据库

问题描述:

大家好,
我有四个文件夹,其中有一些文件,现在我要使用一个
主线程循环遍历该文件,并复制文件名,状态和thread_Name.
并将其放在紧凑的数据库中.另一个线程(可以是多线程)检查数据库的状态并执行其他过程.
请帮我怎么做.


谢谢.

Hi All,
I have four folders in that i have some file, Now i want to use one
Main Thread to loop through th file, and copy the file name,statu and thread_Name.
and put it in compact Database.and another thread(which can be multiple thread)check the status of database and do the other process.
Please help me out how can i do it.


Thanks in Adv.


这是非常有用的博客,
http://weblogs.asp. net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx

this is very useful blog,
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
i hope this help you.