stroed proc - Sajha Mobile
SAJHA MOBILE
stroed proc
Posts 5 · Viewed 4248 · Go to Last Post
vandam
· Snapshot
Like · Likedby · 0
can anyone knows any sites , books, pdf for learng SQL Stored Proceure, User defined function. if so please let me know, I am despertely looking informaton on this.
Mr. Hyde
· Snapshot
Like · Liked by · 0
> CLICK HERE PS: I am assuming you are referring to a PL/SQL Stored Procedure. 'Hope it helps.
jire_khursani
· Snapshot
Like · Liked by · 0
Hi! Vandam check this site www.w3schools.com go to chmpdf.com and download e-book of SQL server or here is the sample code: //stored procedure with parameters protected void btnParameter_Click(object sender, EventArgs e) { string constring = "Data Source=UTTAM;Initial Catalog=Ship;Integrated Security=True"; SqlConnection con = new SqlConnection(constring); int phon=0; try { con.Open(); SqlCommand command = new SqlCommand(); command.Connection = con; command.CommandText = "sp_getByPhone"; command.CommandType = CommandType.StoredProcedure; SqlParameter param = command.Parameters.AddWithValue("@Phone", TextBox1.Text); param.Direction = ParameterDirection.Input; param.DbType = DbType.Int32; SqlDataAdapter adaptor = new SqlDataAdapter(); adaptor.SelectCommand = command; DataSet data = new DataSet(); adaptor.Fill(data, "Shippers"); DataTable table = data.Tables["Shippers"]; GridView2.DataSource = table; GridView2.DataBind(); } finally { con.Close(); } }
EightOtwo
· Snapshot
Like · Liked by · 0
हेहे स्तोर प्रोसीदुर को कोइसन नि साझा मा सोध्ने हो त !!! अलि खतरा देदीक्एतेत फोरम मा गएर सोध्ने नि !!! :D
Please log in to reply to this post

You can also log in using your Facebook
View in Desktop
What people are reading
You might like these other discussions...
· Posts 4 · Viewed 447
· Posts 1 · Viewed 137
· Posts 13 · Viewed 2078
· Posts 1 · Viewed 100
· Posts 1 · Viewed 89
· Posts 4 · Viewed 904
· Posts 1 · Viewed 184
· Posts 1 · Viewed 172
· Posts 1 · Viewed 418
· Posts 3 · Viewed 4666



Your Banner Here
Travel Partners
Travel House Nepal