G
Guest
I have a project I'm working on where I just won't be able to have SQL enterprise.
It's an ASP.Net VB project, and it needs to scale. Can I just use rigid and relational
XML and have the entire site run well without an ODBC database?
Will XML scale? I'm worried if I have a User.xml keeping track of all the
users the same way that a Users table would in SQL, it won't be able
to deal with a lot of simulatneous users.
Will MySQL be a nightmare? It works fine with PHP and mySql.
But the way the Visual Studio .Net environment works, will it
be horribly hard to get views of the mySQL tables with the
same web form designers etc ?
Thankssss
Paul
It's an ASP.Net VB project, and it needs to scale. Can I just use rigid and relational
XML and have the entire site run well without an ODBC database?
Will XML scale? I'm worried if I have a User.xml keeping track of all the
users the same way that a Users table would in SQL, it won't be able
to deal with a lot of simulatneous users.
Will MySQL be a nightmare? It works fine with PHP and mySql.
But the way the Visual Studio .Net environment works, will it
be horribly hard to get views of the mySQL tables with the
same web form designers etc ?
Thankssss
Paul