.Insert behaviour changed?!?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LudekS
Posts: 3
Joined: Thu 12 Oct 2006 09:46

.Insert behaviour changed?!?

Post by LudekS » Thu 12 Oct 2006 09:53

It has been always so, that: wenn a TMSQuery had an EOF-Flag active and the "insert" was called, the newly inserted row appeared at the end of the dataset. It is no more so in the current version and the record appears the last but one and the programs don't work anymore. Could you please return there the old behaviour, known also from BDE? thanks very much!

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 13 Oct 2006 08:53

We couldn't reproduce the problem.
Please send us (sdac*crlab*com) a complete small test project to reproduce the problem; it is desirable to use Northwind or Master schema objects, otherwise include definition of your own database objects; don't use third party components

Also supply us following information
- Exact version of Delphi or C++ Builder
- Exact version of SDAC. You can see it in About sheet of TMSConnection Editor
- Exact version of Microsoft SQL Server and OLE DB provider that you use. You can see it in Info sheet of TMSConnection Editor

LudekS
Posts: 3
Joined: Thu 12 Oct 2006 09:46

Post by LudekS » Mon 16 Oct 2006 06:46

Example sent. Please have a look at it.

Post Reply