Hello All,
Now that I can connect to Oracle I am trying to figure out how to use the SQLClobMBS class. I have tried a couple different ways of populating it, but I get an error each time. Here is what I have tried so far: taDDL is a text area that I have populated with a 1,000 lines of DDL. DDLText as new SQLCLobMBS(taDDL.Text) This produces a syntax error DDLText = taDDL.Text Type mismatch error. Expected SQLClobMBS, but got String What am I missing here? After I populate this class do I use it like this? strSQL = "INSERT INTO CLOB_TEST VALUES(DDLText)" sqlCmd.setCommandText(strSQL) sqlComd.Execute Thanks, Craig Boyd "As a development process, chaos does not scale well." ~ Anonymous <font face="monospace"size="-3"><br>The information transmitted is intended only for the person or entity to which it is addressed and <br>may contain confidential and/or privileged material. If the reader of this message is not the intended<br>recipient, you are hereby notified that your access is unauthorized, and any review, dissemination,<br>distribution or copying of this message including any attachments is strictly prohibited. If you are not<br>the intended recipient, please contact the sender and delete the material from any computer.<br> _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
