Is there a way to query a VFP Table and a SQL Table at the same time. I am new with querying sql database and figured how to query a SQL table using SQLEXEC, but I want to run it against a VFP file. I am not even sure I am phrasing this correctly.
I have a table called "TodaysCanc.DBF" which contains a field called "POL_NUM". Todayscanc is located on my local drive and is a VFP table. On the server I have a database called Policies and a table called lienholders with a field called Pol_Num. Once I make my connection to the Policies database can join the TodaysCanc table and the Lienholders table using the common field of Pol_num? Can someone show me basically how to accomplish this basic task.
Thanks in advance.
I have a table called "TodaysCanc.DBF" which contains a field called "POL_NUM". Todayscanc is located on my local drive and is a VFP table. On the server I have a database called Policies and a table called lienholders with a field called Pol_Num. Once I make my connection to the Policies database can join the TodaysCanc table and the Lienholders table using the common field of Pol_num? Can someone show me basically how to accomplish this basic task.
Thanks in advance.