DataUtils Sample Project

Well, someone suggested that a sample little project would be much better than just the DataUtils Dll’s & a couple of sample xml files, so I’ve made a quick sample to get you started.

You can find the project here.

Note: You must create a DSN called “DataUtilsSample” that uses the Access DB file included in the project for the sample to work. Also, included in the project is an mdf file, which is the same Access database as an SQL Server backup file. Create a new DB in your SQL Server, and restore from this file to run the sample against your SQL Server (tip: just change the datasource id in the data-actions, to use the SQL Server datasource instead of the ODBC one … )

oh .. and don’t forget. The Action handlers’ dlls are present in the /bin/debug folder, where the app executes.

Comments are closed.