Hi,
I read the sqlite3 order table and there is a field "order_date" defined as datetime.
dataset.CommandText = "select order_date ,order_no,name, description," & _
" from mcrm_order "
1. should i specify my order_date as date(order_date) in sql statement ?
2. how can i get the value and assign it to Calender control ?
I have tried this but it said that
OrderDateCalenderControl.Value = datasource.GetValue(0)
input string was not in a correct format Error!
Can anyone help ? Thanks.
Best Regards,
kalmen
I read the sqlite3 order table and there is a field "order_date" defined as datetime.
dataset.CommandText = "select order_date ,order_no,name, description," & _
" from mcrm_order "
1. should i specify my order_date as date(order_date) in sql statement ?
2. how can i get the value and assign it to Calender control ?
I have tried this but it said that
OrderDateCalenderControl.Value = datasource.GetValue(0)
input string was not in a correct format Error!
Can anyone help ? Thanks.
Best Regards,
kalmen