Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
C Sharp
exec stored proc from c#
exec stored proc from c#
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Analizer1
#1
exec stored proc from c#
Oct 28 '07, 07:25 PM
does anybody know how
to execute a stored proc from a different database
tks
Analizer1
sloan
#2
Oct 28 '07, 07:45 PM
Re: exec stored proc from c#
Google Search
http://www.google.com/search?hl=en&q=%22ExecuteNonQuery%22
ExecuteNonQuery is the one to run that does not return resultset(s) or
scalar values.
"Analizer1" <vettes_n_jets@ yahoo.comwrote in message
news:ee5Vi.1570 4$lD6.3201@news svr27.news.prod igy.net...
does anybody know how
to execute a stored proc from a different database
>
tks
Analizer1
>
>
Comment
Post
Cancel
=?ISO-8859-1?Q?Arne_Vajh=F8j?=
#3
Oct 28 '07, 08:35 PM
Re: exec stored proc from c#
Analizer1 wrote:
does anybody know how
to execute a stored proc from a different database
yourcmd.Command Text = "theotherdataba se.theuserordbo .nameofsp";
yourcmd.Command Type = CommandType.Sto redProcedure;
Arne
Comment
Post
Cancel
Analizer1
#4
Oct 28 '07, 09:15 PM
Re: exec stored proc from c#
thank you very much..all working great
"Analizer1" <vettes_n_jets@ yahoo.comwrote in message
news:ee5Vi.1570 4$lD6.3201@news svr27.news.prod igy.net...
does anybody know how
to execute a stored proc from a different database
>
tks
Analizer1
>
>
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment