Click here to Skip to main content
15,914,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 3:37
Jon_Boy15-Aug-08 3:37 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 3:44
The_Funkster_Deluxe15-Aug-08 3:44 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 3:48
Jon_Boy15-Aug-08 3:48 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 3:53
The_Funkster_Deluxe15-Aug-08 3:53 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 4:15
Jon_Boy15-Aug-08 4:15 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 4:07
The_Funkster_Deluxe15-Aug-08 4:07 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 4:17
Jon_Boy15-Aug-08 4:17 
QuestionOdd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 3:12
Jon_Boy15-Aug-08 3:12 
To whom ever can guide me a little on file stream usage.

I have a decent number of binary files that I must read only the first line of. Normally I declare a filestream as such (and use a binaryreader to use the filestream):

Dim fs As New FileStream(strFile(0), FileMode.Open, FileAccess.Read)

Is there a way to change the source file dynamically, or do I have to declare a new file stream for each file? The Name property is read only.

Thanks!
AnswerRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 6:49
Jon_Boy15-Aug-08 6:49 
AnswerRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 7:04
astanton197815-Aug-08 7:04 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
jzonthemtn15-Aug-08 7:06
jzonthemtn15-Aug-08 7:06 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 7:10
astanton197815-Aug-08 7:10 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 7:43
Jon_Boy15-Aug-08 7:43 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 8:44
astanton197815-Aug-08 8:44 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 8:59
Jon_Boy15-Aug-08 8:59 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 9:05
astanton197815-Aug-08 9:05 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 13:12
Jon_Boy15-Aug-08 13:12 
QuestionVB.net and Access Database Pin
Rhoden15-Aug-08 1:46
Rhoden15-Aug-08 1:46 
AnswerRe: VB.net and Access Database Pin
Manas Bhardwaj15-Aug-08 2:37
professionalManas Bhardwaj15-Aug-08 2:37 
AnswerRe: VB.net and Access Database Pin
Ashfield15-Aug-08 2:43
Ashfield15-Aug-08 2:43 
GeneralRe: VB.net and Access Database Pin
Rhoden15-Aug-08 6:08
Rhoden15-Aug-08 6:08 
QuestionThe remote server returned an error: (500) Internal Server Error. Pin
Ebube15-Aug-08 1:12
Ebube15-Aug-08 1:12 
AnswerRe: The remote server returned an error: (500) Internal Server Error. Pin
Ashfield15-Aug-08 1:21
Ashfield15-Aug-08 1:21 
AnswerRe: The remote server returned an error: (500) Internal Server Error. Pin
Ebube15-Aug-08 1:46
Ebube15-Aug-08 1:46 
AnswerRe: The remote server returned an error: (500) Internal Server Error. Pin
astanton197815-Aug-08 7:06
astanton197815-Aug-08 7:06 

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.