]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tdb.tex
added and implemented for MSW wxDP_SHOWCENTURY flag
[wxWidgets.git] / docs / latex / wx / tdb.tex
index a1e9cef2a99313f655adf6e71f5058ad937f384a..bc458335d4842953b4f199e355c85c2aa45829de 100644 (file)
@@ -918,6 +918,11 @@ As of v2.6 of wxWidgets, the wxODBC classes now fully support the compilation
 and use of the classes in a Unicode build of wxWidgets, assuming the compiler 
 and OS on which the program will be compiled/run is Unicode capable.
 
+The one major difference in writing code that can be compiled in either 
+unicode or non-unicode builds that is specific to the wxODBC classes is to 
+use the SQL_C_WXCHAR datatype for string columns rather than SQL_C_CHAR or 
+SQL_C_WCHAR.
+
 \subsection{wxODBC - Sample Code}\label{wxodbcsamplecode1}
 
 Simplest example of establishing/opening a connection to an ODBC datasource,