=========================================================================== If you want to be notified of new releases of the tool, send me an e-mail and you can subscribe to this service. The service is free of charge and coul'd be interrupted by me at any time with no previuos information. =========================================================================== ----- DISCLAIMER ------------------------------------------------------------ All the material produced by the Author included in this compressed archive is copyright by Insulin Power 1993-2008 by Andrea Montanari, with the exception of all dependencies and libraries that are distributed with limited licenses by each owner and/or holder; you can use it without restriction, while re-distribution must be under these terms: in general words, you are entitled to bundle this software with software/application of yours as long as: 1) you do not charge additional fees for the tool to your customers/users; 2) you maintain Author's credits. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; the author (me) has no responsibility for any damage or loss this software could produce. USE IT AT YOUR OWN RISK ----------------------------------------------------------------------------- Shoul'd you find bugs (and you will), suggestions improvements and so on, please feel free contact me; feed back, comments advices are welcome, not so insults... ;-) enjoy.. and excuse my poor english.. Andrea Montanari andrea.sql@virgilio.it http://www.asql.biz ************************* HISTORY ************************* 1.2008.0.6 August, 4th 2008 General It has been added support for SQL Server 2000 instances. (Thanks to Thomas Seidel for the feedback) frmMain Added server information about the connected instance. General Public objects has been hidden by making them Friend. cObject GetSelect(); text and ntext column projection has been fixed in order to return max 8000 (4000 for ntext and nvarchar) chars. (Thanks to Ole Gammelgaard Poulsen for the feedback) ------------ 1.2008.0.5 January, 3rd 2008 General Project has been updated to Visual Studio 2008 code base. Now project dependency is DotNetFramework 3.0; MainMod ScriptObj(); fixed file cycling over private and general setting which always used the original file name and thus overwriting preeceding flushes.. ------------ 1.0.0.4 June, 24th 2007 MainMod ScriptObj(); fixed SET IDENTITY.. statement that now will be outputted even if no rows are returned; removed extra lines in output; (Thanks to Gabriele Bertolucci for the feedback) fPScript FIX: When "not including" the eventual IDENTITY column of a table, the relative set operation in the output is now discarded; cConsole Modified to trap eventual export folder or file missing setting, now logged to the log file and interrupting execution; ------------ 1.0.0.3 April, 22th 2007 cSetting Modified CommonApplicationData to ApplicationData reference; now settings are more correctly user specific. ------------ 1.0.0.2 January, 7th 2007 General Replaced "\" literal with System.IO.Path.DirectorySeparatorChar; TDialog Removed "extra" saving dialog that was shown 2 times; cConsole Fixed crash condition in Workspace validation. ------------ 1.0.0.1 September, 9th 2006 General Added support for command line parameters in order to allow the application to be scheduled; ------------ 1.0.0.0 August, 28th 2006 Initial release END