Database Designer / Query Builder

  • Thread starter Thread starter MikeTurner_uk
  • Start date Start date
M

MikeTurner_uk

Hi

I would like to create as part of my application a screen where users
can join existing database tables however I am having a problem in
working out how to draw the link between the two. I dont know if I
should use a listbox or datagrid and how to give the user this
functunality. I would also like to give the user the choice of link
type and change the color accordingly I dont know if this changes the
method.

Kind Regards
Mike.
 
It seems to me you will need to create yourself a custom component and do
all of your drawing manually.

MikeTurner_uk said:
Hi

I would like to create as part of my application a screen where users
can join existing database tables however I am having a problem in
working out how to draw the link between the two. I dont know if I
should use a listbox or datagrid and how to give the user this
functunality. I would also like to give the user the choice of link
type and change the color accordingly I dont know if this changes the
method.

Kind Regards
Mike.
 
Back
Top