Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Running SQL server stored procedures in VB.NET

Author  Topic 

Tartakovsky
Starting Member

6 Posts

Posted - 2005-08-04 : 02:11:02
I have a local database db1 in SQL server 2000 and a linked pervasive.v8 database db2. I have created stored procedures to extract data from a table in db1 and insert it into a table in db2. at the front end i have an ASP.NET webpage to which i have to add a button to run my stored procedure. But i'm not very familiar with ASP.NET and worked a lot in VB so i decided to use the underlying VB.NET code to run my stored procedure. Can anyone help me with syntax etc. for running MS SQL server stored procedures in VB.NET?

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-08-04 : 02:21:23
they're almost the same if you still use ado

--------------------
keeping it simple...
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-08-04 : 02:30:12
Refer this
http://mindsdoor.net/DOTNET/DotNetDBAccess.html

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -