Subject | RE: [firebird-support] Re: Firebird == Standard SQL ??? |
---|---|
Author | Alan McDonald |
Post date | 2007-08-02T23:51:21Z |
> Hi Thomas,I suppose you realise that all you need to do in FB to use a reserved word
>
> I did, and that is when I decided to ask the question, as the MS SQL DB
> makes use of Data types such as Bit and Boolean. I was aware that I could
> create a domain, etc. I have also notice that the MS SQL DB uses reserved
> words as field names, so the migration is going to need some work.
>
> At the end of the day, we must make a decision if the time required to
> migrate the DB as well as modifying the legacy code is worth it.
>
> Thanks
>
> Daniel
is enclose if in "" double quotes. This may be less work than changing
schema names completely.
Alan