Board index » delphi » MS-Access 97 Master/Detail form problem

MS-Access 97 Master/Detail form problem

When I try to create a Master/Details form using an Access97 DB with the
linking field being an AutoNumber in the Master table I get this runtime
error:-

"Project........raised exception class EDBEngineError with message
'Non-blob' column in table required to perform operation"

Is there a way to create this Master/Detail form without changing the
linking field from an AutoNumber to a long int?

 

Re:MS-Access 97 Master/Detail form problem


On Mon, 02 Mar 1998 21:47:10 +1000, Geoff Ford

Quote
<gf...@scs.brisnet.org.au> wrote:
>When I try to create a Master/Details form using an Access97 DB with the
>linking field being an AutoNumber in the Master table I get this runtime
>error:-

>"Project........raised exception class EDBEngineError with message
>'Non-blob' column in table required to perform operation"

>Is there a way to create this Master/Detail form without changing the
>linking field from an AutoNumber to a long int?

Are you sure your problem is related to the Autonumber field? I've
only played with the idea of converting one of my Access projects to
Delphi but I did test the functionality of the MSACCESS driver with a
similar setup and had no problems.

Re:MS-Access 97 Master/Detail form problem


Quote
Esa Raita wrote:
> On Mon, 02 Mar 1998 21:47:10 +1000, Geoff Ford
> <gf...@scs.brisnet.org.au> wrote:

> >When I try to create a Master/Details form using an Access97 DB with the
> >linking field being an AutoNumber in the Master table I get this runtime
> >error:-

> >"Project........raised exception class EDBEngineError with message
> >'Non-blob' column in table required to perform operation"

> >Is there a way to create this Master/Detail form without changing the
> >linking field from an AutoNumber to a long int?

> Are you sure your problem is related to the Autonumber field? I've
> only played with the idea of converting one of my Access projects to
> Delphi but I did test the functionality of the MSACCESS driver with a
> similar setup and had no problems.

I have defined the linking field in the Master table as a long int and have
no problems.   I want to keep the field as an autonumber field to create a
unique key  with out having to code it to assign a unique key.

Thanks.

Other Threads