trying to link two tables

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
happydermis
Posts: 63
Joined: Tue Oct 10, 2017 12:44 pm

trying to link two tables

Post by happydermis » Thu Nov 25, 2004 12:44 pm

Hi all,____I have two tables: PPSPLAN & CONTRACT__I would like to have all the information for my report out of PPSPLAN and only the date of shipment should be extracted out of CONTRACT.____My problem is that I can^t find any forign key in CONTRACT that matches a key in PPSPLAN. My problem is that I don^t want to create any new index because I don^t know the system that well (Xbase) and I don^t want to risk any problems...____I hope I am making myself clear enough. Any ideas?____Dekers

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: trying to link two tables

Post by kfleming » Fri Nov 26, 2004 8:41 am

If you are using the Xbase version you do indeed need an index for the related table. R&R allows you to build a flexlink index that should cause no disruption to any existing tables or indexes.____Kathleen__R&R Support

happydermis
Posts: 63
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: trying to link two tables

Post by happydermis » Fri Nov 26, 2004 12:37 pm

First thank you for your quick answer!____My boss is fearing this flexindex thing. Do you have any idea to how this method works? I mean - will such index "stays" in the DB after the report is created? Will such index slow down the DB? Will it make the DB bigger?__I believe that if I could show my boss that this method of flexindex is harmless it might make my work much easier...____Any hints?__Thanks, Dekers

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: trying to link two tables

Post by kfleming » Sat Nov 27, 2004 7:18 am

The index will be external to the DBF and will only be updated when the report is run.____Kathleen__R&R Support

Post Reply