Re: [ADMIN] User Defined Function

2002-02-18 Thread Stephan Szabo
On Mon, 18 Feb 2002, Marco Tulio wrote: > Hi, > > If I create a user defined function, and use it in a > CHECK statment when I create a table, its works fine. > > But if I need recreate this function, the table can´t > anymore accept data, because can´t locate the function. > > I can´t recreate

[ADMIN] User Defined Function

2002-02-18 Thread Marco Tulio
Hi, If I create a user defined function, and use it in a CHECK statment when I create a table, its works fine. But if I need recreate this function, the table can´t anymore accept data, because can´t locate the function. I can´t recreate the table, or I´ll lost data. (ok, I can make a dump,