Re: ExecuteNonQuery - problem
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Sun, 31 Dec 2006 09:58:58 -0800
Thanks, Branco. I copied that from a console app that I wrote
to do testing.
Robin S.
"Branco Medeiros" <branco.medeiros@xxxxxxxxx> wrote in message
news:1167579638.440417.301010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
b_r wrote:
Database is correct - for sure...<snip>
When I want to verify inserted row I got the following information:
A first chance exception of type 'System.InvalidCastException'
occurred
in Microsoft.VisualBasic.dll
I guess Robin actually meant:
<snip>
Debug.print "Found CompanyName: " & dr("CompanyName")For Each dr As DataRow in dt.rows
<snip>Next dr
HTH.
Regards,
Branco.
.
- References:
- Re: ExecuteNonQuery - problem
- From: Branco Medeiros
- Re: ExecuteNonQuery - problem
- Prev by Date: Re: How to modify label.text in a dynamically generated label in VB.net
- Next by Date: Re: ExecuteNonQuery - problem
- Previous by thread: Re: ExecuteNonQuery - problem
- Next by thread: Reading XML Documents
- Index(es):