打开项目时只加载要用的表,后面用到那个表加载那个表,比如这样
If DataTables.Contains("表A") = False DataTables.Load("表A")End If
........后续代码...........