Gossamer Forum
Quote Reply
Operation on new Tables
Hello,
I've created my own table car_images and created the def files and sync'ed it.. so now I see it in Links Database pulldown menu.

First field is the image_id = Index
then second is: image_name = Primary
then many other reqular fields...

As (Dat) said in a threat before, that I need to use Global or Plugin to use this table....
Now my question:
How can I use the new table... say for example I want to delete a LINK and where the link reference the car_images ID,... will the delete delete both records from LinksDB and car_images DB ... how will I make them work together... means how to reference some filed from car_images in LinksDB so each Links has some extra record in the car_images table?

thank you in advance..
Mark