Hello,
we are using Tamino 4.1 and have defined a schema of an existing relational database (MS Access) to Tamino.
We can insert data via Tamino into the Access db and query it.
But if we want to query the data, that is not inserted via Tamino, we have the following problem:
A query by which we want to retrieve a whole table works fine whereas a query which select something in a table does not work.
For test purposes we generated a relational database (MS Access) with four tables:
buecher {isbn, titel, verlag, seitenzahl}
autoren {autor_nr, autor}
auflagen {isbn, auflage, bemerkung}
buch_autor {isbn, autor_nr}
We recieve the following error message, if we try to select something within a table (e.g. ‘//Buecher[ISBN=“1”]’):
xql:query//Buecher[ISBN=“1”]</xql:query>
- <ino:message ino:returnvalue=“8505”>
<ino:messagetext ino:code=“INOXME8505”>ODBC error occurred</ino:messagetext>
ino:messagelineState: 22018Native Error: 39 [Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast specification (null)</ino:messageline>
</ino:message>
In the Tamino schema we defined a root element (gesamtbestand). We put the definitions of all tables under this element. We attach our schema definition to this posting.
Any help would be appreciated.
Thanks in advance and
best regards
NSDB (Thorsten, Stefan, Mirco)
REL_V3.TSD (9.53 KB)
#Tamino#API-Management#webMethods