Results 1 to 1 of 1

Thread: some Help About the "OdbcDataAdapter"

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Location
    Florianopolis Brazil
    Posts
    9

    some Help About the "OdbcDataAdapter"

    I am trying to make a financial program that I did not create run, it was made in the .Net and I am trying to make the .exe program run in other PCs, the problem is that it just runs in the pc that I created it.

    I want to know if it is necessary to place any extra DLLs in the folder where the .exe is?

    Everytime I click in a button to initialize an especiffic form it shows the following error: No_Data. I placed along with this thread a .txt containing the especiffic error report. The weird thing is that the program runs just fine in the computer that I created it.

    Whenever I debug the program it stops right in the folowing place:



    Me.OdbcDataAdapter1.Fill(Me.DataSetFinanceiro1)
    Me.OdbcDataAdapter2.Fill(Me.DataSetFinanceiro1)

    DataGrid1.Refresh()
    DataGrid2.Refresh()

    I'm going crazy!
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width