ADO.NET为应用程序提供了两种数据访问的模式:连接模式(Connected Mode)和非连接模式(Disconnected Mode)。相对于传统的数据库访问模式,非连接的模式为应用程序提供了更大的可升级性和灵活性。
基于28个网页-相关网页
这些特性允许应用程序采用非连接模式。
These features allow for a disconnected mode of application.
如果您是在一个远程的便携式电脑上工作,或者在家里网速较慢的条件下工作,那么您可以选择在非连接模式下工作。
If you are working on a remote laptop or you are working from home with a slower connection, you can choose to work in disconnected mode.
当您在非连接模式下工作时,您仍然可以检查源代码的语法与语义错误,然后连接就只是为了提交一个汇编后的文件,这时您已经为创建项目对象做好了准备。
While working in the disconnected mode, you can still check source code for syntax and semantic errors and then connect only to submit a compiled file when you are ready to create the program objects.
应用推荐