Hi,

// SELECT
DBCommand cmd = db.createCommand();

Why there is no equivalances of above for the UPDATE and the INSERT?

DBCommand cmd = db.insertCommand();
DBCommand cmd = db.updateCommand();

Regards.

Reply via email to