Subject | Re: How to update table structure with SQL? |
---|---|
Author | neighbour.kerry |
Post date | 2009-06-23T21:40:23Z |
--- In firebird-support@yahoogroups.com, Dennis McFall <dennis@...> wrote:
I had been hoping I could do it all in Firebird SQL, which was the whole point of my question. So much more elegant.
But no problems, I seem to be on the right path then....
>Yes, that is pretty much what I am doing now - ie doing it all in Delphi.
> SQL.Clear;
> SQL.Add( 'SELECT 1 FROM RDB$DATABASE WHERE EXISTS(SELECT
> RDB$RELATION_NAME FROM RDB$RELATIONS WHERE RDB$RELATION_NAME=''SOMETABLE') ');
I had been hoping I could do it all in Firebird SQL, which was the whole point of my question. So much more elegant.
But no problems, I seem to be on the right path then....