Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database javascript

0
votes
1 answers
41 views

Saving and syncing a database with the html5 local storage

I want to create an online operating system, I just have one problem: the database. I want to sync the local storage with an online sqlite database.…
asked June 18, 2011 12:00 pm CDT
Dev1.developper
0
votes
0 answers
52 views

Get size of HTML5 WebDB (Web SQL) database from javascript

I'm using the WebDB spec in HTML5 to create an offline database for persistent offline storage. However, I need a way to get the current size of the…
asked June 13, 2011 3:25 pm CDT
Varun Singh
0
votes
3 answers
21 views

Connecting to a database using HostMonster

I'm using HostMonster as my web host and I'm trying connect to a database I created using MySQL inside of HostMonster. In order to call that…
asked June 13, 2011 8:58 am CDT
weston
0
votes
0 answers
43 views

With mongodb is it possible to pipe a query into the mongo shell any only get the result output

I have a mongodb report that I want to email out from cron but don't want the query in the output: --- report.js db.Customer.count(); --- end…
asked June 4, 2011 5:53 am CDT
PabloSerbo
0
votes
1 answers
51 views

Reading Safari database contents

Hi all, I'm writing data to the Safari database storage, this is written in a http page. I then try to read it from a https page, the database is…
asked May 31, 2011 9:04 am CDT
Jamie Keeling
0
votes
1 answers
28 views

Accepting user data from users and displaying it

I am new to web programming. I am currently using an html form which accepts data (many fields with different datatypes eg. date) and add it to…
asked May 20, 2011 6:31 am CDT
user494461
2
votes
2 answers
46 views

Show total number of rows in SQLite table

I am building a local database with this : var db = openDatabase('LIST','1.0','database', 2*1024*1024); db.transaction(function (tx) {…
asked May 16, 2011 3:36 pm CDT
Sushi K
2
votes
2 answers
54 views

Node.js + MySQL - handling transactions

I am building an app on node.js using express, and node-mysql driver. There is a couple of cases in my app when I need to make a series of database…
asked May 9, 2011 12:30 pm CDT
ramsus01
0
votes
1 answers
45 views

How do I perform this query in Mongoose? (MongoDB for Node.js)

Let's say I have a model called User . I have an array with object Ids. I want to get all User records that "intersect" with the array of Ids that I…
asked April 28, 2011 7:04 am CDT
TIMEX
0
votes
1 answers
49 views

How do I remove documents using Node.js Mongoose?

FBFriendModel.find({ id:333 },function(err,docs){ docs.remove(); //Remove all the documents that match! }); The above doesn't seem to work. The…
asked April 27, 2011 2:57 pm CDT
TIMEX
0
votes
2 answers
60 views

In Node.js Mongoose, I want to update each field...how can I do that?

User.find({},function(err,docs){ foreach(docs as d){ d.name="apple"; d.save(); }; }); This doesn't work! I get some "unique identifier" error. Can…
asked April 27, 2011 1:06 pm CDT
TIMEX
0
votes
2 answers
72 views

What's the most simple couple lines of code to connect to mongo and insert a post?

I'm using express.js and node.js. What's the simplest, few lines of code that you use to connect to mongo and insert a post into the database?
asked April 26, 2011 5:49 pm CDT
TIMEX
0
votes
2 answers
42 views

Mongodb $inc embedded value syntax

Hi, I'm trying to increment a field in my mongodb document using the $inc operator. The field I am trying to increment is a sub-property of my…
asked April 25, 2011 2:30 pm CDT
dinjas
0
votes
2 answers
42 views

How do I update javascript variables with new values which are changing in my database?

Hello, I'm building a multiplayer game which uses a mysql database to store coordinate positions of players, which are then used to display opponent…
asked April 19, 2011 12:15 pm CDT
user671891
0
votes
4 answers
32 views

Need help connecting to mysql database

0 hi need to connect to a mysql server i have set up on godaddy.com my code is var dbcon : IDbConnection; //port is 3303 var connectionString :…
asked April 12, 2011 1:10 pm CDT
jin
0
votes
3 answers
35 views

The Correct Way To Use PHP's MySQL Functuality?

I am creating a registration form that will be using JQuerys AJAX feature to and i am sending the data from the form to a PHP script. Below is the…
asked April 11, 2011 6:38 pm CDT
Tom Green
0
votes
1 answers
47 views

Storing byte array in HTML5 sqlite database

I am working on an offline capable mobile web app and need to store large amounts of raw byte data in a HTML5 database. I want to store them as…
asked April 10, 2011 10:06 am CDT
Stan Wiechers
0
votes
2 answers
37 views

Loop through php within Javascript

I am running a javascript file either on my hard drive or from my website, right now, I have been trying to get this to work from my hard drive. The…
asked April 8, 2011 7:40 am CDT
user695129
0
votes
4 answers
41 views

Get data from mysql database to use in javascript

I have a javascript that dynamically builds an html page. In the html page there are textarea boxes for the user to type information in. The…
asked April 6, 2011 10:32 am CDT
user695129
0
votes
0 answers
45 views

How do I make an SQLite DB work with more than one JS object?

I'm trying to expand on a tutorial where Jonathan Stark creates a database using JS, CSS, and JQuery. It's to be used in a mobile phone. Right now…
asked March 25, 2011 12:00 pm CDT
Steve
Pages : 1 | 2 >
37

database javascript

Tagged: database + javascript
Related Tags
regex × 860
php × 321
mysql × 304
jquery × 225
html × 107
http × 102
ajax × 98
node.js × 78
mongodb × 63
sqlite × 52
replace × 38
database × 37
string × 31
apache × 31
html5 × 29
json × 28
couchdb × 26
validation × 26
java × 24
c# × 24
https × 24
.htaccess × 22
asp.net × 22
mongoose × 20
url × 19
css × 19
ssl × 16