Hi All,
I'm new to FWH ADO and I hope to have a good start.
which one to start?
(1) This?
(2) This:
I'm new to FWH ADO and I hope to have a good start.
which one to start?
(1) This?
oRS := CreateObject( "ADODB.Recordset" )
oRS:Open( 'SELECT * FROM mytable', 'Provider=SQLOLEDB;Data Source=mySQL2012server;Initial Catalog=mysqldb;uid=sa;pwd=password')(2) This:
oCn := FW_OpenAdoConnection( 'Provider=SQLOLEDB;Data Source=mySQL2012server;Initial Catalog=mysqldb;uid=sa;pwd=password', .T.)
oRs := FW_OpenRecordSet( oCn, 'SELECT * FROM mytable' )Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15