Gerardo Herzig wrote:
> Lets say i have an DB object, who implements the querys to the database
> trough a method called DBObject.doQuery.
>
> On the other hand, i have 50 sql functions stored in the database. So i
> can call DBObject.doQuery('select * from my_sql_function()')...Ok, what
> do i w
Hi all. Ill try to explain mi situation:
Lets say i have an DB object, who implements the querys to the database
trough a method called DBObject.doQuery.
On the other hand, i have 50 sql functions stored in the database. So i
can call DBObject.doQuery('select * from my_sql_function()')...Ok, what