Tag:dotnet
All the articles with the tag "dotnet".
Generic Query Analyzer 0.2.1 released
Posted on:November 5, 2004 | at 07:54 AMFollow release of the Generic Query Analyzer. An icon was added & a little-used dll was removed.
Generic Query Analyzer 0.1.1 released
Posted on:November 4, 2004 | at 07:15 AMI developed a Query Analyzer that can Query any database that has an OleDb adapter. This means you can query an Excel spreadsheet or Access database.
Keeping in Control of Events
Posted on:September 23, 2004 | at 10:27 AMAt work, I'm having an issue with losing control over events in my code. One big issue I'm having is recursion in the `DataRow.RowChanged` event.