Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6670535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:16:51+00:00 2026-05-26T03:16:51+00:00

So I wrote what I thought was a pretty good and useful DBAdapter class.

  • 0

So I wrote what I thought was a pretty good and useful DBAdapter class. I wrote some getters, inserters and updaters. Each method had a db.open(), did some stuff, and db.close, returning a cursor. I thought all I would have to do in my main code was write something like Cursor c = db.getAllThings() and then I would be able to iterate over the cursor. Well, I found out that when I closed the db in the DBAdapter, my cursor was invalid. So I removed the db.open and db.close from the DBAdapter class and I do it on each call.

db.open();
Cursor c = db.getAllThings();
db.close();

Well, then I saw a bunch of errors that I wasn’t closing my cursors. Great, I can’t put that in the DBAdapter class either. I have to do it on each call. So now I have

db.open();
Cursor c = db.getAllThings();
c.close();
db.close();

Four lines of code to get that data. Oh, and don’t forget that I have to MoveToFirst and who knows what else.

So, how do you guys write a good, helpful DBAdapter class? Or is this about as good as it gets?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:16:51+00:00Added an answer on May 26, 2026 at 3:16 am

    That’s pretty much how I do it – I’d think that’s the correct and best way to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I thought I was getting pretty good at MySQL until I ran into
I am programming some 'openvpn-like' thing and thought it would be a good candidate
Wrote a quick Java proggy to spawn 10 threads with each priority and calculate
I wrote a program that forks some processes with fork(). I want to kill
I think i have a pretty good idea about the volatile keyword in java,
So, I was going over some old code I wrote about 5 years ago
So I thought I'd write my first codeigniter helper (still new to codeigniter somewhat).
I am trying to write, what I thought was, a simple jQuery function to
Wondering when a write-back should be performed? I thought it was when you're writing
Im new on this project and am going to write, what i thought was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.