borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How to know column Name)Next Topic (Check field Null from Database) New Topic New Poll Post Reply
AndreaVB Forum : C# : Storetprocedure
Poster Message
lbuntha
Level: Scholar

Registered: 05-05-2006
Posts: 44

Ads by Lake Quincy Media
icon Storetprocedure

In my storedprocedure has many fileds including image field.
How can I write code to insert into it in C#
Thank for your reply!

____________________________
ly buntha

Ads by Lake Quincy Media
25-07-2006 at 03:13 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: Storetprocedure

Hi,

Still the same writing a query. Something like this one;

SqlCommand cmd ("sp_stored_procedures_name", conn)
SqlDataAdapter da(cmd)


HTH

____________________________
Im JAMES  

08-03-2007 at 04:43 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : C# : Storetprocedure
Previous Topic (How to know column Name)Next Topic (Check field Null from Database) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder