FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Reading property ADODB.Connection
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Reading property ADODB.Connection
Posted: Tue May 30, 2017 08:42 AM

Hello ,

Using DBG oCon i can see the property's from this object i.e. :

7 Data Source Name DATA\TEST.MDB

I can't read this data with oCon:Data Source Name

How we can import the object properties in a array ?

Frank Demont

test
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Re: Reading property ADODB.Connection
Posted: Tue May 30, 2017 08:52 AM

Sorry , found the solution in thr source from xbrowse :

oCon:Properties("Data source Name"):Value

test

Continue the discussion