Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Good DB for VB app w/ website 1

Status
Not open for further replies.

JFRobishow

Technical User
Jun 18, 2003
87
CA
Hi everyone,

I'm currently developping an software for a small company. I've used an backend MS Access database to start, but I'm wondering if I've made the right choice.

The company will be using that database to maintain an online store (inventory and cliendID, stuff like that will be stored in it)

The site will be more than likely small, I would say close to 10 concurrents user as a BIG maximum. Is Access going to cause me trouble? Should I consider moving to MySQL for the website?

I'm a novice, so I don't really know how to work with MySQL (read never done it) specially not implement it in the application...as I'm guessing I could figure out the website part.

Tips and suggestion are welcome.
 
You need first to check out what your website hosting package will support. If it will support Access then you should be OK as long as you make sure that you open connections and recordsets only when you need them and close them as soon as you've finished with them.

If there is any prospect of the site expanding, then look seriously at using a host that can supply either MSSQL or mySQL

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Thanks johnwm for yet again an informative reply.

I'll keep access as a backend for the application and if they really want to have MySQL for the website after I bring my point I'll suggest that they use a software that can make convertion from Access to MySQL.

Don't think I'll run into problems that way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top