Is possible use DBF via ADO ? and use command SQL.
if yes, can show a sample please
thanks so much.
oConn:= CreateObject("ADODB.Connection")
oConn:Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\;Extended Properties=DBASE IV"
cSQL = "SELECT * FROM HPCLAIM WHERE Peril='WTR' AND Incurred >= 50000 AND Incurred <= 100000"
rsClaims = CreateObject("ADODB.Recordset")
rsClaims:CursorLocation = 3 // adUseClient
rsClaims:CursorType = 3 // adOpenStatic
rsClaims:ActiveConnection:= oConn
rsClaims:Open cSQL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 75 guests