-
Archives
- November 2011
- September 2011
- May 2011
- February 2011
- January 2011
- December 2010
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Category Archives: SQL
Missing MySQL’s REPLACE (aka MERGE) in PostgreSQL
When Synthesys first decided to go with PostgreSQL as the database for a large web application, I was very excited to get away from our usual reliance on MySQL and move to a real database platform. Once we figured out … Continue reading
Posted in Mono/.Net, Open Source, PostgreSQL, SQL, Technology
Leave a comment
Connecting Crystal Reports XI Standard to PostgreSQL
At Synthesys we’re using PostgreSQL as the database for a large web application.� For the time being we’re writing our reports in Crystal Reports, although we’re hoping to move to a free platform in the future. Unfortunately we only have … Continue reading
Posted in IT, Open Source, PostgreSQL, SQL, Technology
9 Comments
Planned Obsolescence… in 8000 Years
I made a simple little real time data reporting system live today which dumps a row into a MySQL database once a minute. I didn’t include any archiving or purging functionality, so I decided to do some quick calculations to … Continue reading
OpenIT Progress
I’ve been keeping up a good pace of bug fixing in OpenIT thanks to user bug reports. I’m really getting bitter about using MySQL 4.0, especially after we’ve started using PostgreSQL for a new project at Synthesys. Views? Foreign Key … Continue reading
Fun with SQLite + PHP
My poor little OpenIT development box which runs on a whopping 48 MB of RAM has been running unusually slow, and I think its due to upgrading from MySQL 4.0 to 4.1. That’s really the only thing thats changed on … Continue reading