A database is an organized collection of data.

learn more… | top users | synonyms (3)

0
votes
0answers
27 views

Data Collation and display

I have been asked by a friend from the US to try and make a database that will show the 6 most popular numbers in Powerball. I have created the database and successfully made a form that can add data ...
0
votes
1answer
13 views

WCF database doesnt work after deploy on remot server

I have a WCF service that when I check in the WCF Test Client it works fine but after I deployed the service to a remote server(my college server) It doesnt work . I ran it on a wp8 app but it didnt ...
2
votes
0answers
25 views

How to effectively check if an entry is present using HDBC in haskell?

Like mentionned in my question, I have an unique constraint on a table in which I want to insert some data. I have to check if the data is already present and insert it if not. That is what I can't ...
0
votes
3answers
36 views

Connection to Oracle Database with Java

I can't connect to my Oracle database server. This is the code : import java.util.*; import java.sql.*; import java.io.IOException; public class Knigi { public static void main(String[] args) { ...
0
votes
3answers
31 views

Include A Properties File With A Jar File

I've written a small application. I've put the database specific information in a properties file. db.url=jdbc:mysql://localhost:3306/librarydb db.user=root db.passwd=pas$w0rd When I build the ...
-2
votes
1answer
29 views

Rails Database Entry, Values are all question marks

I am trying to run a create method in rails, to insert items into a database. The code for my create is as follows: def create @song = Song.create ( { :song => params[:song], :artist => ...
0
votes
0answers
17 views

Coredata relationship breaking in restkit

I am still using Restkit 0.10 (because i started this project 7 months back. i will be using restkit 0.20 from my next project). come to the point, i have a response from server which looks like ...
0
votes
2answers
30 views

display issue with markers on google map

I will admit first off that I am very new at this so I may not seem the brightest but I am essentially tying to get data from the database (preferably address locations) to show up with marker pins ...
1
vote
1answer
28 views

Connecting to PostgreSQL gives “could not connect to server” error [closed]

I have three versions of postgres installed 8.4,9.1 and 9.2 on ubuntu Ubuntu 12.04.2 LTS (Precise Pangolin). Version 8.4 is running on port 5433, 9.1 on port 5432 and 9.2 on port 5434 when i run ...
0
votes
3answers
23 views

Submit button only sees the multiplequestions as onequestion using php and database

so I have this problem. When I select a radio button of question one for example it selects the radio button. But when I select another radio button from a different question, the first radio button ...
0
votes
2answers
31 views

Database schema for my website, need suggestions to make more relational/efficent [closed]

I was wondering if you could critique my database Table/Schema. I am working on my own site that will have a Home, Volunteer, Blog (with different types of articles from frontend development to ...
-1
votes
1answer
7 views

Editing field_value using mysql - error

My question relates to ContactFormDB WordPress plugin. I am looking for a way to edit the field_value but am getting syntax errors with the SQL code below. I would appreciate any help. UPDATE ...
1
vote
2answers
20 views

I need help fetching user group codes and then showing post for those groups with PHP and MySQL [closed]

The code I have works, but there is a problem I can't sort the data by ID because of the way that it's fetching the group codes. Here's the code: function displayOverview(){ global $database; ...
0
votes
0answers
12 views

Mongodb Redis Proxy [closed]

I am using node. I have a module that needs redis. I need to have a fake redis connection that acts as a proxy to mongo. Is this possible and does it exist? Just to clarify, I am open to creating my ...
0
votes
1answer
9 views

Double Entry in Database when inserting from form using PHP & MySQL

I am trying to create a web application. I am new to PHP & MySQL. When I insert data into my table using PHP, double records of the entry are made into the table. I am using XAMPP. Please help me ...
0
votes
1answer
18 views

Database design for international suppliers and their support language

I am new to the database world and want to design a database which contains many service providers. Some provide their services all over the world, some only for a few states. Also, I need to store ...
-1
votes
2answers
48 views

Fetching Data from Database Issue in Android

I have three layout: Main Layout(with a button "Profile") Profile layout(With textview to show data from database and two button named as "Edit" and "Back to Main") Edit layout(With textview and ...
-5
votes
0answers
23 views

highest level of normalisation [closed]

Consider a relation EMPLOYEE as given below: EMPLOYEE (empid, empssno, empname, empaddress, empsalary, empage) and, the following set of functional dependencies: empid --> empssno, empname, ...
0
votes
1answer
19 views

Typescript specific methods for saving data online?

I'm thinking about using TypeScript to create an online app, and this will require saving of data online. What are my options in regards to that? Is there anything specific to using TypeScript ...
-1
votes
1answer
23 views

denormalization tables to 1NF

How can denormalize this to 1NF. -------------------------------------------------- | | | | | | V V V V ...
0
votes
1answer
27 views

getting a color from a database entry and applying it to a label background

I am having trouble getting the color the user picks and saving it into a database so that when they reload the program it will automatically apply to the labels background. I have this to let the ...
0
votes
0answers
21 views

Update one row in the table, using liquibase

I was hoping if someone could verify if this is the correct syntax and correct way of populating the DB using liquibase? All, I want is to change value of a row in a table and I'm doing it like this: ...
1
vote
2answers
28 views

Normalization a table

I want to normalize this table to 3NF ----------------------------------- | | | | | V V V ...
0
votes
1answer
19 views

Building my project sets the database to read only?

I have developed a program in Visual Studio using VB that connects to a .db database. When I debug it, it works fine as the database on my computer is not set to read only (I checked by right clicking ...
0
votes
1answer
33 views

Database structure for storing a statement and 4 options with inline images

I have a statement which can have multiple inline block images (like say mathematical formulaes) and has 4 associated choices (like in a quiz) and each one of them can have any number of inline images ...
0
votes
0answers
46 views

Optimizing MySQL ORDER BY field of JOINed table

I have the following structure: CREATE TABLE `tbl1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tid` int(11) NOT NULL, `user_id` int(11) NOT NULL, `time` datetime NOT NULL, `count` int(11) NOT ...
0
votes
2answers
17 views

Recommend a Software to Drawing Normalization Diagram

I want to draw database diagram. I should draw normalization steps. I want to draw diagram like this and show functional dependency! -------------------------- ...
0
votes
1answer
17 views

Destroy dependent objects in Rails using one transaction

Please, help to optimize object destroing in Rails application: I have relatively big database, and when I want to delete user from it all dependent objects removing takes > 1 minute. It's very long. ...
0
votes
1answer
27 views

Which postgres data type should I use for large XML message come from network?

I have incoming xml which is potentially as big as 5M and I need to store it it with postgres 9.1. Which data type should I use ? bytea character varying text or something else ? BTW The xml ...
1
vote
1answer
32 views

Pull data from multiple records into one row

I want to pull out the data from multiple records and insert them into different fields of a single record in another table. The work I am doing requires me to pull the cw_cat_total field(which is the ...
0
votes
1answer
12 views

Place Play Framework 2.1 database evolutions in sub project?

I have a Play Framework 2.1 application, and the database code is located in a sub project — in case I want to support more than one kind of backend in the future, e.g. a file based database or ...
0
votes
1answer
26 views

What kind of database connection strategy should i use for a social networking site

i am planning on building a social networking site. I went through stack overflow for finding an answer database connections for social networking site. But it wasn't satisfying. I need to know what ...
0
votes
1answer
25 views

inserting data into new table from union of two tables

I have a following query that unions two tables Table1 and Table 2 ResultSet res = st.executeQuery(" select user_id, movie_Id, movie_name, user_name, rating, genre from Table1 union all select ...
0
votes
0answers
29 views

Creating new Database in Oracle 10g XE

Problem with creating new Database in Oracle Express Edition. Platform: Ubuntu 12 Oracle : 10g Express edition I am trying to create a new database in oracle and I took the help of Oracle Docs to ...
0
votes
1answer
48 views

yii how to connect two options

I have two fields, the first one is called customer name and the other one is called customer id. How can I do to reach such effect, when I enter the customer name in the first textfield, the second ...
0
votes
2answers
30 views

Utilising minimal MySQL queries when building a database-driven user system

I'm building a user system for my site using PHP and MySQL as the datastore, I don't particularly want to run a MySQL query every time a user logs in so I'm thinking about using some sort of caching ...
1
vote
0answers
21 views

Database size not reduced after compressing tables [migrated]

In MS SQL Server 2008 R2 I use table compression. My table size reduced from 1770 MB to 250 MB , but the database size was not reduced. Why?
0
votes
2answers
48 views

one php page with different contents and urls [closed]

I have an xml database where are stocked several blog posts. xml example: <element id="12" size="square" category="portfolio"> <tag tag="printer printing 3d apple iphone 5 bumper ...
0
votes
1answer
35 views

Is a primary key required? (6NF implementation)

Is a primary key required in the 6NF relvar tables of a 5NF relation. Consider the following setup: -- The 5NF table CREATE TABLE party_address( address_id int NOT NULL, party_id int NOT ...
0
votes
4answers
40 views

querying a database with an arraylist

I want to query a database using an arraylist value. It should return a value from the database the same as one of my arraylist element if it exists. I am trying something like this, but it is not ...
0
votes
1answer
44 views

passing the selected item to jsp

I'm trying to get the selected item from a drop down list (in the same jsp page) and pass it to the WHERE statement in my query but i'm unable to do it successfully, how can I pass the selected item ...
0
votes
1answer
20 views

How to restore database tables from MySQL Database

hi everybody i'm new to Ruby on Rails... I created a Rails Application for that i created a database called 'cart' in MySQL database by using rake command. but unfortunately my database got crashed. ...
-4
votes
1answer
30 views

Trying to pull one value from mySQL table and assign it to a PHP variable [closed]

I have a mySQL database with a table that looks like this: id | username |email On another part of the site, I have a form where a user fills in their details and they get submitted to the database. ...
0
votes
0answers
14 views

PHP Singleton Database WHERE Query doesn't work

Hi I wan't to use a select where query by using the singleton database class. But It only returns all the records of my table bugs. I wan't to select only the bug records from a specific user ...
0
votes
2answers
47 views

Get column name dynamically by Specific row value

I am struck at writing a query.i searched and didn't find any solution to this. Here i want to show the column name based on some specific value For Instance , My table is like. id | fruits ...
1
vote
3answers
36 views

3nf functional dependency in wiki's example

I read the wiki about the 3nf https://en.wikipedia.org/wiki/Third_normal_form it is the example that wiki give Tournament Winners Tournament Year Winner Winner Date of ...
-6
votes
0answers
36 views

my wamp database cannot work [closed]

i got crash my wamp db today, i used the wampp 2.2, but something got wrong when i try to run the wamp mysql server. i afradi that this DB have been corrupted. so if anyone can help me, i will be very ...
0
votes
1answer
15 views

Zend DB Union Error

I have two query: $select1 = $this->select() ->from(array('o'=>'table1'), array('*', 'o.field2 AS shared')) ->where('field4= ?', $input); $select2 = $this->select() ...
-3
votes
3answers
37 views

PHP - How to sort Array from MySQL database

I am retrieving data from a MySQL database with mysqli. I am retrieving rows from the data base, the database has a name and a number for that name and I need the name with the highest number to be ...
1
vote
1answer
56 views

Inserting records with Nested ClientDataSet with autoincrementing link

I'm teaching myself Delphi database programming using a MySQL database. I'm trying to add a record from a nested ClientDataSet with the link between master and detail tables an autoincrement field in ...

1 2 3 4 5 1108