Tamino v3 is delivered with an SQL engine but you need the sql option in the license file to use it.
The SQL engine is the same engine that was delivered with v2.3. The SQL store within Tamino is still separate from the XML store.
You can load data in several ways:
- use Tamino manager, go the SQL catalog, select the table and use the “Load” function.
- use the ‘sqlint’ utility with INSERT statements
- write your own program with embedded SQL
- there are ODBC, JDBC and OLE DB drivers so you could access the SQL store to update it via these mechanisms.
Hope this helps.
#Tamino#webMethods#API-Management