Subject | Re: [firebird-support] UDF Writing On Ubuntu |
---|---|
Author | Milan Babuskov |
Post date | 2008-07-28T11:32Z |
R. S. Patil wrote:
BTW, when you run large scripts generated by ISQL or some other tool,
make sure you use automatic DDL commit or add
SET AUTODDL ON;
at the start of your script.
Now, regarding your problem: Do you use RestrictUDF setting in
firebird.conf and how is it set? What does the DECLARE EXTERNAL FUNCTION
for F_CDOWLONG look likt?
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> With flame robin I created a new DATABASE for Testing and RAN the scriptThat is normal since you select dialect in Database Registration Dialog.
> But it gave error for SET SQL DIALECT 3; statement so I commented it out
> then Installation went smooth.
BTW, when you run large scripts generated by ISQL or some other tool,
make sure you use automatic DDL commit or add
SET AUTODDL ON;
at the start of your script.
Now, regarding your problem: Do you use RestrictUDF setting in
firebird.conf and how is it set? What does the DECLARE EXTERNAL FUNCTION
for F_CDOWLONG look likt?
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com