function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=100,top=100' ); popup.focus();
}
This section provides information on how to install SQL Server for use with WebSphere Portal Express.
Before you begin
- You should have completed reviewing the http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/topic/com.ibm.wp.exp.doc/wpf/plan_sql.html section.
Requirements
- You must install SQL Server separately from WebSphere Portal Express.
- WebSphere Portal Express requires Microsoft SQL Server 2000 Service Pack 4 and SQL Server 2000 Driver for JDBC SP3. You can download these drivers from http://technet.microsoft.com/en-us/sqlserver/bb331729.aspx.