Click here to Skip to main content
15,910,009 members
Home / Discussions / Database
   

Database

 
Generalerror: Could not determine which columns uniquely identify the rows for "Table1" Pin
sagmam14-Feb-05 22:59
sagmam14-Feb-05 22:59 
GeneralAll about Updating data thru Dataset Pin
Mahesh167914-Feb-05 18:33
Mahesh167914-Feb-05 18:33 
GeneralRe: All about Updating data thru Dataset Pin
numbrel15-Feb-05 10:31
numbrel15-Feb-05 10:31 
GeneralSetting AllowZeroLength using SQL Pin
pjholliday14-Feb-05 2:46
pjholliday14-Feb-05 2:46 
GeneralRe: Setting AllowZeroLength using SQL Pin
Mekong River14-Feb-05 14:03
Mekong River14-Feb-05 14:03 
GeneralConnection problem in webapplication Pin
WDI13-Feb-05 22:55
WDI13-Feb-05 22:55 
GeneralSql Stored procedure Pin
Mahesh167913-Feb-05 22:07
Mahesh167913-Feb-05 22:07 
GeneralRe: Sql Stored procedure Pin
Colin Angus Mackay13-Feb-05 22:53
Colin Angus Mackay13-Feb-05 22:53 
A Stored procedure can return more than one record set, e.g.
CREATE PROCEDURE MyProc
AS
    SELECT * FROM Products
    SELECT * FROM Orders
GO


You don't specify which version of VB so I'll assume you mean VB.NET. You can use the SqlDataAdapter object to fill a DataSet with the results of the stored procedure.



Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: Sql Stored procedure Pin
Anonymous13-Feb-05 23:01
Anonymous13-Feb-05 23:01 
GeneralRe: Sql Stored procedure Pin
Anonymous14-Feb-05 6:44
Anonymous14-Feb-05 6:44 
GeneralVB codes - Triggering Event Pin
FuzMic13-Feb-05 20:39
FuzMic13-Feb-05 20:39 
Generaldetect error while running script using "osql " utility Pin
devvvy13-Feb-05 16:14
devvvy13-Feb-05 16:14 
GeneralRe: detect error while running script using "osql " utility Pin
Colin Angus Mackay13-Feb-05 22:45
Colin Angus Mackay13-Feb-05 22:45 
GeneralExtended stored proc Pin
SnuhEyeless13-Feb-05 14:43
SnuhEyeless13-Feb-05 14:43 
Questionhow to speed up sqlconnection Pin
sianatia13-Feb-05 8:04
sianatia13-Feb-05 8:04 
AnswerRe: how to speed up sqlconnection Pin
Colin Angus Mackay13-Feb-05 22:57
Colin Angus Mackay13-Feb-05 22:57 
GeneralRe: how to speed up sqlconnection Pin
sianatia14-Feb-05 17:20
sianatia14-Feb-05 17:20 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay14-Feb-05 20:33
Colin Angus Mackay14-Feb-05 20:33 
GeneralRe: how to speed up sqlconnection Pin
sianatia15-Feb-05 17:14
sianatia15-Feb-05 17:14 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay15-Feb-05 19:50
Colin Angus Mackay15-Feb-05 19:50 
GeneralRe: how to speed up sqlconnection Pin
sianatia18-Feb-05 4:34
sianatia18-Feb-05 4:34 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay18-Feb-05 4:44
Colin Angus Mackay18-Feb-05 4:44 
GeneralRe: how to speed up sqlconnection Pin
sianatia18-Feb-05 18:19
sianatia18-Feb-05 18:19 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay19-Feb-05 0:55
Colin Angus Mackay19-Feb-05 0:55 
GeneralRe: how to speed up sqlconnection Pin
sianatia23-Feb-05 17:52
sianatia23-Feb-05 17:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.