Create Stored Procedures in VB.NET 
Author Message
 Create Stored Procedures in VB.NET

hi everyone:

Do anyone ever create stored procudure of sql server in
vb.net IDE?

In the Server Eeporer windows, after i create a data
connection, i can view the tables,views and stored
procedures ,but right-click "stored procedures", I can not
get the "New Stored Procedure" sub menuitem, what is the
reason? and i can't edit the exist stored procedure in
vb.net.

Can anyone give me a help?

Robert



Wed, 28 Sep 2005 06:33:36 GMT  
 Create Stored Procedures in VB.NET
Which edition of VS .NET do you have? I believe that feature is available
from Enterprise Developer.


Quote:
> hi everyone:

> Do anyone ever create stored procudure of sql server in
> vb.net IDE?

> In the Server Eeporer windows, after i create a data
> connection, i can view the tables,views and stored
> procedures ,but right-click "stored procedures", I can not
> get the "New Stored Procedure" sub menuitem, what is the
> reason? and i can't edit the exist stored procedure in
> vb.net.

> Can anyone give me a help?

> Robert



Wed, 28 Sep 2005 13:13:47 GMT  
 Create Stored Procedures in VB.NET
On visual studio.net professional you can add a stored procedure by right
clicking on the stored procedure section of the database and select add
stored procedure.

Ken
-------------------------------------------------------

Quote:
> hi everyone:

> Do anyone ever create stored procudure of sql server in
> vb.net IDE?

> In the Server Eeporer windows, after i create a data
> connection, i can view the tables,views and stored
> procedures ,but right-click "stored procedures", I can not
> get the "New Stored Procedure" sub menuitem, what is the
> reason? and i can't edit the exist stored procedure in
> vb.net.

> Can anyone give me a help?

> Robert



Wed, 28 Sep 2005 19:21:40 GMT  
 Create Stored Procedures in VB.NET
Really?  I've got VS.NET Pro and I'm unable to create or edit Stored
Procedures...I read early on that this functionality is not available in the
Pro version.


| On visual studio.net professional you can add a stored procedure by right
| clicking on the stored procedure section of the database and select add
| stored procedure.
|
| Ken
| -------------------------------------------------------

| > hi everyone:
| >
| > Do anyone ever create stored procudure of sql server in
| > vb.net IDE?
| >
| > In the Server Eeporer windows, after i create a data
| > connection, i can view the tables,views and stored
| > procedures ,but right-click "stored procedures", I can not
| > get the "New Stored Procedure" sub menuitem, what is the
| > reason? and i can't edit the exist stored procedure in
| > vb.net.
| >
| > Can anyone give me a help?
| >
| >
| > Robert
|
|



Fri, 30 Sep 2005 23:26:07 GMT  
 Create Stored Procedures in VB.NET
A-HA!  I discovered the difference...

With VS.NET Pro 2002, you cannot edit or create new Stored Procedures in SQL
Server 7.0 databases -- on the other hand, with SQL Server 2000 you can
edit, create, etc. to your heart's content.

--- Jim ---


| Really?  I've got VS.NET Pro and I'm unable to create or edit Stored
| Procedures...I read early on that this functionality is not available in
the
| Pro version.
|
|


| | On visual studio.net professional you can add a stored procedure by
right
| | clicking on the stored procedure section of the database and select add
| | stored procedure.
| |
| | Ken
| | -------------------------------------------------------


| | > hi everyone:
| | >
| | > Do anyone ever create stored procudure of sql server in
| | > vb.net IDE?
| | >
| | > In the Server Eeporer windows, after i create a data
| | > connection, i can view the tables,views and stored
| | > procedures ,but right-click "stored procedures", I can not
| | > get the "New Stored Procedure" sub menuitem, what is the
| | > reason? and i can't edit the exist stored procedure in
| | > vb.net.
| | >
| | > Can anyone give me a help?
| | >
| | >
| | > Robert
| |
| |
|



Fri, 30 Sep 2005 23:40:17 GMT  
 Create Stored Procedures in VB.NET
Hi Jim,

Thanks, after i installed the VS.NET enterprise version, I can create
Stored procedure in .net Server explorer! Great.

Anyway, Even if SQLSERVER2000, I couldn't do that in professional
VS.NET.

Robert

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Sat, 01 Oct 2005 04:42:34 GMT  
 Create Stored Procedures in VB.NET
Well, then what I said was right! :-)

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Sat, 01 Oct 2005 05:31:35 GMT  
 Create Stored Procedures in VB.NET
Hello all,

Here's my two cents worth.

I am running vs.net pro, with multiple SQL 2000 servers around the
network.

I can add and edit sprocs on the MSDE/SQL (2000) database on my local
laptop, however when I connect to one of the production SQL servers
(not on my laptop), I cannot.

I am guessing that the enterprise version of vs can edit 'enterprise'
SQL objects wheras pro can only do local.

DS



Sat, 01 Oct 2005 09:57:33 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. ASP.net VB.Net Stored Procedures in SQL Server

2. VB.Net => Ado.Net = Stored Procedure

3. VB.net and Stored Procedure

4. Getting Stored Procedure text with vb.net

5. VB.NET,SQL SERVER 2000 STORED PROCEDURE PARAMETERS, CRYSTAL REPORTS

6. VB.Net Stored Procedure Generation

7. Parameter to Stored Procedure CR 8.5 VB.Net Specified Cast Not Valid

8. Passing Parameters to a Stored Procedure from VB.NET

9. Update: Utility to create VB Class Files and Stored Procedures

10. Update: Utility to create VB Class Files and Stored Procedures

11. Creating Oracle Stored Procedures in VB?

12. Creating Extended Stored Procedures in VB

 

 
Powered by phpBB® Forum Software