ASP.NET Database

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
What could I do for a database for ASP.NET? I know X10 only has PostgreSQL and MySQL installed so...
 
Last edited:

jgrey1

New Member
Messages
13
Reaction score
0
Points
0
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.
 

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
And what do I use to create and edit these files? Is there any management software. MS Access won't export locally so...
 

jgrey1

New Member
Messages
13
Reaction score
0
Points
0
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.
 

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
Thanks but I decided to go with PHP since I know it well and already have my testing server set up.
 
Top