Hi,
I need to write a client application that can access remote Tamino DB and store non-xml documents.
Is it possible to do that using C API? Looking at the C API documentation, it seems that
tac_init can be used only locally, on machine where DB is installed (in order to use XTS service)
“…
TAC_HANDLE tac_init(char *dbname)
…
dbname - a string containing the name of the Tamino database used for this handle, where the name was registered through Tamino from the start-up of the database via XTS
…”
Example provided with the SDK works fine locally.
Thanks,
Michael
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management