Subject Re: [firebird-support] MS SQL update Firebird Database
Author Dean Harding
Mikhail Harith wrote:
> UPDATE TESTDB...TEST SET TEST = 'Text Testing'
>
> toad for sql server tells me command successful, however a query
> using IB Expert results in an empty table.
>
> Anyone see what I'm doing wrong?

If the table is empty, an UPDATE statement isn't going to work...
there's nothing to update!

Perhaps you're looking to INSERT?

Dean.