Hello there:
I'm new in working with SQL Server from VB, and I'm having a problem I suppose is simple:
I've written a Stored procedure in wich the parameters are a start date and an end date.
In VB I dim these variables as Date and the input is taken from DTPicker controls.
The thig is that somehow I never get the desired records, and I don't get errors either?!?!

I've tried to run it from SQL Server and it works, with the dates being in any format.
But from VB I get zero in return.

Please help
Thanx
André