Search results for query: *

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

    Link Access to C#

    Just created a database in access and would like to retrieve data from a C# windows forms application. My first attempt failed with unrecognized database format. I sort of think I am missing something very simple like 'using System.xxxxxx The database seems fine - i.e. can click on the address...
  2. peterhw

    How to determine ascii code for character

    Not really sure whether the question is exactly correct but I have a 'non printing' character in a string. If I look at the string in EXCEL I determine the character has a numeric equivalent of 160 (code(mychar)). Using 160 doesn't appear to work in c# (Visual studio) Equally statements like...
Back
Top Bottom