Subject | Re: Updating databases |
---|---|
Author | afoc_nz |
Post date | 2003-05-08T06:59:32Z |
--- In ib-support@yahoogroups.com, Milan Babuskov <albis@e...> wrote:
frustrated enough to go over all of the code that I used to generate
the DDL for all the differenct objects (e.g. tables, generators,
triggers etc) and found a glitch in one of my classes. I think I'll
go and hide in the corner now...
> afoc_nz wrote:etc).
> > I am creating an application (in Java) and need a method of updating
> > the database (i.e. changing table structure add /removing triggers
> >post
> > Most of this sort of stuff is simple to manage through JDBC with
> > simple SQL statements. What has got me stuck is how to create
> > triggers/procedures from within the application. Every thing I've
> > tried so far has resulted in "token unknown" errors.
> >
> > Has anyone been able to do this sort of thing? If so, how???
>
> I don't know about Java, but I do it with PHP all the time. Can you
> some of the statements that failed?Thanks for the offer, but I've just managed to fix it. I got
>
> --
> Milan Babuskov
> http://fbexport.sourceforge.net
frustrated enough to go over all of the code that I used to generate
the DDL for all the differenct objects (e.g. tables, generators,
triggers etc) and found a glitch in one of my classes. I think I'll
go and hide in the corner now...