Database .NET

Posted by Guilherme Cardoso on Geeks with Blogs See other posts from Geeks with Blogs or by Guilherme Cardoso
Published on Fri, 25 Feb 2011 11:13:34 GMT Indexed on 2011/02/25 15:25 UTC
Read the original article Hit count: 412

Filed under:

Database .NET is an awesome tool that allow us manage several database in simultaneous (SQL Server, MySQL, Oracle, etc).

What lead me to install this tool was an problem that must be shared by must developers. Tools like SQL Server Management Studio consume to many resources, and if you don't have a decent computer you'll get problems in performance, and that's my case!

With Database .NET we can access an SQL Server for example, and make several actions to database (crud operations, manage procedures, etc).
Of course that this tool can replace the use of SQL Server Management Studio for example!  But it's really usefull if  you just need to perform small operations because it consumes many fewer resources.

This tool don't need to be installed (it can be used as an portable application).

One tip: if you are using SQL Server Express for example, don't forget to check the server name in Database .NET connection. In my case i've to change from GUILHERM-196634 to GUILHERM-196634\SQLExpress.

Project: http://fishcodelib.com/Database.htm

Download: http://fishcodelib.com/files/DatabaseNet3.zip 

© Geeks with Blogs or respective owner