What could I do for a database for ASP.NET? I know X10 only has PostgreSQL and MySQL installed so...
What could I do for a database for ASP.NET? I know X10 only has PostgreSQL and MySQL installed so...
Last edited by gamerdude; 06-11-2008 at 08:47 PM.
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.
And what do I use to create and edit these files? Is there any management software. MS Access won't export locally so...
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.
Thanks but I decided to go with PHP since I know it well and already have my testing server set up.