ganu
04-21-2009, 07:12 AM
hai,
i am downloading data from mysql database to .csv format.the data is correctly downloading,but if any field starting with zero(0),then zero is missing
eg: phone number:012345778987//which is stored in db.
but in .csv file the phone number is storing like this 12345778987//means zero is missing
what is reason thanks to you.
i am downloading data from mysql database to .csv format.the data is correctly downloading,but if any field starting with zero(0),then zero is missing
eg: phone number:012345778987//which is stored in db.
but in .csv file the phone number is storing like this 12345778987//means zero is missing
what is reason thanks to you.