Search results

  1. A

    Returning a datetime value from sql server

    Ahh post wasn't finished...I pressed enter and it posted :S The result of the stored procedure is saved to a recordset and then I pull the date value from this recordset. This is how I call the stored procedure.. cmd.CommandText = "sp_ViewResults" Does anyone have any suggestions why the...
  2. A

    Returning a datetime value from sql server

    Hi All, I've a stored procedure and an input parameter for this procedure as .. @dateAdded DateTime I'm using VBA within Access to return this date and display it on a form. However, when I get the value only the date part is returned and not the time. For example, in the database I have...
Back
Top Bottom