Search results for query: *

  1. R

    Access to SQL

    I must have misunderstood. I thought you were talking about transferring the data from access to SQL server.
  2. R

    Data Access Object Patterns

    Would a separate module work? You are building this in access is that right? What's your overall objective? To store the connections somewhere like pooling?
  3. R

    global DataSet and DataAdapter...HOW?

    So you want to use these objects on multiple forms, yes? Why not just modify the properties of these objects with each form?
  4. R

    Data Access Object Patterns

    I'm a little confused by what you're trying to accomplish. I guess you're trying to store multiple objects in another object, yes? If so, in the parent class you can declare a collection variable. Then you can add the other objects to that collection. Hope that helped.
  5. R

    Access to SQL

    I know you can create a link to the SQL server in the access database. From there I would use queries to copy the data over to the server.
  6. R

    Installation Defaults

    I'm creating my first setup project for my administrator to install. One thing he wants me to do is to set the default to install for everyone to access rather than just for him. That way he can do a silent install. Is it possible to set that default?
Back
Top