Subject:XQuery MySQL connector Author:Rick Scofield Date:20 May 2015 08:58 PM
I recently crashed my WIN7 PC running Stylus Studio enterprise edition. I was running a pipeline process with a XQuery connection to MySQL database. I have now installed SS on a new WIN8 X64 PC and trying to run the pipeline again. I must be missing a mysql-connector executable or something because I get the error message
"No suitable driver found for jdbc:mysql://web013.MYURL:3306/MYDB?"
when I run the XQuery:
ddtek:sql-delete(collection("R_TEMP")/R_TEMP),
for $cartEntry in /root/row
return ddtek:sql-insert("R_TEMP", "vendor", 'CAR', "sku", $cartEntry/upc, "inventory", $cartEntry/qtyavail)
I remember installing mysql-connector-java-5.1.29-bin before on old PC, is this still the case?
Subject:XQuery MySQL connector Author:Rick Scofield Date:20 May 2015 10:11 PM
Thank you Ivan.
I registered mysql-connector-java-5.1.35 and I now have access to the DB.
My next problem is while running a simple .conv flat-2-xml conversion I get the following error and the conversion only create a small portion of the xml output. Please see attached message.