Pages
-
Recent Posts
- Get Your Windows 8 Start Menu Back With Pokki
- The Site44 Workflow
- Apex Basketball Schedule
- Understanding and Using System.Transactions
- Protecting Your Api Keys
- Favorite Excel Keyboard Shortcuts
- Apex Soccer Schedule
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning Demo
- Remove ListBoxItem Highlighting Demo
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
Recent Comments
- sharad D. Pawar on Code Validation in TortoiseSVN pre_commit_hook
- SatyaKishore on ChildWindow Positioning
- Laam on WPF – LINQ to SQL Sample
- tewari on Windigo 1.1 Released
- Guin on Windigo 1.1 Released
- Caleb on Remove ListBoxItem Highlighting
- AIS Around the Blogosphere | iPlayCloud.org on Understanding and Using System.Transactions
- Ian on Protecting Your Api Keys
- AIS Around the Blogosphere | Applied Information Sciences Blog on Understanding and Using System.Transactions
- AIS Around the Blogosphere | Applied Information Sciences Blog on Protecting Your Api Keys
- ReSharper vs Coderush (XPress) – Part 2 « Clean Code Style on ReSharper vs CodeRush + Refactor Pro
- AIS Around the Blogosphere | Applied Information Sciences Blog on Favorite Excel Keyboard Shortcuts
- Vishal Gamji on Favorite Excel Keyboard Shortcuts
- Ian on Favorite Excel Keyboard Shortcuts
- Andrew on GUI Prototyping Tools
Tag Archives: DbUpdater
SQL Azure Notes
My invitation code for SQL Azure CTP finally arrived. I had been waiting for this. You can create a database in from the SQL Azure Management page, shown above. After you have created the database, of course, you can use DbUpdater with your SQL Azure databases. Here is the command-line : DbUpdater.exe ..\SqlScripts /server:”tcp:SERVER.ctp.database.windows.net” /db:DATABASE /user:”USER@SERVER” [...]
Using NHibernate With SQLite in DbUpdater
DbUpdater (version 1.3 onwards) can be used with sqlite3. Review the files included in DbUpdater-sqlite3.zip 1. DbUpdater.exe.config must be modified. Note changes to the following keys – exe-file, exe-args, dialect, driver_class, connetion_string. 2. SchemaVersion.hbm.xml must be modified. The ‘class’ attributes value for the ‘generator’ of ‘id’ must be changed to ‘identity’. No other changes are [...]
DbUpdater on SourceForge
By popular demand, DbUpdater is now up on the sourceforge. Latest download (v1.2) is now available from there.


Using DbUpdater with MySql