Subject Re: CANT UNDERSTAND ERROR MESSAGE
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Mon, 12 Mar 2018 22:11:52 +0530
Newsgroups dbase.getting-started

On 12/03/2018 00:53, Mustansir Ghor wrote:
> Dear Akshat
>
> Thanks you.
>
> It means read /write conditions are for ADO Connections. I had started with ADO readings but at moment my focus is on a project that I need to transform  DOS application to Window application. So here if I dont use database object will it be ok?
>
> Best Regards
> Mustansir

Please go through Mervyn's response in this thread. He has outlined some
very important and valid points.

Two Questions as an after thought.

1. Will the app be used on network.
2. Do you intend to move to ADO later on.

If reply to either of the above questions is yes Then I would request
you to switch to stop using beginedit() etc and switch to using sql for
updating tables.

This will help you in considerable reduction in conversion time when you
convert to ADO.

You will be able to convert with just minimal changes to query
constructor code or change in database object reference.
Regards
Akshat