pkirbyau Posted September 6, 2006 Posted September 6, 2006 I have an existing business with several thousand registered customers on my distribution list. Is there an equivalent to easy populate for customer details. If not, does anyone have pointers as how to play with the SQL code otherwise? I have the information in Access or Excel at the moment but would understand it may need to be ported into another format Im running RC2.2 if it makes any difference... Many thanks.
cybercon Posted September 6, 2006 Posted September 6, 2006 I went through a similar issue with vendors here is what I came up with. I created a csv in excel that provided me with this INSERT INTO vendors VALUES ('1364', 'B And K Cycles', 'CA', 'B AndK Cycles', '1200 Grandview', '90278', 'Redondo Beach', 'CA', '0', '0', '5632632324', '', '', '', '1'); Each field is enclosed in apostrophes and coma separated. Blank fields are ", Then just run SQL import Jeff Contributions I use: DynaMenus - Light Box - Best Sellers Content Box - Related Products 3.2 - UPS XML - Secure Admin Login - Vendor Locator - Graphical Borders.
pkirbyau Posted September 7, 2006 Author Posted September 7, 2006 I went through a similar issue with vendors here is what I came up with. I created a csv in excel that provided me with this INSERT INTO vendors VALUES ('1364', 'B And K Cycles', 'CA', 'B AndK Cycles', '1200 Grandview', '90278', 'Redondo Beach', 'CA', '0', '0', '5632632324', '', '', '', '1'); Each field is enclosed in apostrophes and coma separated. Blank fields are ", Then just run SQL import Thank you Cybercon. Ill see how I go. I think I need a little more investigation into the various customer tables so will put on the snorkel and dive in this weekend.
cybercon Posted September 8, 2006 Posted September 8, 2006 Try going to the customer tables and exporting it, that should give you the table layout. Jeff Contributions I use: DynaMenus - Light Box - Best Sellers Content Box - Related Products 3.2 - UPS XML - Secure Admin Login - Vendor Locator - Graphical Borders.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.