X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b2878de13d4159bbb399c862b00762a94f07be7..2f82c9200981cb05f6856595ce29edae07f776c7:/docs/latex/wx/tdb.tex diff --git a/docs/latex/wx/tdb.tex b/docs/latex/wx/tdb.tex index 449efdbfc3..401f78758e 100644 --- a/docs/latex/wx/tdb.tex +++ b/docs/latex/wx/tdb.tex @@ -404,8 +404,8 @@ member. \begin{verbatim} wxDbConnectInf DbConnectInf; - DbConnectInf.SetDsn,"MyDSN"); - DbConnectInf.SetUserID,"MyUserName"); + DbConnectInf.SetDsn("MyDSN"); + DbConnectInf.SetUserID("MyUserName"); DbConnectInf.SetPassword("MyPassword"); DbConnectInf.SetDefaultDir(""); \end{verbatim} @@ -832,7 +832,7 @@ this example it was stored in "DbConnectInf.Henv") have been closed, then it is safe to release the environment handle: \begin{verbatim} - DbConnectInf->FreeHenv()); + DbConnectInf->FreeHenv(); \end{verbatim} Or, if the long form of the constructor was used and the constructor was allowed