You must migrate DataWindow .pbl files to WorkSpace 2.0 manually.
Prerequisites Follow the procedure for migrating Web application projects.
- 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.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.
- 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>
- If you are deploying the Web application to EAServer 5.x, you must start EAServer with the jdk1.4 option.