Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving images, etc. to SQL Server Column
Message
De
04/08/2004 10:27:59
 
 
À
04/08/2004 08:15:23
Bill Benton
North Florida Software Services
Middleburg, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00923304
Message ID:
00930655
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform