Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search Records from many tables
Message
De
07/11/2014 00:30:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Search Records from many tables
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Divers
Thread ID:
01610646
Message ID:
01610646
Vues:
32
Dear Sir,

Data folder has following mdb's

Table1.mdb

mydata.mdb

myinfo.mdb

mydetail.mdb

xyz.mdb

All mdb's have single Table.

The field are same in all Tables like

customer_id

Customer_name

Customer_city

Now I want to search customer_name="Boris" from all tables

Please modify my following query
public con
con = sqlstringconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq=e:\data\...........")
SQLEXEC(con,"select * from ......... where customer_name=?thisform.text1.value", 'Junk1')
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform