Click here to Skip to main content
15,913,773 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Proc Newbie Pin
Colin Angus Mackay1-Apr-04 6:58
Colin Angus Mackay1-Apr-04 6:58 
GeneralRe: Stored Proc Newbie Pin
quilkin1-Apr-04 10:16
quilkin1-Apr-04 10:16 
GeneralRe: Stored Proc Newbie Pin
Colin Angus Mackay1-Apr-04 10:30
Colin Angus Mackay1-Apr-04 10:30 
GeneralRe: Stored Proc Newbie Pin
quilkin2-Apr-04 11:12
quilkin2-Apr-04 11:12 
GeneralRe: Stored Proc Newbie Pin
Colin Angus Mackay2-Apr-04 12:03
Colin Angus Mackay2-Apr-04 12:03 
GeneralRe: Stored Proc Newbie Pin
Jeff Martin1-Apr-04 10:32
Jeff Martin1-Apr-04 10:32 
GeneralMerging Views in ADO.NET Pin
Gary Hyslop1-Apr-04 4:32
Gary Hyslop1-Apr-04 4:32 
GeneralRe: Merging Views in ADO.NET Pin
-Dr_X-1-Apr-04 16:24
-Dr_X-1-Apr-04 16:24 
Perhaps instead of trying to merge the data, query all of the data and use the .RowFilter method to obtain the user's needs. It really doesn't matter if you obtain the data from a view or stored procedure, but I would think filtering existing data would be much easier that attempting to merge datasets.
dim dv as DataView = dsAllData.Tables(0).defaultView
dv.rowFilter = sFilter

Return dv
Michael

I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)
GeneralRe: Merging Views in ADO.NET Pin
Gary Hyslop2-Apr-04 8:54
Gary Hyslop2-Apr-04 8:54 
Generala query suing Time format Pin
Brutaldeath01-Apr-04 3:19
sussBrutaldeath01-Apr-04 3:19 
GeneralRe: a query suing Time format Pin
Colin Angus Mackay1-Apr-04 3:30
Colin Angus Mackay1-Apr-04 3:30 
GeneralRe: a query suing Time format Pin
Colin Angus Mackay1-Apr-04 3:35
Colin Angus Mackay1-Apr-04 3:35 
GeneralRe: a query suing Time format Pin
peterzorbas3-Apr-04 12:10
peterzorbas3-Apr-04 12:10 
GeneralMS Access Transactions Pin
opopov31-Mar-04 6:54
opopov31-Mar-04 6:54 
GeneralRe: MS Access Transactions Pin
Xiangyang Liu 刘向阳31-Mar-04 7:53
Xiangyang Liu 刘向阳31-Mar-04 7:53 
GeneralRe: MS Access Transactions Pin
opopov31-Mar-04 8:37
opopov31-Mar-04 8:37 
QuestionDataSets with Serialization? Pin
docdeath31-Mar-04 6:33
docdeath31-Mar-04 6:33 
GeneralSQL Server and MSDE Pin
Prasad N31-Mar-04 2:00
Prasad N31-Mar-04 2:00 
GeneralRe: SQL Server and MSDE Pin
Mazdak31-Mar-04 2:25
Mazdak31-Mar-04 2:25 
Questionhow to convert a PL/SQL stored procedure Pin
M. Abubakar29-Mar-04 6:32
M. Abubakar29-Mar-04 6:32 
AnswerRe: how to convert a PL/SQL stored procedure Pin
David Salter30-Mar-04 3:11
David Salter30-Mar-04 3:11 
Generalcolumn iterate Pin
JakubSK29-Mar-04 6:19
JakubSK29-Mar-04 6:19 
GeneralRe: column iterate Pin
Mike Dimmick2-Apr-04 1:49
Mike Dimmick2-Apr-04 1:49 
GeneralRe: column iterate Pin
JakubSK2-Apr-04 2:36
JakubSK2-Apr-04 2:36 
Generalrecordset's delete error Pin
Member 98164629-Mar-04 4:31
Member 98164629-Mar-04 4:31 

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.