Migrating DataWindow

You must migrate DataWindow .pbl files to WorkSpace 2.0 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.
  2. If you are migrating Web application projects to WorkSpace 2.0, 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.
    1. 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, you must start EAServer with the jdk1.4 option.

For product-related issues, contact Sybase Technical Support at 1-800-8SYBASE. Send your feedback on this help topic directly to Sybase Technical Publications: pubs@sybase.com