Missing ClientCharset parameter description on documentation?
Sebastien FLAESCH <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Four J's Development Tools |
| Message-ID | <[email protected]> |
Hi, I was wondering with the ClientCharset ODBC data source parameter is not described here: http://www.freetds.org/userguide/odbcconnattr.htm Actually some others are missing I believe, according to the 0.83 source code: static const char odbc_param_Servername[] = "Servername"; static const char odbc_param_Address[] = "Address"; static const char odbc_param_Server[] = "Server"; static const char odbc_param_Port[] = "Port"; static const char odbc_param_TDS_Version[] = "TDS_Version"; static const char odbc_param_Language[] = "Language"; static const char odbc_param_Database[] = "Database"; static const char odbc_param_TextSize[] = "TextSize"; static const char odbc_param_PacketSize[] = "PacketSize"; static const char odbc_param_ClientCharset[] = "ClientCharset"; static const char odbc_param_DumpFile[] = "DumpFile"; static const char odbc_param_DumpFileAppend[] = "DumpFileAppend"; static const char odbc_param_DebugFlags[] = "DebugFlags"; static const char odbc_param_Encryption[] = "Encryption"; right? Or is this only the 0.82 documentation? Maybe both stable (0.82) and dev (0.83) documentations should be online. For example: http://www.freetds.org/docs.html -- current stable version "Versionned" docs: http://www.freetds.org/0.63/docs.html http://www.freetds.org/0.82/docs.html http://www.freetds.org/0.83/docs.html ? Thanks! Seb