SQL Script to Insert Data
-
I have a client that wants to create a composite product. There are two real products: Picture Frame and a shadow box. The components are rales and stiles, mats, glass, matt customization, mounting and backing. Essentially a customer can create a custom shadowbox display and the company will build it for them. The problem is there are over 1000 mats and 1000 styles of rales and stiles and entering the data one piece at a time is incredibly laborious. I know you can insert via the API but that is taking a lot of time and full of errors. Is there a SQL script that can create the base product and then write directly into MySQL the components based on the data loaded for the product?
- The topic ‘SQL Script to Insert Data’ is closed to new replies.