posted on Friday, July 15, 2005 5:18 AM by deepak

QueryExpress -- Generic Tool to Database Updates

QueryExpress -- Tool for Database Updates

A little neat tool from http://www.albahari.com/ which facilitates you to connect to SQLServer, Oracle or any OLEDB Compliant databases. Furthermore, it comes with its source code availability. Its salient features being Threading and Async QueryExecution, plain vanilla XML serializing of connection details and introducing developers to use TypedDataSet.

It was an interesting coincidence that I got to know of QueryExpress sometime about 3 years ago, when we were in  a small organization in Chennai executing a portfolio management project for a client based in California. The database was IBM DB2 and there were no friendly database connector tools and the then ignorance of us in DB2 made us very desparate and discouraging.

A brief search in Google revealed this nice tool. This has enthralled me so much. Even me, nowadays try to update the source, to keep it as a supreme product.

Here are the links to QueryExpress:

  1. QueryExpress home on http://www.albahari.com/ : http://www.albahari.com/query express.html
  2. QueryExpress with ODBC Support: http://www45.brinkster.com/daffodilnet/queryexpress.aspx

Do send us suggestions on what you would like to see in QueryExpress...

Comments