Migrating DataWindow

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.
  2. 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.
    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.

Send your feedback on this help topic to Sybase Technical Publications: pubs@sybase.com

Your comments will be sent to the technical publications staff at Sybase, Inc. For product-related issues or technical support, contact Sybase Technical Support at 1-800-8SYBASE.