Data Source for mailmerge

W

William F. O'Neill

Can a Powerbuilder composite datawindow be used as the data source for a
mail merge in MS Word? Am using PB8.0.4, Sybase 12.5 on WINNT, with Word97.
 
P

Peter Jamieson

I hope someone here knows what a Powerbuilder composite datawindow is and
can be more specific, but in essence Word 97 should be able to get data from
a. certain kinds of plain text file, which you would have to export from
Powerbuilder
b. certain kinds of common file-per-table database formats such as .dbf
c. ODBC drivers, which can typically only get data from structures that
have been stored to disk (or committed, in "proper" DBMS environment)

My guess is that these composite datawindows are ephemeral internal data
structures, in which case you would only be able to get at them if your ODBC
driver gave you some way to do it.
 
Top