Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from
Message
De
07/02/2005 14:01:36
 
 
À
07/02/2005 13:34:19
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00981011
Message ID:
00984507
Vues:
32
How about????
SELECT 0
USE Vendor_edi_wires_work_orders_tmp
* this is a remote view of an empty SQL table
=CursorSetProp("Buffering", 5, "Vendor_edi_wires_work_orders_tmp")
APPEND FROM wires_work_orders
=TABLEUPDATE()
>As you suggested, I tried
>
>
>I tried :
>Open Database vendor_edi
>SELECT 0
>USE Vendor_edi_wires_work_orders_tmp
>* this is a remote view of an empty SQL table
>=CursorSetProp("Buffering", 5, "Vendor_edi_wires_work_orders_tmp")
>SELECT 0
>Use wires_work_orders excl
>*this is a DBF defined in a DBC with exact same field names as SLQ table.
>INSERT INTO Vendor_edi_wires_work_orders_tmp FROM wires_work_orders
>
>Error was Command contains unrecognized phrase/key word
>
>
>
>So I tried:
>INSERT INTO dbf(“Vendor_edi_wires_work_orders_tmp”) FROM dBF("wires_work_orders")
>
>Error was Syntax error
>
>Can you give me a suggestion?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform