What could I do for a database for ASP.NET? I know X10 only has PostgreSQL and MySQL installed so...
G gamerdude New Member Messages 101 Reaction score 0 Points 0 Jun 11, 2008 #1 What could I do for a database for ASP.NET? I know X10 only has PostgreSQL and MySQL installed so... Last edited: Jun 11, 2008
J jgrey1 New Member Messages 13 Reaction score 0 Points 0 Jun 16, 2008 #2 I ran 65 sites with asp.net for 6 years on several servers. I used the free Access database files (.mdb extension) that come with asp.net I never had a single problem with them.
I ran 65 sites with asp.net for 6 years on several servers. I used the free Access database files (.mdb extension) that come with asp.net I never had a single problem with them.
G gamerdude New Member Messages 101 Reaction score 0 Points 0 Jun 18, 2008 #3 And what do I use to create and edit these files? Is there any management software. MS Access won't export locally so...
And what do I use to create and edit these files? Is there any management software. MS Access won't export locally so...
J jgrey1 New Member Messages 13 Reaction score 0 Points 0 Jun 19, 2008 #4 You start with a blank MDB file. I have one if you need it. Then, you connect to the database (using the full path on the x10hosting server) and use SQL statements to create tables, add records etc.
You start with a blank MDB file. I have one if you need it. Then, you connect to the database (using the full path on the x10hosting server) and use SQL statements to create tables, add records etc.
G gamerdude New Member Messages 101 Reaction score 0 Points 0 Jun 21, 2008 #5 Thanks but I decided to go with PHP since I know it well and already have my testing server set up.