I just wanted to let you know that the functions dbinsert, dbdelete and
dbupdate are not available anymore.For insertion, deletion and update you
should use sql() instead. This because different drivers and DBMSes use
different SQL dialects so it is not possible to unify this (Oracle, MySQL 
and PG have completely different keywords and extensions).
So we thought to write a unicon library instead that implements such
functions making use of sql(). In this way it will be easier to maintain
specific DBMSes functions while keeping the same runtime system to the
bone.

Federico


_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to