Hi
I have created an application that imports products from an CSV file. Since i have direct access to the database i thought that it would be easier and faster to save it directly in the database. Everything worked fine until now, where i need to manually create a product. Now i get the error that it can't save the product because the id already exist in the database.
It seems that the id's are generated somewhere else, but i cant figuere out where.
- Kevin