Results 1 to 5 of 5

Thread: Dealing with Dynamic Databases/Datasets ** Resolved **

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2003
    Posts
    153

    Dealing with Dynamic Databases/Datasets ** Resolved **

    I have set up an application to use a dynamic database in where it only knows 1 table and 2 primary keys exist (When the database is much larger than this). It's loading the database and values correctly, however, I need to allow another external component to communicate with the dataset.

    I would like to use Properties as they are the most intuitive feature to use. However, you are unable to pass parameters to a property. (You can pass 1 to a get, but the set already has it's parameter taken by the value being passed to it)

    So properties won't work here.

    One option is having 2 seperate functions. GetValue, SetValue. Which are easy enough to implement but I view as being messy.

    Are there any other options?
    Last edited by Carnifex; Sep 14th, 2003 at 08:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width