I am wanting to create a data model for an online store with shopping cart functionality. The question i have is how is the data which you want to be secure stored on secure server, and the general product & shopping cart info divided in terms of tables.
For example, is the CUSTOMER table (assuming it holds credit card info as well) stored on the secure server, and the other tables PRODUCT,ORDER,ORDERITEM (each line of the order),CART and other related tables stored on the normal server?? How is this done??
Any help greatly appreciated!!!!
Cheers!!
Jim
For example, is the CUSTOMER table (assuming it holds credit card info as well) stored on the secure server, and the other tables PRODUCT,ORDER,ORDERITEM (each line of the order),CART and other related tables stored on the normal server?? How is this done??
Any help greatly appreciated!!!!
Cheers!!
Jim