Re: INSERT with OUTPUT clause
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I tried a statement like this: INSERT INTO test (char, real, int) > output INSERTED.real, INSERTED.int values(1, 5.4, 333) > > DB is MS SQL 2005. With TDS version 8.0 (or 7.0) it doesn't return > anything I had no problem using bsqldb from CVS HEAD. --jkl