Click here to Skip to main content
15,890,947 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncopy and paste the contents of a.txt into b.txt Pin
offroaderdan22-Oct-09 9:49
offroaderdan22-Oct-09 9:49 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Eddy Vluggen22-Oct-09 10:58
professionalEddy Vluggen22-Oct-09 10:58 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Dave Kreskowiak22-Oct-09 10:59
mveDave Kreskowiak22-Oct-09 10:59 
AnswerRe: copy and paste the contents of a.txt into b.txt Pin
Christian Graus22-Oct-09 12:17
protectorChristian Graus22-Oct-09 12:17 
QuestionAdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 6:11
Les Singletary22-Oct-09 6:11 
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 6:51
Henry Minute22-Oct-09 6:51 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 7:11
Les Singletary22-Oct-09 7:11 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 9:36
Henry Minute22-Oct-09 9:36 
Sorry for the delay in responding, I had to step out for a while.
Les Singletary wrote:
The VB Express documentation clearly states "You can use the BOF and EOF properties to determine whether an Recordset object contains rows or whether you have gone beyond the limits of an Recordset as you move from row to row."

What a shame they don't give an example.

I searched on my local MSDN before my previous reply and all I could find was the ADO compared to ADO.Net page for a search for RecordSet. For EOF I got a reference to a completely unrelated Eof() function.

Since your reply I Googled Recordset.EOF and got quite a lot of hits although not many had code samples. One I looked at suggested
Do While Not .EOF
........
.......
Loop


If you haven't already solved this, I hope that this helps. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 10:33
Les Singletary22-Oct-09 10:33 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 10:56
mveDave Kreskowiak22-Oct-09 10:56 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:05
Les Singletary22-Oct-09 11:05 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 12:39
mveDave Kreskowiak22-Oct-09 12:39 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Henry Minute22-Oct-09 11:30
Henry Minute22-Oct-09 11:30 
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 9:31
mveDave Kreskowiak22-Oct-09 9:31 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 10:24
Les Singletary22-Oct-09 10:24 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 10:55
mveDave Kreskowiak22-Oct-09 10:55 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:13
Les Singletary22-Oct-09 11:13 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Dave Kreskowiak22-Oct-09 12:41
mveDave Kreskowiak22-Oct-09 12:41 
AnswerRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 11:33
Les Singletary22-Oct-09 11:33 
GeneralRe: AdoDc in VB Express 2008 Eof not set Pin
Les Singletary22-Oct-09 15:05
Les Singletary22-Oct-09 15:05 
Questionaaaahhhhhhhhh copy and pasting and reading and writing in txt documents Pin
offroaderdan22-Oct-09 5:48
offroaderdan22-Oct-09 5:48 
AnswerRe: aaaahhhhhhhhh copy and pasting and reading and writing in txt documents Pin
dan!sh 22-Oct-09 7:08
professional dan!sh 22-Oct-09 7:08 
AnswerRe: aaaahhhhhhhhh copy and pasting and reading and writing in txt documents Pin
John M Bundy22-Oct-09 7:25
John M Bundy22-Oct-09 7:25 
QuestionCopy and paste .txt documents and rename them Pin
offroaderdan22-Oct-09 2:40
offroaderdan22-Oct-09 2:40 
AnswerRe: Copy and paste .txt documents and rename them Pin
dan!sh 22-Oct-09 3:53
professional dan!sh 22-Oct-09 3:53 

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.