bring xml from DB2 to cocoon

2003-01-09 Thread Robert Sösemann
Hello, in one of my custom generators I have to query a db attribute wich contains an xml-fragment. I do this by my addXML() method. An although it seems to produce the correct sax events, my transformers NEVER do apply anything to the resulting xml. Two possibilities: - it is wrong to use CLOB

Re: DB2 with Cocoon

2003-01-05 Thread Robert Sösemann
something wrong with the driver? I have no error in the logs before. Thank you very much, Robert - Original Message - From: Nils Leßmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 3:27 PM Subject: AW: DB2 with Cocoon Dear Robert, without knowing anything

AW: DB2 with Cocoon

2003-01-04 Thread Michael Mertel
]] Gesendet: Samstag, 4. Januar 2003 00:12 An: [EMAIL PROTECTED] Betreff: DB2 with Cocoon Hello, this is my first time connecting IBMs DB2 with cocoon. Cocoon succesfully finds the drivers and connects correctly. But I get strange SQL Errors like: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT

Re: DB2 with Cocoon

2003-01-04 Thread Robert Sösemann
: Michael Mertel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 04, 2003 11:32 AM Subject: AW: DB2 with Cocoon Rob, if there is no schema definition in your query than the username is used, that you used for connecting to the database. Just create the needed tables with this user

AW: DB2 with Cocoon

2003-01-04 Thread Michael Mertel
: Re: DB2 with Cocoon Thanks a lot, Michael. But my problem is, that I have to use the given schema development, because our team works in another schema than the online db (production schema). Is there a chance to set the schema before querying with esql? Thanks in advance. Rob - Original

Re: DB2 with Cocoon

2003-01-04 Thread Robert Sösemann
, January 04, 2003 12:45 PM Subject: AW: DB2 with Cocoon Rob, maybe create alias is your friend ... just create an alias with your development schema for each table, that will work too // // Mit freundlichen Gruessen - Kind regards // Michael Mertel // // Bit World Computing eK // Andreas-Bauer

AW: DB2 with Cocoon

2003-01-04 Thread Nils Leßmann
. This solved the issue for me (using sapdb). Regards, Nils -Ursprüngliche Nachricht- Von: Robert Sösemann [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 4. Januar 2003 00:12 An: [EMAIL PROTECTED] Betreff: DB2 with Cocoon Hello, this is my first time connecting IBMs DB2 with cocoon

DB2 with Cocoon

2003-01-03 Thread Robert Sösemann
Hello, this is my first time connecting IBMs DB2 with cocoon. Cocoon succesfully finds the drivers and connects correctly. But I get strange SQL Errors like: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0104N Auf SELECT 1 folgte das unerwartete Token END-OF-STATEMENT. Zu den