<!-- X-URL: http://www.plugsys.com/ -->
<!-- Date: Mon, 20 Aug 2001 20:12:48 GMT -->
<BASE HREF="http://www.plugsys.com/">
<html><!-- #BeginTemplate "/Templates/standard.dwt" -->
<head>
<!-- #BeginEditable "doctitle" --> 
<title>PlugSys: Xbase tools for Linux, Web, Win32</title>
<META name="description" content="PlugSys is the home of Max Xbase development tools for Linux, Web and Win32.">
<META name="keywords" content="Clipper, Joiner, Xbase, Windows, compiler, Xbase++, Harbour, dBASE, Linux, FoxPro, web">
<!-- #EndEditable --> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- #BeginEditable "Head" --> 

<SCRIPT language=javascript src="/res/js/glwindow.js"></SCRIPT>
<SCRIPT language=javascript src="/res/js/menu.js"></SCRIPT>
<SCRIPT language=javascript>
function BodyOnMouseOver(){hideMenu()}
function BodyOnMouseOut(){hideMenu()}
function BodyOnLoad(){}

function popup_url(url, winname, wd, ht, opt) {
        var op= "toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,status=no" + ((typeof opt != "undefined")? "," + opt: "")
        + ",width=" + wd 
        + ",height="+ ht 
        + ",top="   + ((screen.availHeight- ht) / 2)
        + ",left="  + ((screen.availWidth - wd) / 2)
        pwin= window.open(url,winname, op, true);
        pwin.focus();
}

function popup_qa(url) {
        popup_url(url,"qawin",750, 450, "scrollbars=" + (document.layers?"yes":"no"));
}

function popup_msp(url) {
        popup_url(url,"mspwin",750, 450, "scrollbars=" + (document.layers?"yes":"no"));
}

function popup_tech(url) {
        popup_url(url,"techwin",750, 450, "scrollbars=" + (document.layers?"yes":"no"));
}

function popup_strategic(url) {
        popup_url(url,"strategicwin",750, 450, "scrollbars=" + (document.layers?"yes":"no"));
}

function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) {  src.bgColor = clrOver;  }  }  

function mOut(src,clrIn) {  if (!src.contains(event.toElement)) {  src.bgColor = clrIn;  }  }  

</SCRIPT>

<style type="text/css">
                        .tbTitle                {FONT-WEIGHT:800;FONT-SIZE:7.5PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#0033FF;}
                        .tbBold   {FONT-WEIGHT:800;FONT-SIZE:8pt;FONT-FAMILY:verdana, helvetica, arial;COLOR:black;}
                        .tbNorm     {FONT-WEIGHT:300;FONT-SIZE:8pt;FONT-FAMILY:verdana, helvetica, arial;COLOR:black;}
                        .tbLight  {FONT-WEIGHT:300;FONT-SIZE:8PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#555555;}
                        .tbSmall  {FONT-WEIGHT:300;FONT-SIZE:7.5pt;FONT-FAMILY:Arial, Helvetica, sans-serif;COLOR:black;}

                        .bodyTitle              {FONT-WEIGHT:600;FONT-SIZE:16pt;FONT-FAMILY:verdana,helvetica,arial;COLOR:#000000;}
                        .bodySubTitle {FONT-WEIGHT:800;FONT-SIZE:12px;FONT-FAMILY:verdana, helvetica, arial;COLOR:#0066FF;}
                        .bodyNorm {FONT-WEIGHT: 200; FONT-SIZE: 8pt; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif}
                        .bodyLink {FONT-WEIGHT: 300; FONT-SIZE: 8pt ; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; Text-Decoration : underline; }
                        .bodyLink:visited {color: black }
                        .bodyLink:hover {Text-Decoration : underline    ; color: blue}

                        .qaLink {FONT-WEIGHT: 300; FONT-SIZE: 8pt ; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; Text-Decoration : none}
                        .qaLink:hover {Text-Decoration : underline      ; color: black}

                        .tbMenu {Z-INDEX: 100; VISIBILITY: hidden; POSITION: absolute; background-color: #666666; layer-background-color: #000000; border: 1px none #000000}

                        .BorderLBox {background:#cccccc;}
                        .BgLBox    {color:#000000; background:#F5F5F5; text-decoration:none; font-size:8pt; font-weight:normal; font-family:verdana, arial;}
                        .TitleLBox {color:#FFFFFF; background:#0099FF; text-decoration:none; font-size:10pt; font-weight:800; font-family:helvetica, verdana, arial;}
                        .TextLBox  {color:#4d4d4f; text-decoration:none; font-size:8pt; font-weight:normal; font-family:verdana, arial;}

                        .BorderRBox {background-color:#0099ff;}
                        .BgRBox    {color:#FFFFFF; background-color:#ECF7FD; text-decoration:none; font-size:8pt; font-weight:normal; font-family:verdana, arial;}
                        .TitleRBox {color:#FFFFFF; background-color:#0099ff; text-decoration:none; font-size:13pt; font-weight:600; font-family:helvetica, verdana, arial;}
                        .TextRBox  {color:#666666; text-decoration:none; font-size:8pt; font-weight:normal; font-family:verdana, arial;}
                        .TextRBox:hover {color:#FFFFFF;}
</style>
<!-- #EndEditable --> 
<LINK href="/res/styles/main.css" type=text/css rel=stylesheet>
<STYLE type=TEXT/CSS>
        A.headlink {FONT-WEIGHT: 400; FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: verdana,helvetica,arial; TEXT-DECORATION: none; }
        A.headlink:visited {COLOR: #000000; TEXT-DECORATION: none; }
        A.headlink:hover {COLOR: #000000; TEXT-DECORATION: none; }
        A.menulink:hover {TEXT-DECORATION: underline ;}
        A.menulink {COLOR: #000000;text-decoration : none;}
        A.dl:hover {COLOR: #cc0033;TEXT-DECORATION: underline}
        A.dl{ COLOR: #ffffff;   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;text-decoration : none;}
        A:hover   { TEXT-DECORATION: underline }
        A:active  { COLOR: #cc0033 }
        A:visited { COLOR: #555555;}
</STYLE>
</head>

<body text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff leftMargin=1 topMargin=1 MARGINHEIGHT="1" MARGINWIDTH="1"
onmouseover=BodyOnMouseOver() onmouseout=BodyOnMouseOut() onload=BodyOnLoad()>
<table cellspacing=0 cellpadding=0 width="100%" bgcolor=#000000 border=0>
  <tbody> 
  
  
  <tr> 
    
<td rowspan=2><a href="/"><img src="/images/pluglogo_wb.jpg" width="160" height="53" alt="PlugSys: The Home of Max and MSP" border="0"></a><img height=1 alt=" " 
                  src="/images/none.gif" width=5 border=0></td>
    <td height="44" bgcolor="#000000"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><i><B><IMG 
src="/images/wekeep_wb.gif" width="169" height="44"></B></i></font></td>
    <td width="100%" height="44" bgcolor="#000000">
      
      
      <div align="right"><a href="/products/msp20/"><img src="/images/powered-msp20.jpg" border="0" align="right" 
alt="MSP is the dynamic, database aware server-side tool automating our web site (e-commerce, mailing lists, product info)"></a></div>
    </td>
    <td><IMG height=1 alt=" " src="/images/none1.gif" width=1></td>
  </tr>
  
  
  <tr bgcolor=#0000ff> 
    
<td width="100%" colspan=3> 
      
      
      <table cellspacing=0 cellpadding=0 width="100%" bgcolor=#0099FF 
        border=0>
        <tbody> 
        
        
        <tr> 
          
<td> 
            
            
            <table cellspacing=0 cellpadding=0 border=0>
              <tbody> 
              
              
              <tr> 
                
<td bgcolor=#000000><img height=1 alt=" " 
                  src="/images/none.gif" width=1 border=0><br>
                </td>
                <td bgcolor=#ffffff colspan=5><img height=1 alt=" " 
                  src="/images/none.gif" width=1 border=0><br>
                </td>
              </tr>
              
              
              <tr> 
                
<td><img height=1 alt=" " src="/images/black.gif" 
                  width=1 border=0><img height=1 alt=" " 
                  src="/images/black.gif" width=4 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=2 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/black.gif" width=1 border=0><img height=1 
                  alt=" " src="/images/black.gif" width=3 border=0><img 
                  height=1 alt=" " src="/images/white.gif" width=1 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/black.gif" width=1 border=0><img height=1 
                  alt=" " src="/images/black.gif" width=2 border=0><img 
                  height=1 alt=" " src="/images/white.gif" width=1 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/black.gif" width=1 border=0><img height=1 
                  alt=" " src="/images/black.gif" width=1 border=0><img 
                  height=1 alt=" " src="/images/white.gif" width=1 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/black.gif" width=1 border=0><img height=1 
                  alt=" " src="/images/black.gif" width=1 border=0><img 
                  height=1 alt=" " src="/images/white.gif" width=1 
                  border=0><br>
                  <img height=26 alt=" " 
                  src="/images/black.gif" width=1 border=0><img height=26 
                  alt=" " src="/images/white.gif" width=1 border=0><br>
                </td>
                <td><img height=1 alt=" " src="/images/none.gif" 
                  width=10 border=0></td>
                <td><img height=1 alt=" " src="/images/none.gif" width=6 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=3 border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=4 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=7 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=3 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=4 border=0><img 
                  height=1 alt=" " src="/images/none.gif" width=1 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=4 border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=2 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=5 border=0><img 
                  height=1 alt=" " src="/images/none.gif" width=2 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=4 border=0><br>
                  <img height=1 
                  src="/images/none.gif" width=1 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=6 border=0><img 
                  height=1 alt=" " src="/images/none.gif" width=3 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=4 border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=11 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=3 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=12 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=3 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=13 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=2 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=12 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=3 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=11 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=3 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=1 border=0><img height=1 
                  src="/images/white.gif" width=6 border=0><img height=1 
                  alt=" " src="/images/none.gif" width=3 border=0><img 
                  height=1 alt=" " src="/images/white.gif" width=4 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=2 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=5 border=0><img 
                  height=1 alt=" " src="/images/none.gif" width=2 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=4 border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=3 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=4 border=0><img 
                  height=1 alt=" " src="/images/none.gif" width=1 
                  border=0><img height=1 alt=" " src="/images/white.gif" 
                  width=4 border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=4 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=7 
                  border=0><br>
                  <img height=1 alt=" " 
                  src="/images/none.gif" width=6 border=0><img height=1 
                  alt=" " src="/images/white.gif" width=3 border=0><br>
                </td>
                <td><img height=1 alt=" " src="/images/none.gif" 
                  width=10 border=0></td>
                <td noWrap><font face=verdana,helvetica,arial color="white"
                  size=4><b><!-- #BeginEditable "Title" -->Home<!-- #EndEditable --></b></font></td>
              </tr>
              </tbody>
            
            
            </table>
          </td>
          <td valign=top width="100%"> 
            
            
            <table cellspacing=0 cellpadding=0 width="100%" bgcolor=#ffffff 
            border=0>
              <tbody> 
              
              
              <tr> 
                
<td><img height=1 alt=" " src="/images/none.gif" width=1 
                  border=0><br>
                </td>
              </tr>
              </tbody>
            
            
            </table>
          </td>
        </tr>
        </tbody>
      
      
      </table>
    </td>
  </tr>
  
  
  <tr> 
    
<td bgcolor=#ffffff colspan=4><img height=1 alt=" " 
      src="/images/none.gif" width=1></td>
  </tr>
  </tbody>
</table>
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#DDDDDD border=0>
  <TBODY> 
  
  <TR> 

<TD width="0%"><IMG height=8 alt=" " src="/images/none.gif" width=3></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink href="/">HOME</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink href="/news/">NEWS</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/products/">PRODUCTS</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/download/">DOWNLOAD</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/support/">SUPPORT</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/buynow/">SHOP ONLINE</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/regcenter/">REGISTRATION</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="1%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/custcenter/">CUSTOMERS</A> </TD>
    <TD width="0%"><FONT face=verdana,helvetica,arial color=#000000 size=2>|</FONT></TD>
    <TD noWrap width="4%" onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'"> <A class=headlink  href="/partners/">PARTNERS</A> </TD>
    <TD noWrap align=right width="91%"> 
        
      <TABLE cellSpacing=0 cellPadding=0 border=0>

        <TR> 
<TD noWrap onmouseover="this.bgColor='#eeeeee'" onmouseout="this.bgColor='#dddddd'">  <A class=headlink href="/company/international.html">INTERNATIONAL</A>  </TD>
        </TR>

      </TABLE>
    </TD>
  </TR>
  </TBODY> 
</TABLE>
<IMG height=11 
alt=" " src="/images/none1.gif" width=8>

<table width="100%" height="400" border="0" cellspacing="0" cellpadding="0">
  
  
  <tr valign="top">
    
<TD><IMG height=10 alt=" " src="/images/none1.gif" width=10></TD>
    <td><!-- #BeginEditable "LeftFrame" -->
      <TABLE width="155" border="0" cellspacing="0" cellpadding="1" class="BorderLBox">
        <TR>
<TD align="center" valign="top">
            <TABLE width="100%" border="0" cellspacing="0" cellpadding="0" class="TitleLBox">
              <TR valign="bottom" style="height=15px">
<TD class="TitleLBox" align="center">CUSTOMER SERVICE</TD>
              </TR>
              <TR>
<TD align="center">
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="4" class="BgLBox">
                    <TR>
<TD class="TextLBox" align="center" valign="top"><br>
                        <b><font size="2">(510) 352.2228</font></b></TD>
                    </TR>
                  </TABLE>
                </TD>
              </TR>
              <TR style="height=8px">
<TD class="BgLBox"> </TD>
              </TR>
              
              <TR valign="bottom" style="height=15px">
<TD class="TitleLBox" align="center"> DOWNLOAD</TD>
              </TR>
              <TR>
<TD align="center">
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="4" class="BgLBox">
                    <TR>
<TD class="TextLBox" align="left" valign="top"><br>
Lastest <b>Free Edition</b> downloads:<BR>
                        <BR>
                        </TD>
                    </TR>
                  </TABLE>
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="1" class="BgLBox">
                    
                                                                          
                    
                    
                    <TR>

<TD><IMG src="/images/bluebullet2.gif">
<a href="/download/index.msp?pid=17" class="TextLBox">Max 2.0 DOS32W <B>2.03</B></a>
</TD>
                    </TR>
                    
                    
                    
                    
                                                                          
                    
                    
                    <TR>

<TD><IMG src="/images/bluebullet2.gif">
<a href="/download/index.msp?pid=18" class="TextLBox">Max 2.0 Linux <B>2.03</B></a>
</TD>
                    </TR>
                    
                    
                    
                    
                                                                          
                    
                    
                    <TR>

<TD><IMG src="/images/bluebullet2.gif">
<a href="/download/index.msp?pid=19" class="TextLBox">MSP 2.0 Win32 <B>2.03</B></a>
</TD>
                    </TR>
                    
                    
                    
                    
                                                                          
                    
                    
                    <TR>

<TD><IMG src="/images/bluebullet2.gif">
<a href="/download/index.msp?pid=20" class="TextLBox">MSP 2.0 Linux <B>2.03</B></a>
</TD>
                    </TR>
                    
                    
                    
                    
                  
                  
                  
                  </TABLE>
                </TD>
              </TR>
              
              
              
              
              
              
              
              <TR style="height=8px">
<TD class="BgLBox"> </TD>
              </TR>
              
              
              
              
              
              
              
              
              
              <TR valign="bottom" style="height=15px">

<TD class="TitleLBox" align="center"> MSP IN ACTION</TD>
              </TR>
              
              
              
              <TR>

<TD align="center">
                  
                  
                  
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="4" class="BgLBox">
                    
                    
                    
                    <TR>

<TD class="TextLBox">
                        <P><BR>
                          This web site is powered by Max Server Pages. Dynamic functionality all made possible by compact embedded Xbase routines. MSP templates on our web servers become live pages. MSP code forwards emails, lists product information, provides e-commerce functionality and much more. <BR>
                          <br>
                          <a href="/inspector/">See the source code (HTML/MSP) you are running!</a> <BR>
                          <BR>
                        </P>
                      </TD>
                    </TR>
                  
                  
                  
                  </TABLE>
                </TD>
              </TR>
                                                            
            
            
            
            </TABLE>
          </TD>
        </TR>
            
      
      
      
      </TABLE>
      <!-- #EndEditable --></td>
    <TD><IMG height=10 alt=" " src="/images/none1.gif" width=10></TD>
    <td width="100%"><!-- #BeginEditable "RightFrame" -->
      
      
      
      <table width="100%" cellspacing="0" cellpadding="0" border="0">
        
        
        
        <tr>
          
<td width="97%" valign="top">
            
            
            
            <TABLE width="100%" border="0" cellspacing="0" cellpadding="10">
              <tr>
<td align="left" valign="top">
                  
                  
                  
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="4"><b>Web Applications: Run everywhere. Use any database. It's the way to go!</b></font></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Why develop applications that only run well on one platform? Web applications run everywhere, on any operating system with a web browser (on your LAN or the Internet) using the world's most popular user interface.<BR>
                     <BR>
                  The market demands web applications to support Internet integration, business-to-business (B2B), business-to-consumer (B2C), customer relationship management (CRM) and many more contexts. <BR>
                    <BR>
                  PlugSys products allow large scale web development with the same productivity benefits provide with DOS versions Clipper and FoxPro-- but without the old limitations. Get full access to SQL databases. For Windows and Linux servers. <BR>
                  </font></p>
                </td>
              </tr>
              <TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" class=bodyTextSmall size="1"><FONT class="bodySubTitle" face="verdana,arial,helvetica">DEVELOPMENT TOOLS</FONT></FONT>
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
                    <TR>
<TD bgcolor="#0099ff"><IMG src="/images/none.gif" width="10" height="1"></TD>
                    </TR>
                  </TABLE>
                </TD>
              </TR>
            </TABLE>
            <table width="100%" border="0" cellspacing="0" cellpadding="5">
              <tr>
<td valign=top bgcolor="#ffffff" width="16%"><FONT class="bodyNorm"><A href="/products/msp20/"><IMG height=82 src="/images/msplogo-s.jpg" width=98 border=0 hspace="0" alt="Web Development Made Simple."></A></FONT></td>
                <td valign=top bgcolor="#ffffff" width="84%"><font class="bodyNorm"><B>Max Server Pages</B> is the formula for creating dynamic web sites quickly using the Xbase language so well suited for data navigation. Deploy under <B>Linux</B> or <B>Windows</B>. The same source code runs on your chosen platform. With native access to DBF files and easy connections to popular SQL databases like <B>PostgreSQL</B>, <B>MySQL</B>, <B>Oracle</B> and <B>SQL Server</B>. Have you have been seeking a migration path to Linux? MSP is ready to take you there. If you still have a foot in the Windows world, MSP installs on any Windows machine. Create and test your entire project on your own workstation before deploying to a Linux or Window NT/2000 web server.  <nobr><a href="/products/msp20/" class="bodyLink">More</a></nobr><nobr></nobr><br>
            <BR>
            <a href="javascript:popup_msp('/products/msp20/tours/msp/msp01.msp')" class="bodyLink"><nobr></nobr></a><a href="/download/" class="bodyLink"><nobr>Download MSP 2.0 Free Edition</nobr></a></FONT></td>
              </tr>
              <tr>
<td valign=top width="16%" bgcolor="#ffffff"><IMG src="/images/none.gif" width="10" height="1"></TD>
                <td valign=top width="84%" bgcolor="#ffffff">
                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
                    <TR>
<TD bgcolor="#dddddd"><IMG src="/images/none.gif" width="10" height="1"></TD>
                    </TR>
                  </TABLE>
                </td>
              </tr>
              <tr>
<td valign=top width="16%" bgcolor="#ffffff"><FONT  class="bodyNorm"><A 
                  href="/products/max20/"><IMG 
                  height=53 src="/images/maxlogo_s.jpg" width=100 
                  border=0 alt="Max: Power through Simplicity."></A></FONT></td>
                <td valign=top width="84%" bgcolor="#ffffff"> 
                  <p class="TextRBox"><font  class="bodyNorm"><B>Max</B> is the 32-bit application development tool for creating character-based applications. Max leverages the traditional strengths of Xbase but it works harder and goes further. Max 2.0 apps run under <B>Linux</B> and <B>Windows</B>. Max connects to everything: FoxPro/dBASE/Clipper, and SQL databases like <B>PostgreSQL</B>, <B>MySQL</B>, <B>Oracle</B> and <B>SQL Server</B>. <span class="menuLink"><a href="/products/max20/" class="bodyLink"><nobr>More</nobr></a><br>
              <br>
                    <a href="/download/" class="bodyLink"><nobr>Download Max  2.0 Free Edition</nobr></a></span></font></p>
                </td>
              </tr>
            </table>
          </td>
          <TD width="1%"><IMG height=10 alt=" " src="/images/none1.gif" width=10></TD>
          
            
<td width="1%" valign="top">
            
            
            
            <table width="1%" border="0" cellspacing="0" cellpadding="1" class="BorderRBox">
              
              
              
              <tr>
              
              
              
              <tr valign="middle" style="height=32px">

<td class="TitleRBox"> Partners Program
</td>
              </tr>
              
              
              
              <tr>

<td align="left"  valign="top">
                  <table width="175" border="0" cellspacing="0" cellpadding="4" class="BgRBox">
                    <td align="left" class="TextRBox" valign="top">
                        
<p><font face="Verdana, Arial, Helvetica, sans-serif" class=bodyTextSmall size="1"><a href="/partners/"><img src="/images/bizpartner.gif" width="64" height="85" align="left" hspace="0" vspace="2" border="0" alt="Join the Partners Program"></a><span class="bodyNorm"><br>
                        If you develop applications using Max/MSP you may join the Partnership Program and become a certified Max Partner. Enjoy special discounts, and be listed on our site. You don't even have to be a Professional Edition customer to become a Partner. </span></font></p>
                      <p><font face="Verdana, Arial, Helvetica, sans-serif" class=bodyTextSmall size="1"><a href="/partners/" class="bodyLink">Join the Partners Program</a><BR>
                          <BR>
                          </font></p>
                    </td>
                    </tr>

                  
                  
                  
                  </table>
                </td>
              </tr>
            </table>
            <BR>
            <BR>
            <table width="1%" border="0" cellspacing="0" cellpadding="1" class="BorderRBox">
              <tr>
              <tr valign="bottom" style="height=15px">
<td class="TitleLBox" valign="middle"> 
                  <div align="center"> Mailing List</div>
                </td>
              </tr>
              <tr>
<td align="left"  valign="top">
                  <table width="175" border="0" cellspacing="0" cellpadding="4" class="BgRBox">
                    <td align="left" class="TextRBox" valign="top">
                      <p><font face="Verdana, Arial, Helvetica, sans-serif" class=bodyTextSmall size="1"><span class="bodyNorm"><br>
                        Submit your email and receive further information from PlugSys. 
<br>
                                         <br>
                          <a href="/mailing/">Join our Mailing List</a><BR>
                        <BR>
                        </span></font></p>
                    </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
          <TD width="1%"><IMG height=10 alt=" " src="/images/none1.gif" width=5></TD>
        </tr>
      </table>
      <!-- #EndEditable --></td>
  </tr>
   
  
  <tr>          
    
<td bgcolor=#ffffff colspan=4><img height=20 alt=" " src="/images/none.gif" width=1></td>
  </tr>

</table>
<HR width="100%" color=#cccccc SIZE=1>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
  
  
  <tr> 
          
<td width="25%" align="left">
      
      <div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" class="bodyText"><span 
class="bodyTextSmall"><span class="bodyTextBold"><span class="bodyTextSmall"><span 
class="bodyTextBold"></span></span></span></span></font></div>
    </td>
    <td width="40%" align="left">
      
      
      <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#999999">Copyright 
        © PlugSys International, 1998-2001</font><font face="MS Sans Serif" size="1" color="#999999"><b><br>
        </b></font><font face="Arial Narrow" size="2" color="#999999"><a href="/company/legalnotices.html"><FONT size="1" face="Verdana, Arial, Helvetica, sans-serif">Legal Notices</FONT></a>  | 
        <a href="/company/about.html"><FONT size="1" face="Verdana, Arial, Helvetica, sans-serif">Company Info</FONT></a>  | 
         <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="/company/privacy.html">Privacy Policy</a></font>  | 
        <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="/company/contact.html">Contact Us</a></font> </font> </div>
    </td>
    <td width="25%" align="left">
      
      <div align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" class="bodyText"><span 
class="bodyTextSmall"><span class="bodyTextBold"><span class="bodyTextSmall"><span class="bodyTextBold"><font 
size="1" face="Verdana, Arial, Helvetica, sans-serif" class="bodyTextSmall"><span class="bodyTextSmall"><span 
class="bodyTextBold"><span class="bodyTextSmall"><span class="bodyTextBold"><a 
href="/products/"><img src="/images/ready4linux.gif" width="90" height="36" 
alt="Max and MSP deliver the value and power of Linux. Development kept simple." 
hspace="10" border="0"></a></span></span></span></span></font><font face="Verdana, Arial, Helvetica, sans-serif" 
class=bodyTextSmall size="1"><a href="/products/msp20/"><img src="/images/ready4apache.gif" width="90" 
height="36" alt="Add the power of MSP to your Apache server. Access to PostgreSQL/MySQL/DBF made simple!" 
hspace="10" border="0"></a></font></span></span></span></span></font></div>
    </td>
  </tr>
</table>
<p> </p>
</body>








<!-- #BeginEditable "MSPFunctions" -->

<!-- #EndEditable -->
<!-- #EndTemplate --></html>