Difference between revisions of "Database - AC7"

From AbleCommerce Wiki
Jump to: navigation, search
(Importing Data)
Line 5: Line 5:
 
== Importing Data ==
 
== Importing Data ==
  
Many people want to import data directly to support custom integrations with other platforms. Some common tables have special requirements.
+
Many people want to import data directly to support custom integrations with other platforms. Some common tables may have special requirements when inserting data in them.
  
 
* [[Importing Categories]]
 
* [[Importing Categories]]
 
+
* [[Data Port Utility]]
  
 
== See Also ==
 
== See Also ==

Revision as of 16:41, 24 December 2008

The AbleCommerce 7.0 database was completely rebuilt from the last major releases of version 5.5. If you worked with the prior version, many tables will be familar and changed only in minor ways, such as names or field sizes.

Database Schema (pdf)

Importing Data

Many people want to import data directly to support custom integrations with other platforms. Some common tables may have special requirements when inserting data in them.

See Also

Custom Queries (Adding custom SQL to AbleCommerce .aspx pages)

Data Access Layer (DAL)