tnx for the reply sir.
sorry i didnt make my query clear
i'm accesing foxpro free table like this...
ACC CHD MATDATE ---- fields
123 4 39865 ----- field value
234 5 38659
325 6 32651
i use DATASETS to store my query ,my query goes on oledbadpater("SELECT ACC,CHD,MATDATE FROM LNACC",MYCON)
then i use the FILL method. and then set is as the DATA SOURCE of my DATAGRIDVIEW.
what i want is how i can display the MATDATE value into DATE Format instead the 39865,38659 eth.
thnx