filling the datagrid (date)
-
i have a access database(oledb not sql) i have a datetimepicker and a datagrid in my form. i would like know picking my data from my database with the datetimepicker. when i choose 01/05/2003 from my datetimepicker, i would like only this data should be shown. 01/05/2003 James $5.000,15 01/05/2003 Mary $7.500,01 01/05/2003 Adam $25.99,45 Please Help,,,:) sorry for my english,,,, türkish man in forum Turan
-
i have a access database(oledb not sql) i have a datetimepicker and a datagrid in my form. i would like know picking my data from my database with the datetimepicker. when i choose 01/05/2003 from my datetimepicker, i would like only this data should be shown. 01/05/2003 James $5.000,15 01/05/2003 Mary $7.500,01 01/05/2003 Adam $25.99,45 Please Help,,,:) sorry for my english,,,, türkish man in forum Turan
-
Thanks for your answer... I tryed this code; komutum = "SELECT * FROM tblkomisyon WHERE Tarih =#" & DateTimePicker1 & "#" but it gives this error operator() '&' is not defined for types 'String' and 'Systems.Windows.Forms.DateTimePicker' Any help please... Turan
-
Thanks for your answer... I tryed this code; komutum = "SELECT * FROM tblkomisyon WHERE Tarih =#" & DateTimePicker1 & "#" but it gives this error operator() '&' is not defined for types 'String' and 'Systems.Windows.Forms.DateTimePicker' Any help please... Turan
So you use VB.NET :-O that article was in VB6 , try using (+) not (&) to concatinate strings.