Custom database fields
Posted: Thu Sep 15, 2011 3:20 pm
Hello,
I have some basic knowledge of databases, but I don't have to use them very often, so I'm no expert. If I wanted to collect extra information from customers and store that information in the database, how would I go about doing that? Would it be better to add a new table to the database or to use a pre-existing one? I know there is an ac_CustomFields table, is that what I am looking for? And how do I take information from the page and put it into the database? I'm confident that I can get the ASP.NET and C# components cooperating, but what methods are used to write that data to the database? After some brief searching, I found some tutorials for accessing databases with C#, but I also know that AC already accesses the database, so I was hoping I might be able to piggy-back off of that. I would like to be able to give the customer options in the way they deal with our store and company, but I don't know how to save those preferences.
I'm not really sure where to start on this, any help or direction would be appreciated.
I have some basic knowledge of databases, but I don't have to use them very often, so I'm no expert. If I wanted to collect extra information from customers and store that information in the database, how would I go about doing that? Would it be better to add a new table to the database or to use a pre-existing one? I know there is an ac_CustomFields table, is that what I am looking for? And how do I take information from the page and put it into the database? I'm confident that I can get the ASP.NET and C# components cooperating, but what methods are used to write that data to the database? After some brief searching, I found some tutorials for accessing databases with C#, but I also know that AC already accesses the database, so I was hoping I might be able to piggy-back off of that. I would like to be able to give the customer options in the way they deal with our store and company, but I don't know how to save those preferences.
I'm not really sure where to start on this, any help or direction would be appreciated.