Hi, > > Thanks for the clob patch. Do you you have an patch for storing the > > clobs back into the db, too? > with that patch you can use CLOB to map dbforms's CHAR types, to > overcome to the 4000 char max of the varchar type. An > explicit cast is necessary to read from CLOB, but the JDBC > PrepareStatement.setString is > is used to write back data to db (the CLOB type is hidden by > JDBC tier). Anyway, in the 1.1.4 branch it seems to be hard > to use a CLOB field in > this way, so I'll take some time to find a way for it.
Thanks for the information, like to learning each time.... It's not really difficult to use it in the 1.1.4 branch. Only a change in DataSourceJDBC, getCurrentRowAsObject and getCurrentRow. I can apply it at the weekend if you could do the testing! Regards, Henner ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
