I was recently tooling with some older code that fills a listbox. I check
the column type using:
if recset.columnType(0)=8 then
To see if it's a date value so that I can convert it to a "normal" date
value (instead of the sqldate).
Anyway, I noticed that "columnType" is not in the language reference
anymore. Furthermore in the status bar this method/property comes up as a
databaseCursor (the deprecated version of recordset). So I'm rather curious
if I'm going to lose "columnType" at some point in the future? It's
currently an undocumented feature so does that put it on the endangered
method list? Or is this simply another gap in the LR?
Curious,
~joe
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>