Hi,
I wish to convert a text file to sql format. My text file conssist of date and time. After i convert all the fields are in character type.What should i do to convert it to sql file so that the date is in datetime type and time is also datetime type.
I try to make my sql file the date type into datetime type but when i convert the error message appeared.
Thanks!