CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: scottmcg

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    7,561

    Re: connect MS access DB oleDB problem

    thanks

    I'm getting some errors when trying to use a listbox:

    cannot convert from 'double' to 'System.Windows.Forms.ListViewItem.ListViewSubItem

    it's referring to my second field in the DB,...
  2. Replies
    4
    Views
    7,561

    connect MS access DB oleDB problem

    Hi again, I'm having trouble whilst connecting a MS access db using oleDB

    Problem is with getting more than one column added into a listbox in my application from the DB
    here's the code so far
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured