1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!--$Id: contact.html 2904 2003-11-20 22:14:35Z toshok $-->
<html>
<head>
<title>The Sleepycat Software Contact Page</title>
<meta name="description" content="DB: A database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<p align=center>
<img src="../images/sleepycat.gif" alt="Sleepycat Software Inc.">
<table>
<tr>
<td valign=top>
<b>
General:
</b>
</td><td>
<a href="mailto:info@sleepycat.com">info@sleepycat.com</a>
</td>
</tr><tr>
<td><br></td>
</tr><tr>
<td valign=top>
<b>
Sales and Marketing:
</b>
</td><td>
<a href="mailto:sales@sleepycat.com">sales@sleepycat.com</a><br>
+1-617-876-0858<br>
+1-877-SLEEPYCAT (USA only, toll-free)<br>
</td>
</tr><tr>
<td><br></td>
</tr><tr>
<td valign=top>
<b>
Technical Support:
</b>
</td><td>
<a href="mailto:support@sleepycat.com">support@sleepycat.com</a>
</td>
</tr><tr>
<td><br></td>
</tr><tr>
<td valign=top>
<b>
Postal Mail:
</b>
</td><td bgcolor="#EEEEEE">
Sleepycat Software Inc.<br>
118 Tower Rd.<br>
Lincoln, MA 01773-4403<br>
USA
</td>
</tr>
</table>
</body>
</html>
|