&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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.…
javascript
html
database
sqlite
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…
javascript
database
sqlite
html5
webdb
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…
php
javascript
mysql
database
hostmonster
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…
javascript
database
mongodb
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…
javascript
database
http
https
safari
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…
javascript
mysql
database
web-development
html-form
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) {…
javascript
sql
database
sqlite
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…
javascript
mysql
database
transactions
node.js
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…
javascript
database
mongodb
node.js
mongo
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…
javascript
database
mongodb
node.js
mongoose
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…
javascript
database
mongodb
node.js
mongoose
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?
javascript
database
mongodb
node.js
express.js
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…
javascript
database
query
mongodb
node.js
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…
php
javascript
mysql
database
update
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 :…
c#
javascript
mysql
database
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…
php
javascript
jquery
mysql
database
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…
javascript
database
sqlite
html5
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…
php
javascript
mysql
database
json
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…
javascript
mysql
database
ajax
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…
javascript
html
database
sqlite
mobile-phones
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
web-development
× 20
url
× 19
css
× 19
ssl
× 16
string-manipulation
× 16
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy