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

Visual Basic

 
Generalnewbie wants to browse for files/folders Pin
Gerry D3-Feb-03 7:30
Gerry D3-Feb-03 7:30 
GeneralRe: newbie wants to browse for files/folders Pin
Gerry D3-Feb-03 7:53
Gerry D3-Feb-03 7:53 
GeneralRe: newbie wants to browse for files/folders Pin
Gerry D4-Feb-03 7:33
Gerry D4-Feb-03 7:33 
GeneralRe: newbie wants to browse for files/folders Pin
Ray Cassick4-Feb-03 14:47
Ray Cassick4-Feb-03 14:47 
GeneralRe: newbie wants to browse for files/folders Pin
Gerry D5-Feb-03 8:15
Gerry D5-Feb-03 8:15 
Generalbeginner Pin
Ashwin C3-Feb-03 6:02
Ashwin C3-Feb-03 6:02 
GeneralRe: beginner Pin
Ian Darling3-Feb-03 6:40
Ian Darling3-Feb-03 6:40 
GeneralVB.NET Disconnected DataReader... Pin
mikasa3-Feb-03 5:24
mikasa3-Feb-03 5:24 
Ok, I am frustrated!Confused | :confused: I am trying to find the most optimal way to retrieve Data from a Database. I understand that there are basically 3 ways to do this: 1.) Stored Procedure (DataCommand), 2.) DataSet, 3.) DataReader.

My dilemma is, I do not need to store this data for Saving later on (basically I am loading some ComboBoxes). I would like to use a DataReader but sometimes I hit conflicts where the program tries to open more than one Reader (which can't be done on the Same Connection). I do not want more than one connection. I do NOT want to use a DataSet because I do not want the Overhead of creating one since it's not needed.

I've tried MSSQLXML 3.0 SP2 to retrieve data through XML. I have tried using the SqlCommand.ExecuteXMLReader. Any method that using a "Reader" of some sort basically uses a DataReader behind the scenes!

Is there some way that I can retrieve all of the Records into a Stream of some sort and then loop through it? In VB6 this was easy...I created a Forward Only / Read Only Disconnected Recordset.
QuestionHow do I design a Progress Bar in VB7.0? Pin
Michaellc3-Feb-03 2:32
Michaellc3-Feb-03 2:32 
AnswerRe: How do I design a Progress Bar in VB7.0? Pin
mikasa3-Feb-03 5:16
mikasa3-Feb-03 5:16 
GeneralResolution Or Screen Area :confused: Pin
syedhassan42-Feb-03 22:23
syedhassan42-Feb-03 22:23 
GeneralRe: Resolution Or Screen Area :confused: Pin
Jerome Conus3-Feb-03 0:32
Jerome Conus3-Feb-03 0:32 
GeneralRe: Resolution Or Screen Area :confused: Pin
xBlitzerx4-Feb-03 9:26
xBlitzerx4-Feb-03 9:26 
Generaladd a combobox to datagrid Pin
Arshia2-Feb-03 20:17
Arshia2-Feb-03 20:17 
GeneralRe: add a combobox to datagrid Pin
Arshia2-Feb-03 20:18
Arshia2-Feb-03 20:18 
GeneralFunctions - Parameter Passing Pin
xBlitzerx2-Feb-03 12:22
xBlitzerx2-Feb-03 12:22 
GeneralRe: Functions - Parameter Passing Pin
xBlitzerx3-Feb-03 15:40
xBlitzerx3-Feb-03 15:40 
GeneralRe: Functions - Parameter Passing Pin
Ray Cassick4-Feb-03 12:03
Ray Cassick4-Feb-03 12:03 
GeneralRe: Functions - Parameter Passing Pin
mikasa4-Feb-03 8:41
mikasa4-Feb-03 8:41 
GeneralRe: Functions - Parameter Passing Pin
xBlitzerx4-Feb-03 9:24
xBlitzerx4-Feb-03 9:24 
Generalword, save Pin
pnpfriend1-Feb-03 8:43
pnpfriend1-Feb-03 8:43 
GeneralRe: word, save Pin
Torsten Mauz3-Feb-03 6:43
Torsten Mauz3-Feb-03 6:43 
QuestionVB 6 SQL problem ??? Pin
mixahlos31-Jan-03 15:07
mixahlos31-Jan-03 15:07 
AnswerRe: VB 6 SQL problem ??? Pin
Ray Cassick31-Jan-03 18:42
Ray Cassick31-Jan-03 18:42 
GeneralInheritance question… Pin
Ray Cassick31-Jan-03 9:43
Ray Cassick31-Jan-03 9:43 

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.