Search results for query: *

  • Users: tallg
  • Order by date
  1. T

    Question Validating Properties in a class

    Thanks for your reply. However, that's not quite true. I have number of forms using my class, and adding validation to each form, is duplicating and make harder for future amendments. Therefore I think its better to have all the validations in the class rather than in UI. I have validations in...
  2. T

    Question Validating Properties in a class

    Is there a way to validate ALL properties in a class at once? I have a class with various validations added to property "Getter" to validate user inputs. (The problem is that all my validations only invoke if a user input something to the field that bind to the property. Any fields that user...
  3. T

    Unable to connect to a secured access database

    Thanks for your answer. I can connect to the database uing that code but cannot login through any built-in wizards. The reason I need this is because for my crystal reports, I need to pass the login info when creating reports. I have set the jet database password when creating the report, but...
  4. T

    Unable to connect to a secured access database

    I'm having a problem with VB.NET and Access 2000 database. I cannot seem to connect to database if it has a database password. I try to connect through different ways with no luck. First I created a UDL file and select Jet 4.0 as the provider. Then I pointed to the mdb file and typed the user...
Back
Top