Board index » delphi » Master detail insert error

Master detail insert error

Hi, i have a M/D relationship. When i try to insert into the detail a:
'An unknown error has occurred' message appears, but the record IS
inserted.
What can be wrong?
D5 Ent and SQL 7.
thanks
--
Guillermo Casta?o Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
Guiller...@GrupoMillennium.com
www.GrupoMillennium.com
 

Re:Master detail insert error


Quote
>Hi, i have a M/D relationship. When i try to insert into the detail a:
>'An unknown error has occurred' message appears, but the record IS
>inserted.

Are you using Lookup fields in the table?  Does this error only occur when you
run from the IDE?  You can ignore the error if the above are true because it is
just do to the way error trapping in ADODB unit is done using some Try/except
blocks.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads