Hi all.
In the one file excel I have this situation:
In BOLD the lines to be registered in the db mysql, the others lines excluded from registration...
Not register records with HOUR value time of -1 hrs. the first hour .... its possible with ASP ?
In the one file excel I have this situation:
Code:
ID DATE HOUR NAME [b]1 2008-06-21 03:03:10 PAUL[/b] 2 2008-06-21 03:33:10 PAUL 3 2008-06-21 04:03:10 PAUL [b]4 2008-06-21 06:03:10 PAUL[/b] 5 2008-06-21 06:33:10 PAUL 6 2008-06-21 07:03:10 PAUL [b]7 2008-06-21 05:25:00 JANE[/b] 8 2008-06-21 05:45:45 JANE 9 2008-06-21 06:15:00 JANE [b]10 2008-06-21 08:25:00 JANE[/b] 11 2008-06-21 08:45:45 JANE 12 2008-06-21 09:15:00 JANE
Not register records with HOUR value time of -1 hrs. the first hour .... its possible with ASP ?
Comment