View Single Post
  #6 (permalink)  
Old 01-01-09, 15:21
Muiter Muiter is offline
Registered User
 
Join Date: Dec 2008
Location: Netherlands
Posts: 54
Quote:
Originally Posted by georgev
try switching to nvarchar
I can't find that option

Quote:
Originally Posted by healdem
what is making you import through PHPMyAdmin... there may be another route (one that I've used in the past is to upload a flat file and then import using a PHP script)
Just a one time story so that's why I'm using MySQL.

I changed all my values for now with:
Code:
UPDATE factuurnummers SET bedrag_excl = REPLACE(bedrag_excl, '?', '€')

Last edited by Muiter; 01-01-09 at 15:26.
Reply With Quote