Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PercyNK
  • Content: Threads
  • Order by date
  1. PercyNK

    Using Delegates in vb.net

    Hi, I recently inherited an sdk written in C# which I managed to translate to vb.net because I'm building a vb.net windows CE app using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Ekemp { public class DecodeEventArgs : EventArgs {...
  2. PercyNK

    Data Adapter does not update all rows Edited

    So long story short I have a dgv that gets data from a mysql database and I can make changes to the data in the grid and save back to the table, no problem except this: Changes made by the user on the dgv are not done directly (or manually) on the dgv, rather the user clicks plus or minus...
  3. PercyNK

    Error linking mysql to ms access 2010 front-end

    Hi, I have researched extensively on this subject on a lot of platforms. There is a lot of content out there but none seems to work for me. I'm trying to programmatically link my database (MySQL) to my FE (access 2010) but each time I get the same error "Couldn't find an installable ISAM". I...
  4. PercyNK

    How to count rows in Excel before importing into Access?

    Hi All, With reference to thread705-1167156 How do I reference the particular excel file and sheet I wish to import from. Thanks for your help percy

Part and Inventory Search

Back
Top