> > Dear All, > I'm using PosgreSQL as DB Backend. > I want to use schemas to partition tables in different > logical partitions of my database. > So I need to enter into dbforms-config.xml tables such as > "schemaName.tableName " and then in the JSP code I need to > use the currentRow/searchFieldName/position for that table. > I discovered that in the JSP code I can substitute the > character "." with the underscore char "_" so I can refer to > my table name as "schemaName_tableName".... is this correct? > I tested it and seems ok, I need only a confirmation.
If it works... To be shur look at the code... > > P.s. > I changed some classes of dbforms implementing serializable > to support clustering envinroment. > My apps are running smoothly so, in your opinion can we put > this code into the CVS head? Why not? Best regards, Henner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
