Viewing 3 posts - 1 through 3 (of 3 total)
first thank you very much 🙂
Im working with c#, so in my case this expression work for me:
SELECT
parentName
FROM
...
September 30, 2008 at 5:55 pm
#879252
Its been used like this:
"INSERT INTO tblDate (CONVERT(varchar,myDate ,103), WorkerNum) VALUES ( ' + date + ', '" + workerNum + "')";
this time i get error: 'syntax incorrect near the...
September 30, 2008 at 7:50 am
#878858
I forgot to add that I try to convert "myDate" like this:
DateTime d = DateTime.Parse(myDate);
but without success.
September 29, 2008 at 6:43 am
#878357