My favorites | Sign in
Project Logo
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Load This Page to Blow Away Accumulated Gears Data</title>
<script type="text/javascript" src="../Scripts/gears_init.js"></script>
</head>
<body>
<script type="text/javascript">
var server = google.gears.factory.create('beta.localserver', '1.0');
server.removeStore('YourTimesheets');
var db = google.gears.factory.create('beta.database', '1.0');
db.open('YourTimesheets');
db.execute('DROP TABLE IF EXISTS Entries');
</script>
</body>
</html>
Show details Hide details

Change log

r3 by dimitri.glazkov on Jan 25, 2008   Diff
added Monitor for async connection
monitoring
added setup script
tweaked store to include new stuff and
graphics
prepped for release
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by dimitri.glazkov on Jan 24, 2008   Diff
initial check-in
All revisions of this file

File info

Size: 717 bytes, 16 lines
Hosted by Google Code