Re: SV: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Stefan Osterburg
gt;>>Try catching Exception::Error instead. >>> >>>Regards >>>Thomas >>> >>>-----Oprindelig meddelelse- >>>Fra: development-axapta@yahoogroups.com [mailto:development- > > [EMAIL PROTECTED] På vegne af Stefan Osterburg > &g

Re: SV: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Karsten Krabbes
ta@yahoogroups.com [mailto:development- [EMAIL PROTECTED] På vegne af Stefan Osterburg > Sendt: 25. oktober 2005 17:42 > Til: development-axapta@yahoogroups.com > Emne: Re: SV: [development-axapta] Catching DB dupicate key erros > > same problem. > > Thomas Jensen sc

RE: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Pieter Wijnen
n > Osterburg > Sendt: 25. oktober 2005 11:03 > Til: development-axapta@yahoogroups.com > Emne: [development-axapta] Catching DB dupicate key erros > > Hello, > > when inserting possibly duplicate records into a table I don't want to > check for an existing reco

SV: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Thomas Jensen
Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Stefan Osterburg Sendt: 25. oktober 2005 17:42 Til: development-axapta@yahoogroups.com Emne: Re: SV: [development-axapta] Catching DB dupicate key erros same problem. Thomas Jensen

Re: SV: [development-axapta] Catching DB dupicate key erros

2005-10-25 Thread Stefan Osterburg
: 25. oktober 2005 11:03 > Til: development-axapta@yahoogroups.com > Emne: [development-axapta] Catching DB dupicate key erros > > Hello, > > when inserting possibly duplicate records into a table I don't want to > check for an existing record each time before I insert but

SV: [development-axapta] Catching DB dupicate key erros

2005-10-25 Thread Thomas Jensen
] Catching DB dupicate key erros Hello, when inserting possibly duplicate records into a table I don't want to check for an existing record each time before I insert but catch the error that the insert-call throws. The following is supposed to fill cust with two records (4711 and 4712) and

[development-axapta] Catching DB dupicate key erros

2005-10-25 Thread Stefan Osterburg
Hello, when inserting possibly duplicate records into a table I don't want to check for an existing record each time before I insert but catch the error that the insert-call throws. The following is supposed to fill cust with two records (4711 and 4712) and catch the error thrown on the second