P
Przemek
Hi
A problem is - how can I make that statement correct? - I would like to
SELECT somenthink like that:
String *SQLstatement = String::Format(S" SELECT * FROM Table WHERE Date =
{0}", DateTimePicker1->Value->ToShortDateString() );
There is a String statement (*SQLstatement) so I concatenate DateTimePicker1
value as string value too. But I've got an "incorrect data type error". Is
there any
solution to make this cnvertion clear - maybe using any SQL finction inside
string?.
[Access file - "Date" column type: DateTime, oleDbDataAdapter]
Good day, thanks for wrote.
A problem is - how can I make that statement correct? - I would like to
SELECT somenthink like that:
String *SQLstatement = String::Format(S" SELECT * FROM Table WHERE Date =
{0}", DateTimePicker1->Value->ToShortDateString() );
There is a String statement (*SQLstatement) so I concatenate DateTimePicker1
value as string value too. But I've got an "incorrect data type error". Is
there any
solution to make this cnvertion clear - maybe using any SQL finction inside
string?.
[Access file - "Date" column type: DateTime, oleDbDataAdapter]
Good day, thanks for wrote.