Board index » delphi » Funny problem with Delphi 5 and ADO
Richard Mace
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Richard Mace
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Funny problem with Delphi 5 and ADO
I am using a ADO table to connect to an .mdb file, and using a normal delphi
dataset. If I add a new record, then post it, then try editing the record I just Any ideas? Thanks in advance. Richard Mace Richa...@mhsoftware.co.uk |
Steve Koters
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Funny problem with Delphi 5 and ADOOn Thu, 27 Jan 2000 22:18:28 -0000, "Richard Mace" Quote<Richa...@mhsoftware.co.uk> wrote: TADODataSet? Is it a third-party ADO component? Is it some interface to ADO you created? The reason I have to ask is that you say you are using *both* an "ADO _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
Richard Mac
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Funny problem with Delphi 5 and ADOYes, it is a Delphi TADODataset. I must admit, I am a "little" puzzled about which components I need to use Thank you for your time. Quote"Steve Koterski" <koter...@NOSPAMgte.net> wrote in message Quote> On Thu, 27 Jan 2000 22:18:28 -0000, "Richard Mace" |
Steve Koters
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Funny problem with Delphi 5 and ADOOn Fri, 28 Jan 2000 09:10:15 -0000, "Richard Mace" <Richa...@vip.co.uk> wrote: Quote>Yes, it is a Delphi TADODataset. so using the ADO data and dataset components, like TADOConnection and TADODataSet. If you connect to the database using the BDE (with its native driver for Microsoft Access or an ODBC driver for Access), use the stock data and dataset components, like TDatabase and TQuery. Is your original in a multi-user environment? Or where you getting the (Follow-ups to the newsgroup only, please.) _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
Richard Mac
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Funny problem with Delphi 5 and ADOHello, It was a "single user" environment on my development PC. I can reproduce it I am using the components I mentioned, because I can't figure out any other I have learnt one thing. If the access database is create using Access 97 I am now really confused, and am not sure whether it is a combination of I have been looking for articles on the web that describe how to use ADO, Thanks in advance. Richard Mace QuoteSteve Koterski <koter...@NOSPAMgte.net> wrote in message Quote> On Fri, 28 Jan 2000 09:10:15 -0000, "Richard Mace" <Richa...@vip.co.uk> |