Skip to content
markrendle edited this page Jul 22, 2011 · 2 revisions

Simple.Data.Pad (download here) is a GUI tool a bit like LINQPad, except it only works with Simple.Data.

To use it, extract it from its zip archive onto a local disk, and run Simple.Data.Pad.exe.

The drop-down at the top left lets you choose an Open... method, and you can enter the parameters in the text boxes that appear when you've chosen one.

(Simple.Data.Pad comes with the SqlServer assembly, but you can drop any of the other adapter or provider assemblies in the app folder and it should pick them up.)

To run a query, type it into the big text box. As you type, you should get an autocomplete box showing you available methods and properties, generated from the schema of the database you're connected to.

Press F5 to run queries.

The Trace tab should show the SQL that was run against the database for the most recent query.

1.0.0.0 is in no way anywhere near production quality. In particular, it doesn't handle exceptions yet. It won't kill you, though, or do bad things to your database, although stick to Find and Query operations for the time being.

Clone this wiki locally