Select to view content in your preferred language

FileGDB InMemory DB/Disconnected Editing using ADO.NET sample now available

1451
0
08-17-2011 09:42 AM
dotnetproviderdotnetprovider
Emerging Contributor
Below is a link to a sample of how to create an in memory dataset object using the ADO.NET provider for the FileGDB. The sample shows how to serialize the dataset object to an xml and how to derserialize the dataset object from the xml. The dataset object based on a FileGDB can be disconnected, edited and then the datasets edits can later be checked in the FileGDB.

Sample:

https://github.com/dotnetprovider/FileGDB-.NET-provider/wiki/DisconnectedEditing-sample

Download of ADO.NET for FileGDB:

https://github.com/dotnetprovider/FileGDB-.NET-provider
0 Kudos
0 Replies