> "Mike Collier" <m...@adoanywhere.com> wrote in message
> news:3d1a64e5_1@dnews...
> > The topic is quite large but briefly from my experience:
> > Upsizing applications from Paradox to Oracle, with a requirement for
> Paradox
> > to be maintained for READ-ONLY purposes from legacy modules & reports,
the
> > easiest way was to use triggers on the server to produce an update list
of
> > tablenames and PK fields to copy in the background to paradox. For my
> > purposes I didn't need to apply changes in Paradox to Oracle so this may
> not
> > suit your purposes.
> We will have to apply cahnges to SQL Server from Paradox as some
information
> will still be held and maintained in the Paradox tables until the various
> modules are completed
> > On a more technical note:
> > There is no reason why you shouldn't be able to write to Paradox using
ADO
> > (except BLOB fields perhaps). You just need the correct installation
> files..
> > What error messages do you get when you try to post?
> That's the funny thing - Delphi raises no exceptions. It appears to apply
> the updates but they don't appear in the Paradox table!
> > --
> > Michael Collier - www.adoanywhere.com
> > "Nicki Fairweather" <nic...@btinternet.com> wrote in message
> > news:3d1a0c9e_2@dnews...
> > > This is the situation. We are about to completely rewrite a huge
> Paradox
> > > for DOS application. Because of the size of it, we are having to do
> this
> > > module by module. This means that we still have to keep the Paradox
> > tables
> > > in sync with the SQL tables. Our intention is to write a small Delphi
> > > app/dll which can be called by the various Delphi modules as they are
> > > developed to transfer the information.
> > > As the main Delphi modules will use the ADO components to
access/update
> > the
> > > data in the SQL tables, we would like to be able to use ADO components
> to
> > do
> > > the transfer (just to keep everything consistent).
> > > Any pointers as to how to do this. We've spent time looking at
> > > ADOConnection with ADOTable/ADOQuery/ADOClientDataSet but we cannot
get
> it
> > > to update the Paradox table. The information within the Client Data
Set
> > is
> > > being updated but the background table is not. We've tried
ApplyUpdates
> > and
> > > that doesn't work either.
> > > Any help would be greatly appreciated - we feel like we're up against
a
> > > brick wall!
> > > Thanks
> > > Nicki Fairweather