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 4119430
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:05:22+00:00 2026-05-20T23:05:22+00:00

I just made a simple HTML5 game for mobile webkit. I have made a

  • 0

I just made a simple HTML5 game for mobile webkit. I have made a simple function that inserts the record into the database:

Javascript:

db = openDatabase('highscores', '1.0', 'Whackem Highscores', 2 * 1024 * 1024);
db.transaction(function (tx) {
      tx.executeSql('CREATE TABLE scores (id unique, int,text)');
      tx.executeSql('INSERT INTO foo (id, text) VALUES (?,?,?)',["",score,date1]);
});

It doesn’t seem to do anything!?

How can I fix this?

I also have to make a loop that prints out the highest scores, If you have any advice on something like that, it would also be very helpful.

  • 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-20T23:05:23+00:00Added an answer on May 20, 2026 at 11:05 pm

    You probably want something more like:

    db.transaction(function (tx) {
          tx.executeSql('CREATE TABLE scores (id INTEGER PRIMARY KEY, score INTEGER, date_added TEXT)');
          tx.executeSql('INSERT INTO scores (score, date_added) VALUES (?,?)', [score, date1]);
    });
    

    Note that you’ll have to explicitly DROP your original table.

    Each executeSql command takes a success and a failure handler as arguments after the parameter list; adding those will help debug failed queries in the future, as they otherwise fail silently.

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

Sidebar

Related Questions

I'm just playing around with WPF and MVVM, and I have made a simple
I have a package that I just made and I have an old-mode that
I have made a very simple Pie Graph generator using Javascript & SVG graphics.
I'm writing a simple game with javascript/html5, and I'm trying to implement gravity. The
I have made a simple Javascript on hover effect so when you hover a
I have made a simple webpage with a Javascript backend. I want the user
I just installed Ubuntu 8.04 and Eclipse. I made a very simple Hello World
I was just made aware of a bug I introduced, the thing that surprised
We've got a fairly large amount of code that just made the jump to
I'm a beginner in programming. I've just made a program called Guessing Game. And

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.