Page 1 of 1

SQLExpress - SQLColumn Class

Posted: Sat Jul 20, 2019 11:58 am
by unixkd
Hi All

Boriz SQLExpress doc do not mention how to instantiate the SQLColumn Class.

Though I know I can do:

oCol := oCursor:GetSQLColumn(n) // n = Column position

Thanks

Joe.

Re: SQLExpress - SQLColumn Class

Posted: Mon Jul 22, 2019 10:33 am
by digitsoft
It can be used
Cursor:GetSQLColumn('fieldname')
unixkd wrote:Hi All

Boriz SQLExpress doc do not mention how to instantiate the SQLColumn Class.

Though I know I can do:

oCol := oCursor:GetSQLColumn(n) // n = Column position

Thanks

Joe.