Re: INSERT with OUTPUT clause
Mikhail Grosman <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Sorry, forgot to mention that I'm using ODBC interface, not dblib. Test was done on Windows using native Windows ODBC Manager and FreeTDS ODBC driver. Mike On 01/04/2010 5:08 PM, James K. Lowden wrote: > [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 > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds > >