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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-07-11 : 09:22:44
|
| mangesh writes "1)suppose i have created one stored procedure in sql server likecreate procedure r_recordset asbegin select * from employee endi want to call this recordset in visual basicfor exampledim cmd as new adodb.commanddim rs as new adodb.recordset with cmd .activconnection=cn .commandtext=r_recordset .commandtype=adstoreproc end with set rs=cmd.executeIs this the correct method to call recordset from sql server to visual basci 62)how many types of trigger are in sql server 73)how to catch trigger error in visual basic 6.0" |
|
|
|
|
|