Hello,
I know this mail group may be not according to my question, so Please help
me. I have been use PHP connect to mssql 6.5 with FreeTDS. I'd like to
select data from 2 table with separate in 2 database name. How could I do
this? here is some example.
DB#1
>Hi,
> I'd like to retrieve data which contain in 2 db. How could I do?
> db1->table-in-db1->field-in-table-in-db1
> db2->table-in-db2->field-in-table-in-db2
> I'd not extract data to new table because I'd like to
>retrieve data only.
Refer to the tables by qualifying th
Hi,
I'd like to retrieve data which contain in 2 db. How could I do?
db1->table-in-db1->field-in-table-in-db1
db2->table-in-db2->field-in-table-in-db2
I'd not extract data to new table because I'd like to retrieve data only.
thanks
SF
---