hello!
i am currently working on a simple file make application , this application read data from foxpro .dbf file , i want to get records between two dates , from date and to date , the invoice date field name is fl02 here is my query but this is not working properly and not showing any record.
select * from TRANS.DBF where fl02 >= '8/1/2012' and fl02<= '8/31/2012'
i this there is nothing wrong with it if i run it in mssql , but may be there is some thing not proper in this query for foxpro , please guide me.
Regards
3
Contributors
2
Replies
3 Days
Discussion Span
8 Months Ago
Last Updated
3
Views
Related Article:Read XML with VB,NET
is a solved VB.NET discussion thread by buffalo0 that has 3 replies, was last updated 3 months ago and has been tagged with the keywords: .net, asp.net, vb.net, xml.