]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/recrdset.tex
Misc small changes
[wxWidgets.git] / docs / latex / wx / recrdset.tex
index 568fd85a24a7ec134e294963c4c5fc138b6ff6d9..de7acc29ea5fa091a2857e2c29a6c1ff0ff617bb 100644 (file)
@@ -4,6 +4,9 @@ Each wxRecordSet represents an ODBC database query. You can make multiple querie
 at a time by using multiple wxRecordSets with a wxDatabase or you can make
 your queries in sequential order using the same wxRecordSet.
 
+Note: this class is considered obsolete, replaced by the Remstar wxDB/wxTable classes
+(documented separately in Word and PDF format, as odbc.doc and odbc.pdf).
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}