FAQ:

Where can I get an ODBC Driver?

The current version requires an ODBC driver to connect to the database. A 32-bit version of the ODBC driver.

For SQLite, the driver can be downloaded here.

For PostgreSQL, it is recommended to install the ODBC driver via the ODBC driver included with the package PostgreSQL Application Stack Builder.

Why ORM is bad?

ORM does not allow you to precisely control data extraction and process complex documents that do not have a clear schema. that don't have a clear schema.

Also, most ORMs do not allow you to preserve spatial parent-descendant relationships between nodes.

Are XSD schematics necessary?

Practice shows that XSD schemas create more problems than they solve. Not all XML files have XSD schemas. Not all schemas are correct.

When will the 64 bit version be released?

Approximately in the 4th quarter of 2025.

What are grammars and how to write NLP rules?

SmartXML uses the Parse engine built into the Red language, which allows you to perform a number of complex data manipulations. of fairly complex data manipulation. The engine is extremely lightweight, so it can't be compared to full-blown NLP engines, but it is extremely fast and allows you to do things that are compared to full NLP engines, but it is extremely fast and allows you to do things that cannot be done with the same regular expressions. cannot be done with the same regular expressions.

You can write the rules yourself by studying the documentation Parse or order to write the rules with us.