Search results for query: *

  1. C

    Programmatically Create Modules / Classes

    Well if I ever do I'll pop back and let you know. :) I can envisage the possibilities and it's exciting but it looks like a very long road. Thanks again. Carl
  2. C

    Programmatically Create Modules / Classes

    Hi ImDaFrEaK, I am a complete newbie to VB.NET so I am not sure about anything but I am using ADO for the connection in the lower level class it is just that I think it is better to have a class for each table. For example in a form that has all the fields for a record I want to just say...
  3. C

    Programmatically Create Modules / Classes

    ImDaFrEaK, Appreciate your interest. We create a tier of data access classes to talk to databases. A base class that performs the connection and then a couple of classes per table that inherit the base class. The top level has a property for each field in the table and methods like READ a...
  4. C

    Programmatically Create Modules / Classes

    Hi All, I am completely new to VB.NET but have a bit of experience in VBA and Dbs. I am using VS2005 with SQL Server 2005 as a back end. I want to programatically create some classes based on some data in a Db. In VBA I would add a reference to VBA Extensibility and use VBComponents to start...
Back
Top