zoukankan      html  css  js  c++  java
  • ArcGIS中有关MDB文件锁定的说明

    做二次开发总是有人问Personal Geodatabase的Lock问题,这是ESRI开发文档中的解释,摘录如下。

    但是在实际操作中,比如ArcCatalog移走焦点+刷新似乎并不能解除对当前MDB的锁定。

     

    Whenever a program is updating a dataset, such as a feature class or table, be careful to

    avoid situations in which the dataset is locked. Microsoft Access always locks a database

    for update operations when a table is accessed, so if you have a personal geodatabase

    open in ArcCatalog, a program will not be able to update any of the geodatabase's

    contents until it is deselected and the folder is refreshed or ArcCatalog is closed.

  • 相关阅读:
    java反射机制
    Java注解的使用
    C3P0数据库Jar包的使用
    异常处理
    集合的概念
    程序员必备之二分查找
    ArrayList的使用
    HashMap的使用
    Final的使用
    类的基本结构
  • 原文地址:https://www.cnblogs.com/flyingfish/p/1087870.html
Copyright © 2011-2022 走看看