SQLExpress - SQLColumn Class

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

SQLExpress - SQLColumn Class

#1 Post 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.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: SQLExpress - SQLColumn Class

#2 Post 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.
Nolberto Paulino
Regards

Post Reply