J
JotKa
Hi all,
Using the Application object's ImportXML() method, we encountered another
problem:
Using acStructureAndData for the ImportOptions parameter ("do not create
structure"), ImportXML() imports the data into existing tables.
In our database these tables have got primary keys. If the XML data contains
records with identical values for the primary key column, no error is
reported, and only the first of these records is imported. This clearly is
not the desired behaviour. Instead, an error should be reported ("primary key
constraint violation" or something like that).
Thanks for any suggestions how to get it working.
JotKa
Using the Application object's ImportXML() method, we encountered another
problem:
Using acStructureAndData for the ImportOptions parameter ("do not create
structure"), ImportXML() imports the data into existing tables.
In our database these tables have got primary keys. If the XML data contains
records with identical values for the primary key column, no error is
reported, and only the first of these records is imported. This clearly is
not the desired behaviour. Instead, an error should be reported ("primary key
constraint violation" or something like that).
Thanks for any suggestions how to get it working.
JotKa