QUOTE (peterlaursen @ Sep 12 2005, 03:42 PM)
field-delimiter should be ; (semicolon) - not , (komma),
First pic: komma used
Second pic: semicolon used
No, if that were so then the file format would be known as Semicolon Seperated Values instead of Comma Seperated Values.
I use SQLYog to export data to Excel weekly withough issue as long as you tell Excel to import a CSV. I also use the copy to clipboard and paste into an excel spreadsheet and it works perfectly every time with a comma. The comma has been the field seperator default for many years and while you have found a condition where Microsoft accepts a non-standard seperator, it's no reason for the rest of us to change it.
Also, SQLog gives you the option to change this to whatever you wish. So there's really no need to change the program.
=C=