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.
| 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... |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|