T
|
thesofa 11/12/2006 |
OK, I have set up a test for this, using Navicat, I created a database called ex1 with 3 tables, continent, country and state. tey are linked together with the country having a field of the continent ID and the state having a field of the country ID. SELECT which i then cut and pasted into PHPR. |
M
|
mazyad 2/12/2007 |
How can acheive this objective if I have multipl MDB files as follow:
|
J
|
Jane 2/12/2007 |
Unfortunately, you can't use two databases in the PHPRunner. |
T
|
thesofa 2/13/2007 |
if you are using MDB files from Access, you can create linked tables in one databse that point to the data in the other databses, just as if you were pulling data from an external source. |