Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search a VFP table for records with a future date?
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Search a VFP table for records with a future date?
Miscellaneous
Thread ID:
00610191
Message ID:
00610191
Views:
49
Hi I am trying to return a recordset from a VFP table using ADO and VB6 SP5

I only want records of a particular primary key and with a future date...

I have tried lots of variations on this but here is the code...

Call getTestRecordsetRO("select * from bookings where bo_to = #" & Date & "#", rsBook)

Private Sub getTestRecordsetRO(strSQL As String, strRecordset As ADODB.Recordset)
'get an updateable recordset
Set strRecordset = New ADODB.Recordset
SQL = strSQL
strRecordset.Open SQL, DB, adOpenStatic, adLockReadOnly, adCmdText
End Sub

I get a couple of errors (depending on the variation I tried!) from "Missing Operand" to "Operator/Operand type mismatch"

Any help greatly appreciated!
Chris Maiden
Email
Web
Next
Reply
Map
View

Click here to load this message in the networking platform