I am calling a SQL stored procedure from VB for a recordset of date field in SQL. Does anyone know if the SQL datetime type and VB date type are compatible? Do I need to do some sort of conversion before the SQL datetime type value is assigned to a VB date value?