25 Kasım 2009 Çarşamba

SQL Faster Paste


SQL Faster Paste was developed to be an add-In for Visual Studio 2005-2008 for quickly paste of sql sentences. It can generate automatic wrapper code like string conversión and also is able to extract sql params and convert it in SqlParameter only read the sql query from clipboard.After instalation, you will have a new icon in your "tool" menu with a yellow smile face. If you want to use them follow next steps.1) Copy in the clipboard a sql sentence from your favourite application like Sql Management or Access2) Execute SqlFasterPaste in VS 2005 or VS 2008 pressing yellow face.3) Push enter.And instead of copy the sql as it, you will have a C# code with every sql constanst transformed in params.Add-In for Visual Studio 2005-2008 for quickly paste of SQL sentences