Re: SQL Server 2008: Support for TIME(n) data type
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/1/30 Sebastien FLAESCH <[email protected]>: > Thanks Frediano for the update. > > So for now we will not support SQL Server 2008 through the FreeTDS driver. > > We need support for DATE_STRUCT, TIME_STRUCT and sqlncli.h specials in > order to support the new SQL Server 2008 data types (date, time(n) and > datetime2(n)). > > Seb > But sql 2008 support US :) I think you can use old protocol losing a bit of precision or you have to convert to other types that support that precision using former protocol (supported by sql 2008). freddy77