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

database

1
vote
2 answers
36 views

Rails postgreSQL cannot get this query to work (SUM, Group Order)

This query work when I try it in SQLite: Transaction.where(:paid => true).select("created_at, SUM(amount)…
asked June 20, 2011 3:12 pm CDT
Christian
4
votes
2 answers
39 views

Large MySql table putting too much load on server

I have a MySql table which consists of: ~25million rows (CURRENTLY) 3 indexes Each day, a crawler adds ~3million rows I'm currently not looking too…
asked June 20, 2011 12:43 pm CDT
Noam
0
votes
1 answer
28 views

How to retrieve all rows thats co-ords are within a specifc radius in MySql Database

i am looking for a select statement that when given a specific set of co-ords(lng1+lat1) it will return all the rows within a 1km radius of…
asked June 20, 2011 11:13 am CDT
molleman
0
votes
1 answer
43 views

Help with SELECT DISTINCT

I have a plans table: tariff | monthly_cost -------------------------- Lion , 15.00 Lion , 20.00 Cat , 15.00 Cat , 20.00 Cat Extra , 20.00 Cat Extra…
asked June 20, 2011 7:04 am CDT
user791022
0
votes
2 answers
37 views

Codeigniter database won't connect through framework only on one server

In database.php I have: $db['default']['username'] = IS_PRODUCTION ? 'prodUsername' : 'localDevBoxUsername'; $db['default']['password'] =…
asked June 20, 2011 4:52 am CDT
Stephane Grenier
0
votes
2 answers
24 views

Updating a table with fields selected from another table?

Although there are many question regarding like link but i could not get this working . I have a query that select and update table…
asked June 19, 2011 11:18 pm CDT
Sugandha Amatya
0
votes
0 answers
31 views

Website on desktop to wordpress mysql database

I have a website with several directories and html files on my desktop and i want to insert the data into the mysql database of a wordpress theme;…
asked June 19, 2011 9:52 pm CDT
Grant Tailor
2
votes
2 answers
32 views

When should I use VARCHAR instead of TEXT and vice-versa in MySQL?

I'm a little confused and could do with some guidance. I want two fields to store an excerpt with a max size of 500 characters, and another to store…
asked June 19, 2011 2:27 pm CDT
Mohamad
0
votes
3 answers
31 views

Database architecture of newsletter service (with php)

I am building a service which provides a newsletter system for the users. My question is, how to organize it on the database? user opens account…
asked June 19, 2011 2:21 pm CDT
Luis
0
votes
1 answer
32 views

PHP - Displaying Blog Menu by Date

I have created a function to display the dates and the count of posts within those dates to be used as my blog menu, however it only partially…
asked June 19, 2011 2:08 pm CDT
Chris
3
votes
2 answers
27 views

Privacy concerns- database

if i have this table: users ----- id_users (pk) age name gender salary it is needed for each of these values an option to set visible or not in user…
asked June 19, 2011 1:56 pm CDT
Fel
1
vote
3 answers
24 views

How to speed up this query

My database has table name transactions which has 20000 records. When i run this query SELECT T1.* FROM transactions AS T1 WHERE T1.ppno IN (SELECT…
asked June 19, 2011 12:56 pm CDT
Rajasekar
1
vote
4 answers
33 views

PHP - Sending GET variables as a Path in and Include/Require Statement

I have a situation where I would like to use a php file "query.php" to look take either a $_POST or $_GET value as the MySQL query. It looks like…
asked June 19, 2011 11:53 am CDT
Keith
0
votes
2 answers
48 views

Android: how i can make a list from database sqlite?

I want to make a list contains some username from my sqlite database. I want it has white background and black text. I felt difficult when find…
asked June 19, 2011 10:40 am CDT
marol
0
votes
1 answer
36 views

NullPointerException

So I'm trying to populate a spinner from a database and I am constantly getting a NullPointerException error. I tried this code once before and it…
asked June 19, 2011 9:54 am CDT
Phearx
0
votes
4 answers
23 views

How to fetch the records based on the no of occurences of a value in certain field(column) in mysql

I want to fetch the records with the field named ppno by occurances. ie., (GIVE ME RECORDS HAVING the PPNO as TNi89873 with 5 time occurences) like…
asked June 19, 2011 6:21 am CDT
Rajasekar
0
votes
3 answers
43 views

Need Book Suggestions For Web Applications

I have an iPhone app out that stores data on the device. I want to create an app with user accounts like Instagram, Path, Foursquare, Gowalla, etc.…
asked June 19, 2011 2:59 am CDT
Faisal
-1
votes
2 answers
17 views

Bulk create thousands of mysql database giving errors

I need to create thousands of database such like below: CREATE DATABASE adr0711 CHARACTER SET utf8 COLLATE utf8_bin; CREATE DATABASE adr0712…
asked June 19, 2011 2:10 am CDT
Maka mikuni
0
votes
0 answers
34 views

What are the good database management systems for android programming ?

I've been trying out coding of android apps and i'm looking at finding out how to code some databases by using existing codes on tutorials and…
asked June 18, 2011 11:51 pm CDT
jamen
0
votes
0 answers
39 views

Creating Database in MySQL Workbench

I'm new in MySQL Workbench. I'm planning to create a new database called "Customers". But the problem is I don't know how to create it. I already…
asked June 18, 2011 10:48 pm CDT
schadi
Pages : [1] < 3 | 4 | 5 | 6 | 7 > [120]
2389

database

Tagged: database
Related Tags
mysql × 1613
php × 499
sql × 399
sqlite × 336
postgresql × 217
android × 168
query × 146
nosql × 137
mongodb × 129
java × 82
table × 67
python × 47
performance × 45
c# × 45
sql-server × 40
javascript × 37
phpmyadmin × 35
mongo × 33
cassandra × 30
iphone × 28
join × 28
oracle × 27
django × 27
update × 25
codeigniter × 25