Hi
Thanks, but there is another problem now :/
In c# there is a variable type for date and time together
and its not a good format for the PSQL Date field,
so its doing problems, how can i fix it ?
Even when i take a Date field from the dataBase and put it
in a dataGrid, the format is changing automaticly
and a time 00:00:00 is add into it :/
(i changed the field into Char so now its working
but im looking for a way to work with Date)
Thanks.