Viewing 2 posts - 1 through 2 (of 2 total)
i will write it to a text file
November 18, 2008 at 6:19 pm
#900235
ex .
select lastname, firstname, middlename, birthday from tbl_temp_users
(all fields in tbl_temp_users are varchar, i uploaded the data from tab delimited file)
i want to loop to all the records to check...
November 18, 2008 at 5:49 pm
#900227