Gareth Horton
July 12th, 2002, 01:49 PM
> Gareth
>
> Are you able to give the format of these methods in this forum? I am due to get V6 this week and it would be nice to start programming with these new methods. If not I'll wait for the guide.
>
> Joel Heyman
Joel -
The formats are as follows:
JetExportTable(Exportfile As String, TableName as String, AppendFlag As Integer)
Valid AppendFlag values are:
0-overwrite,
1-New table or sheet
2-Add to existing table or sheet, applied to only Microsoft’s Access, Excel,
or Lotus’ 123. For some formats (e.g. db, dbf), users can not give a table or
sheet a name, the given table name will be ignored. In these cases, multi
table or sheet is not allowed and AppendFlag with 1 will be treated as 2.
JetExportSummary uses the same conventions.
Gareth
>
> Are you able to give the format of these methods in this forum? I am due to get V6 this week and it would be nice to start programming with these new methods. If not I'll wait for the guide.
>
> Joel Heyman
Joel -
The formats are as follows:
JetExportTable(Exportfile As String, TableName as String, AppendFlag As Integer)
Valid AppendFlag values are:
0-overwrite,
1-New table or sheet
2-Add to existing table or sheet, applied to only Microsoft’s Access, Excel,
or Lotus’ 123. For some formats (e.g. db, dbf), users can not give a table or
sheet a name, the given table name will be ignored. In these cases, multi
table or sheet is not allowed and AppendFlag with 1 will be treated as 2.
JetExportSummary uses the same conventions.
Gareth