ado connection

98 views
Skip to first unread message

kamleh patel

unread,
May 18, 2020, 9:03:25 AM5/18/20
to harbou...@googlegroups.com
Sir,

how to connect ACCDB file use.
Support Harbour Microsoft.ACE.OLEDB.12.0 ?

Thanks 
Kamlesh 

David Field

unread,
May 18, 2020, 12:12:46 PM5/18/20
to Harbour Users
Kamlesh ,

Have not tried since I don´t have any files of that type, but searching google I found you can do this:

oC := win_oleCreateObject( "ADODB.Connection" )
oC
:Open(
"Provider=Microsoft.ACE.OLEDB.12.0; Data Source="+cFileName)
oRecordSet
:= oC:Execute("SELECT ...")



Regards,
David Field
Reply all
Reply to author
Forward
0 new messages