Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving images, etc. to SQL Server Column
Message
From
04/08/2004 10:27:59
 
 
To
04/08/2004 08:15:23
Bill Benton
North Florida Software Services
Middleburg, Florida, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00923304
Message ID:
00930655
Views:
15
Bill,

>I am finally trying to implement the above code. I have converted it to C# using a third-party utility, but it keeps crashing on:
>dsItem.Tables(0).Rows(0).Item("ItemPhoto")


It should be
dsItem.Tables[0].Rows[0]["ItemPhoto"];
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform