View Single Post
  #4  
Old 11-10-2005, 07:02 AM
 
cbarnes cbarnes is offline
 

Member
  
Join Date: Oct 2005
Location: Kansas
Posts: 18
 

Default

Quote:
Originally Posted by mixman
I tried that command but it failed. Ireceived this response: SQL PATCH FAILED AT QUERY:
ALTER TABLE xcart_products AUTO_INCREMENT = '2500'

Hmmm...

You might try it without the ticks. i.e.

Code:
ALTER TABLE xcart_products AUTO_INCREMENT = 2500

Let me know if that works.
__________________
Chris Barnes
Ative LLC
X-Cart Development & Consulting
Reply With Quote