Search found 6 matches

by janwolk
Mon Nov 24, 2014 2:07 pm
Forum: Scripting
Topic: Regular Expressions within metadata variables
Replies: 3
Views: 1965

Regular Expressions within metadata variables

Thanks Freddy, Ariel, [Metadata.Text:Path="/jdf:JDF/@JobID",Dataset="Jdf",Model=JDF][Metadata.Text:Path="/jdf:JDF/jdf:AuditPool[1]/jdf:Created/@Author",Dataset="Jdf",Model="JDF",After=" ",Search="[A-Z]{1}"][Metadata.Text:Path=&quo...
by janwolk
Mon Nov 24, 2014 12:09 pm
Forum: Scripting
Topic: Regular Expressions within metadata variables
Replies: 3
Views: 1965

Regular Expressions within metadata variables

dear all, I'd like to capture the inital Chars from a string like "Jan Wolk" and glue it to a Ordnernummer catched out of a JDF file. [Metadata.Text:Path="/jdf:JDF/@JobID",Dataset="Jdf",Model=JDF][Metadata.Text:Path="/jdf:JDF/jdf:AuditPool[1]/jdf:Created/@Author&qu...
by janwolk
Mon Oct 06, 2014 2:01 pm
Forum: Scripting
Topic: fill tables of an mysql database via odbc connector
Replies: 5
Views: 2907

fill tables of an mysql database via odbc connector

Thank you again for this tip, I'll do so as far as the mysql.proc table will work again in our database... ;-) Thank you so much that far! regards, Jan freddyp wrote: You want to update something in the table stpauli, but you do not use that table in your SQL statements. I also do not understand wha...
by janwolk
Thu Oct 02, 2014 5:59 pm
Forum: Scripting
Topic: fill tables of an mysql database via odbc connector
Replies: 5
Views: 2907

fill tables of an mysql database via odbc connector

Are there some mySQL nerds in here? I added some to the code like the following snippet: I want to update the row jobteile within the table stpauli and need to save the value for idjob, but I do not know how to do this an to set another variable wit this saved variable... Any hints? Thank you in adv...
by janwolk
Thu Sep 25, 2014 3:59 pm
Forum: Scripting
Topic: fill tables of an mysql database via odbc connector
Replies: 5
Views: 2907

fill tables of an mysql database via odbc connector

yeah, thanks, that's it, here http://www.milanm.com/?p=556 you'll find how to handle 32/64 bit...
by janwolk
Thu Sep 25, 2014 10:52 am
Forum: Scripting
Topic: fill tables of an mysql database via odbc connector
Replies: 5
Views: 2907

fill tables of an mysql database via odbc connector

dear cummunity, while testing this script function jobArrived( s : Switch, job : Job ) { var ordernumber = job.getNameProper(); dbConn = new DataSource(); dbConn.connect("data-test", "root", ""); if ( dbConn.isConnected() ) { var len = job.getNameProper().length; // var...