hi guys anyone here willing to educate me about stored procedures, populating the datagridview, and using some bindingsource with 4 butttons, <<,<,>,>>


i'm a newbie vb.net programmer willing to learn the use of stored procedures..
tnx GOD bless u guys!

Recommended Answers

All 4 Replies

>how to make stored procedure in vb.net

A stored procedure is a subroutine/function written using PL-SQL (Procedural Language - SQL) and it is actually stored in the database data dictionary. Different database products have different PL-SQL syntax.


>i'm a newbie vb.net programmer willing to learn the use of stored procedures..

First of all choose a database product (oracle, mysql, ms-sql, db2, etc) and purchase good a book for a specific product.

hi guys anyone here willing to educate me about stored procedures, populating the datagridview, and using some bindingsource with 4 butttons, <<,<,>,>>


i'm a newbie vb.net programmer willing to learn the use of stored procedures..
tnx GOD bless u guys!

In vb.net windows application and SQl at backend , you can create Stored procedure by right clicking on the stored procedure displayed under server explorer window.

thanks for your replies!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.