D
Daniel Wilson
My codes blowing up with the "Thread was being stopped" exception when I try
to create a data connection. Here's the line of (MS VC++ .NET 2003) code
blowing out:
SourceConn = new
IBM:ata:B2::iSeries::iDB2Connection(S"DataSource=ANTIGUA1;DefaultCollect
ion=EMBTEST;UserID=PCS;Password=PCS;");
The Exception Source is IBM.Data.DB2.iSeries.
Forum discussion shows this error turning up when a thread other than the
main application thread attempts to update a UI control while running in the
IDE.
I'm not running in the IDE, but on a test workstation, using a Release
compile. My application runs as a service, so there are no UI controls
involved.
Can anyone shed any light on this?
thanks.
Daniel Wilson
Senior Software Solutions Developer
Embtrak Team, DV Brown Company
864-292-5888
to create a data connection. Here's the line of (MS VC++ .NET 2003) code
blowing out:
SourceConn = new
IBM:ata:B2::iSeries::iDB2Connection(S"DataSource=ANTIGUA1;DefaultCollect
ion=EMBTEST;UserID=PCS;Password=PCS;");
The Exception Source is IBM.Data.DB2.iSeries.
Forum discussion shows this error turning up when a thread other than the
main application thread attempts to update a UI control while running in the
IDE.
I'm not running in the IDE, but on a test workstation, using a Release
compile. My application runs as a service, so there are no UI controls
involved.
Can anyone shed any light on this?
thanks.
Daniel Wilson
Senior Software Solutions Developer
Embtrak Team, DV Brown Company
864-292-5888