Article ID: 145991
Article Last Modified on 7/1/2004
= SQLEXEC(mhandle,"INSERT INTO test(field1,imagfld);
VALUES('Sound',?table.g_fld)")
In this example, the field name of the local table is passed as a parameter
to the server. This ensures that Visual FoxPro preserves the binary format
of the OLE object.
CREATE CURSOR tmpole (g_fld G) APPEND BLANK APPEND GENERAL g_fld FROM "C:\win95\media\chimes.wav"
Keywords: kbcode KB145991