Results 1 to 2 of 2

Thread: VB question

  1. #1
    Join Date
    Feb 2009
    Posts
    96

    VB question

    I get an error in this code
    error:
    'getcustomers' is not a member of cutomersinformation.northwinddataset

    any idea why?


    Public Class CustomerInformation

    Private CustomerDataSet As NorthwindDataSet
    Private CustomerTableAdapter As NorthwindDataSetTableAdapters.CustomersTableAdapter

    Public Function GetCustomerData() As NorthwindDataSet

    CustomerDataSet = New NorthwindDataSet
    CustomerTableAdapter = New NorthwindDataSetTableAdapters.CustomersTableAdapter

    CustomerTableAdapter.Fill(CustomerDataSet.getCustomers)
    Return CustomerDataSet

    End Function

    End Class

  2. #2
    Join Date
    Feb 2009
    Posts
    96

    Re: VB question

    I fixed it ty though

    It is an error in VB2008 that doesnt recognize databases if you are using vista 64

Similar Threads

  1. Replies: 8
    Last Post: 27-01-2012, 01:14 PM
  2. PCI-E 2.0 Question
    By fochdion in forum Monitor & Video Cards
    Replies: 1
    Last Post: 26-08-2010, 08:59 PM
  3. VB.net question
    By Daren in forum Software Development
    Replies: 4
    Last Post: 12-03-2009, 05:40 PM
  4. .pst question
    By bac15 in forum Windows Software
    Replies: 2
    Last Post: 03-03-2009, 07:09 PM
  5. USB 3 Question
    By bigboy in forum Hardware Peripherals
    Replies: 3
    Last Post: 16-12-2008, 08:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,567,089.99850 seconds with 17 queries