Problems in Client/Server Implementation of an MFC application
- From: "vinod aranhikkal" <vinod.a.s@xxxxxxxxx>
- Date: 1 Dec 2006 00:23:39 -0800
Dear All,
I am doing a project , which is an MFC application (MDI)
.. Now its a standalone application with MS Access as the "Back end". I
have used ADO to made the connection.
Now I want to make this application to work for several clients
at the same time . I also want this application to communicate with 3
different types of Database .
1) MySQL
2) MS SQL Server
3) Oracle
My application should connect with any of the above DB , without making
any problem..
Can I make a general implementation by using ADO ?
What are the precautions I have to take to implement this ?
I think ,I have to face the problems of "concurrent write/reads " to
the DB...How can I overcome this ?
Now I am using Multiple SQL queries for multiple table updations.
Whether I can use transactions to avoid data loss during multiple table
updations...?
But I think MySQL won't support transactions...Is there any other
option?
Can any one pls give me a suggestion ...?
Thanks in advance...
Vinod Sankar
.
- Follow-Ups:
- Re: Problems in Client/Server Implementation of an MFC application
- From: Ajay Kalra
- Re: Problems in Client/Server Implementation of an MFC application
- Prev by Date: Re: Using dialog templates with modeless dialog launched in a DLL
- Next by Date: Re: user arrays and VARIANT *
- Previous by thread: How to create events in COM interop(in c#)
- Next by thread: Re: Problems in Client/Server Implementation of an MFC application
- Index(es):
Relevant Pages
|
Loading