Migrating DataWindow Files

You must migrate DataWindow .pbl files to WorkSpace 2.1 manually.

Prerequisites 

Follow the procedure for migrating Web application projects.

  1. Right-click the DataWindow library name and select migrate to Migrate the DataWindow Library to the current version.

    If you are migrating Web application projects to WorkSpace 2.1, and they contain Web pages using DataWindow with a JDBC 2.0 driver for connectionStrings, you must change them to use a JDBC 3.0 driver.

  2. Change: <syb:dataWindow connectString="dba/sql/com.sybase.jdbc2.jdbc.SybDriver/jdbc:sybase:Tds:suadetestpc5:2638" dataWindowObject="aa" libraryList="/WEB-INF/pb/test.pbl" id="aa"></syb:dataWindow>

    to:

    <syb:dataWindow

    connectString="dba/sql/com.sybase.jdbc3.jdbc.SybDriver/jdbc:sybase:Tds:suadetestpc5:2638" dataWindowObject="aa" libraryList="/WEB-INF/pb/test.pbl" id="aa"></syb:dataWindow>

  3. If you are deploying the Web application to EAServer 5.x, start EAServer with the jdk1.4 option.


Created June 25, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com