Hi,
I will extract record from text file and update it to database. But I will receive a type mismatch error when trying to update a string to a date field.
So, is there any way to check whether that particular string is a date or not, if it is, then insert to the table, else skip.
Thanks a lot.
I will extract record from text file and update it to database. But I will receive a type mismatch error when trying to update a string to a date field.
So, is there any way to check whether that particular string is a date or not, if it is, then insert to the table, else skip.
Thanks a lot.