Differentiate Sybase from SQL Server
Igor Korot <[email protected]> Sat, 28 Jul 2018 22:04:03 -0700
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CA+FnnTyx3-0HwF8Kb_F91U7Y8sS9xLduYa9sWqp1AdL=ToDsxg@mail.gmail.com> |
Hi, Is there a way to differentiate between Sybase and SQL Server other than by the TDS protocol version? I need an implementation of SQLDescribeCol(), but the information about column is located in a different table for those DBMSes. I can probably check what TDS version is used for a connection, but it is not very reliable way of doing things. Thank you.