Click here to Skip to main content
15,920,633 members
Home / Discussions / Database
   

Database

 
GeneralRe: Retrieve Data from Stored Proc Pin
mikasa9-Jul-04 12:10
mikasa9-Jul-04 12:10 
GeneralRe: Retrieve Data from Stored Proc Pin
rudy.net9-Jul-04 12:29
rudy.net9-Jul-04 12:29 
GeneralRe: Retrieve Data from Stored Proc Pin
mikasa12-Jul-04 5:46
mikasa12-Jul-04 5:46 
GeneralRe: Retrieve Data from Stored Proc Pin
Michael Potter12-Jul-04 8:56
Michael Potter12-Jul-04 8:56 
GeneralRe: Retrieve Data from Stored Proc Pin
mikasa12-Jul-04 10:56
mikasa12-Jul-04 10:56 
GeneralRe: Retrieve Data from Stored Proc Pin
Michael Potter12-Jul-04 11:18
Michael Potter12-Jul-04 11:18 
GeneralODBC question Pin
Anonymous9-Jul-04 10:04
Anonymous9-Jul-04 10:04 
GeneralDataReader vs DataSet or other solution, please help Pin
metaskull9-Jul-04 5:18
metaskull9-Jul-04 5:18 
Perhaps someone can help me out here. I'm working on a Microsoft Management Console style application. I'm storing all the data to populate my Treeview, listview, menuitems, etc.. in SQL, becuase they're often gonig to change. Also, I'll be needing to make alot of calls to data, because I'm building in alot of filters for the data as well. For example, the user will often wish to filter results in the listview, new nodes will be added and deleted from the treeview... etc. On one hand, I can use a dataset, which is very useful since I'll have a local datastore that I can query againts as much as I want without having to make a new database connection. Plus I can update, insert, etc if I need to without changing my sql data and commit the changes when I'm ready. But as we all know, datasets are not cheap. On the hand I can just use datareaders and get whatever data I need when I need it from sql. Probably would employ connection pooling to ease the pain on DB connections, but still... I wanted to avoid making tons of database calls. Not sure what to do, I'm sure there are other ways to get this done, anybody have any ideas? Thank you.

Regards,
MSk
GeneralRe: DataReader vs DataSet or other solution, please help Pin
Colin Angus Mackay9-Jul-04 10:20
Colin Angus Mackay9-Jul-04 10:20 
GeneralData comparison Pin
Shanmukeswara Rao8-Jul-04 22:20
Shanmukeswara Rao8-Jul-04 22:20 
GeneralHelp Please in the installation of Mysql Pin
JawedVikia808-Jul-04 20:33
JawedVikia808-Jul-04 20:33 
GeneralRe: Help Please in the installation of Mysql Pin
Mekong River10-Jul-04 6:51
Mekong River10-Jul-04 6:51 
GeneralRe: Which is the free and right version of Mysq Pin
JawedVikia8014-Jul-04 21:55
JawedVikia8014-Jul-04 21:55 
GeneralRe: Which is the free and right version of Mysq Pin
Mekong River17-Jul-04 5:08
Mekong River17-Jul-04 5:08 
Generalmulitple choice search Pin
Sudee8-Jul-04 17:22
Sudee8-Jul-04 17:22 
GeneralDTS transforming text to datetime format Pin
leezardd8-Jul-04 6:16
leezardd8-Jul-04 6:16 
GeneralRe: DTS transforming text to datetime format Pin
Grimolfr8-Jul-04 9:03
Grimolfr8-Jul-04 9:03 
GeneralRe: DTS transforming text to datetime format Pin
leezardd8-Jul-04 9:22
leezardd8-Jul-04 9:22 
GeneralRe: DTS transforming text to datetime format Pin
Grimolfr9-Jul-04 2:17
Grimolfr9-Jul-04 2:17 
GeneralRe: DTS transforming text to datetime format Pin
leezardd9-Jul-04 4:41
leezardd9-Jul-04 4:41 
GeneralMultiple Queries in ADO Pin
brdavid7-Jul-04 14:39
brdavid7-Jul-04 14:39 
GeneralRe: Multiple Queries in ADO Pin
Michael Potter8-Jul-04 3:29
Michael Potter8-Jul-04 3:29 
GeneralRe: Multiple Queries in ADO Pin
brdavid8-Jul-04 4:26
brdavid8-Jul-04 4:26 
GeneralRe: Multiple Queries in ADO Pin
Michael Potter8-Jul-04 5:01
Michael Potter8-Jul-04 5:01 
Generalcan't detach database Pin
dmbf1b57-Jul-04 10:38
dmbf1b57-Jul-04 10:38 

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.