Click here to Skip to main content
15,915,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 20:39
aparna.shukla129-Oct-06 20:39 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:06
campbells29-Oct-06 21:06 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
shreekar29-Oct-06 20:26
shreekar29-Oct-06 20:26 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:09
campbells29-Oct-06 21:09 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 21:36
aparna.shukla129-Oct-06 21:36 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:39
campbells29-Oct-06 21:39 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 21:41
aparna.shukla129-Oct-06 21:41 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
Dave Kreskowiak30-Oct-06 3:41
mveDave Kreskowiak30-Oct-06 3:41 
The problem is that your assuming that a DataGrid row is the same as a Row in the Dataset. It's not. You shouldn't even be getting the data out of the DataGrid. Just use the RecordSet object as your source of data to copy to the Excel sheet. The DataGrid is just for showing and editing what's in the RecordSet, keep it that way.

Now, since you're using VB.NET, why are you using the old ADODB objects when the .NET Framework provides much better and easier to use DataSet classes?


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionDeployment Crystal reports. No CR msm file when adding merge modules [modified] Pin
steve_rm29-Oct-06 15:50
steve_rm29-Oct-06 15:50 
AnswerRe: Deployment Crystal reports. No CR msm file when adding merge modules Pin
Dave Sexton29-Oct-06 19:42
Dave Sexton29-Oct-06 19:42 
QuestionHow to automatically dismiss error message from MS PowerPoint Pin
paulajohn29-Oct-06 11:23
paulajohn29-Oct-06 11:23 
AnswerRe: How to automatically dismiss error message from MS PowerPoint Pin
Guffa29-Oct-06 11:28
Guffa29-Oct-06 11:28 
GeneralRe: How to automatically dismiss error message from MS PowerPoint Pin
paulajohn29-Oct-06 11:50
paulajohn29-Oct-06 11:50 
QuestionVisual Inheritance MenuStrip Control Visual Basic 2005 [modified] Pin
DJEarl29-Oct-06 9:32
DJEarl29-Oct-06 9:32 
QuestionDetermine Framework Version Pin
andyr200529-Oct-06 7:31
andyr200529-Oct-06 7:31 
AnswerRe: Determine Framework Version Pin
UltraCoder29-Oct-06 10:02
UltraCoder29-Oct-06 10:02 
GeneralRe: Determine Framework Version Pin
andyr200529-Oct-06 10:12
andyr200529-Oct-06 10:12 
GeneralRe: Determine Framework Version Pin
UltraCoder29-Oct-06 10:24
UltraCoder29-Oct-06 10:24 
GeneralRe: Determine Framework Version Pin
Dave Kreskowiak29-Oct-06 16:57
mveDave Kreskowiak29-Oct-06 16:57 
GeneralRe: Determine Framework Version Pin
Richard Jones1-Nov-06 9:38
Richard Jones1-Nov-06 9:38 
AnswerRe: Determine Framework Version Pin
Dave Kreskowiak29-Oct-06 16:58
mveDave Kreskowiak29-Oct-06 16:58 
Question[Message Deleted] Pin

MmM.net</

29-Oct-06 3:00

MmM.net</

29-Oct-06 3:00 
AnswerRe: how to write for loob Pin
Tamimi - Code29-Oct-06 3:08
Tamimi - Code29-Oct-06 3:08 
GeneralRe: how to write for loob Pin
Colin Angus Mackay29-Oct-06 3:58
Colin Angus Mackay29-Oct-06 3:58 
AnswerRe: how to write for loob Pin
Christian Graus29-Oct-06 3:09
protectorChristian Graus29-Oct-06 3:09 

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.