View Single Post
  #7  
Old 11-02-2003, 01:48 PM
 
Cameron Cameron is offline
 

eXpert
  
Join Date: Jan 2003
Location: Washington State, USA
Posts: 224
 

Default

Maybe it's a SQL version thing, but that first string deleted all my countries, and the second wouldn't add US. I did it manually and the string that PHP myAdmin returned that was performed was:
Quote:
INSERT INTO `xcart_countries` ( `country` , `code` , `language` , `charset` )
VALUES (
'United States', 'US', 'English', 'iso-8859-1'
);

Hope that helps somebody else out there.
__________________
Current project: 4.4.2
Reply With Quote