Wednesday, June 27th, 2007
The new ADO.NET 2.0 and it’s typed datasets and table adapters are very useful tools for creating a DAL in you application. Still when working with SQLServer 2000 implementing transactions is a bit tricky. (more…)
Tags: class, datasets, error, public, solution, sql, sqlserver, transaction, transactions, type
Posted in Programming | No Comments »
Saturday, November 18th, 2006
When do you need to declare a destructor virtual?
Recently I’ve been involved in a thread on qt-interest mailing list about virtual destructors. A few people there suggested that you should always make the destructor of your class virtual. I strongly disagree.
(more…)
Tags: c++, class, destructor, destructors, member, private, protected, public, qt, safe, type, virtual
Posted in Programming | 2 Comments »