Skip to Content.
Sympa Menu

freetds - [freetds] Missing ClientCharset parameter description on documentation?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sebastien FLAESCH <sf AT 4js.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Missing ClientCharset parameter description on documentation?
  • Date: Wed, 03 Jun 2009 12:26:01 +0200

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







Archive powered by MHonArc 2.6.24.

Top of Page