Going insane re:Database
Posted: Thu Dec 02, 2010 2:35 pm
Hi and thanks for any help in advance!
I started a database app for work using sqlite which was all well and good but soon realised that it would make far more sense that the database be hosted on a domain so could be accessed from anywhere that has my front end installed!
That left me wth a couple of choices:
PostgreSQL:- Got this work under WAMP but then I have done a search and see that NO web hosting companies provide this!
MySQL:- Have not got this to work but this has two problems for me;
1) Have had trouble getting it set up!
2) The simplest connection is Via OBDC but I understand this may pose problems when other users install my front end??
3) Talking to it usinf libsmsql.dll seem very top heavy and complicated and there are no wrappers???
Any ideas anyone before I actually go insane!
I started a database app for work using sqlite which was all well and good but soon realised that it would make far more sense that the database be hosted on a domain so could be accessed from anywhere that has my front end installed!
That left me wth a couple of choices:
PostgreSQL:- Got this work under WAMP but then I have done a search and see that NO web hosting companies provide this!
MySQL:- Have not got this to work but this has two problems for me;
1) Have had trouble getting it set up!
2) The simplest connection is Via OBDC but I understand this may pose problems when other users install my front end??
3) Talking to it usinf libsmsql.dll seem very top heavy and complicated and there are no wrappers???
Any ideas anyone before I actually go insane!