Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 17th, 2010 | Syntax: Java | Size: 0.16 KB | Hits: 36 | Expires: Never
Copy text to clipboard
  1. //---opens the database---
  2.     public static DBAdapter open() throws SQLException
  3.     {
  4.         db = DBHelper.getWritableDatabase();
  5.         return this;
  6.     }