Click here to Skip to main content
15,889,863 members
Home / Discussions / Database
   

Database

 
GeneralRe: disallow multiple connections for a login Pin
Danzy8327-Feb-12 10:40
Danzy8327-Feb-12 10:40 
GeneralRe: disallow multiple connections for a login Pin
Mycroft Holmes27-Feb-12 12:06
professionalMycroft Holmes27-Feb-12 12:06 
GeneralRe: disallow multiple connections for a login Pin
jschell28-Feb-12 13:50
jschell28-Feb-12 13:50 
GeneralRe: disallow multiple connections for a login Pin
Danzy8329-Feb-12 2:18
Danzy8329-Feb-12 2:18 
GeneralRe: disallow multiple connections for a login Pin
jschell29-Feb-12 11:32
jschell29-Feb-12 11:32 
AnswerRe: disallow multiple connections for a login Pin
OChristiaanse29-Feb-12 20:34
OChristiaanse29-Feb-12 20:34 
AnswerRe: disallow multiple connections for a login Pin
foxyland7-Mar-12 17:54
foxyland7-Mar-12 17:54 
Question[Solved]vb.Net front end, Access back end in Multi User App = bad idea? Pin
Richard.Berry10024-Feb-12 17:10
Richard.Berry10024-Feb-12 17:10 
Hello

I did a stock control app in vb.net that uses an Access 2007 db.

I connect using ACE.OLEDB.12.0

The Access db is located on the server, and the app is loaded on the workstations.

They make a backup of the Access file every night. (Simply copy and paste to another location)

There are about 10 users, reading and writing the same tables

They have been running for a week so far, and up to now have already had one error where when trying to access data I got an exception " Unable to access the database"

From comments on the net, Access is a really bad idea (Corruption, slow connections in multi user apps etc etc)

They are a small company, so a licensed SQL2008 server is not practical financially.

MySQL seems like a logical free option?

My Questions:

1) As a temporary fix while migrating to a 'proper' db, I have read about creating a second access db, and linking all the tables in the 'back-end' db, to the 'front-end' db, so that if the first db gets corrupted, the 'back-end' db will remain in tact. Does this seem like a good idea?

2) Is MySQL the best choice for a db in this situation?

3) How easy it it to install and configure a MySQL database

4) Are there connection objects in .Net for MySQL (I saw an ODBC connector on the MySQL download page - is this the best way to connect?)

5) How do you back up a MySQL Db - do you need special agents?

6) Are there any other problems/differences I should be aware of when going the MySQL route? (I have noticed some differences in SQL syntax, parametrized queries etc, and also I use AutoNumber fields in Access to get unique Sales/Purchase Order Numbers

I would be appreciative of any comments!

Thanks in advance

Richard

modified 26-Feb-12 1:20am.

AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
Jörgen Andersson24-Feb-12 22:48
professionalJörgen Andersson24-Feb-12 22:48 
AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
Mycroft Holmes24-Feb-12 23:30
professionalMycroft Holmes24-Feb-12 23:30 
AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
Luc Pattyn25-Feb-12 2:55
sitebuilderLuc Pattyn25-Feb-12 2:55 
AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
PIEBALDconsult25-Feb-12 4:05
mvePIEBALDconsult25-Feb-12 4:05 
AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
Dan Mos25-Feb-12 5:45
Dan Mos25-Feb-12 5:45 
AnswerRe: vb.Net front end, Access back end in Multi User App = bad idea? Pin
riced25-Feb-12 9:36
riced25-Feb-12 9:36 
QuestionMessage Closed Pin
23-Feb-12 6:23
craig trombly @ infobright23-Feb-12 6:23 
AnswerRe: Infobright and Analytics Pin
Eddy Vluggen23-Feb-12 7:00
professionalEddy Vluggen23-Feb-12 7:00 
GeneralRe: Infobright and Analytics Pin
craig trombly @ infobright23-Feb-12 7:02
craig trombly @ infobright23-Feb-12 7:02 
GeneralRe: Infobright and Analytics Pin
Chris Maunder23-Feb-12 16:45
cofounderChris Maunder23-Feb-12 16:45 
GeneralRe: Infobright and Analytics Pin
Shameel23-Feb-12 17:20
professionalShameel23-Feb-12 17:20 
AnswerRe: Infobright and Analytics PinPopular
R. Giskard Reventlov23-Feb-12 7:23
R. Giskard Reventlov23-Feb-12 7:23 
GeneralRe: Infobright and Analytics Pin
Dan Mos25-Feb-12 5:35
Dan Mos25-Feb-12 5:35 
QuestionGet Just The Latest Pin
GenJerDan23-Feb-12 3:46
GenJerDan23-Feb-12 3:46 
AnswerRe: Get Just The Latest Pin
Chris Meech23-Feb-12 4:35
Chris Meech23-Feb-12 4:35 
GeneralRe: Get Just The Latest Pin
GenJerDan23-Feb-12 4:45
GenJerDan23-Feb-12 4:45 
GeneralRe: Get Just The Latest Pin
Chris Meech23-Feb-12 4:48
Chris Meech23-Feb-12 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.