Tagged Questions
-9
votes
1answer
52 views
Gettign warning in mysql_query and mysql_fetch_array [closed]
I have tried many times, but still cannot solve the problem.. wt can i do to display the data from database into a table?
Warning: mysql_query() expects parameter 1 to be string, resource given ...
0
votes
3answers
64 views
Splitting data into two tables
I want to create a table with this info:
ID bigint(20) PK AI
FID bigint(20) unique
points int(10) index
birthday date index
current_city varchar(175) index
current_country varchar(100) index
...
0
votes
0answers
52 views
sql best practices with large amount of data [migrated]
i'm building a solution and i have a question.
All my datas are currently stored in an unique table. Each data is associated with a type.
My question is, what's the best practice for defining a table ...
0
votes
0answers
26 views
Deleting 2 rows that have a same Value in a Parameter - SQL
i have a table that contain similar Values in the Column "Name" in different rows, i would like to delete the duplicate ones and keep one , i tried the while loop but it didn't work , any simple ...
0
votes
2answers
44 views
Approving information prior to storing in database?
I am developing a web-based iPhone app and possibly a PC friendly website version as well. The goal here to to allow users to submit a form where specific input values would be stored into a table in ...
0
votes
0answers
9 views
Magento module not creating database tables
I have an extension that works perfect in my Xampp on my local. But for some reason just doesn't work on my live site. I deleted every trace of it out of my files and database and tried a new install ...
0
votes
1answer
16 views
Error:Column count doesn't match value count at row 1 -MySQL
I am a beginner programmer and I have just started using MySQL - I am using a program called PHP MyAdmin to Create a table in a database. I want to enter in values and then have those values appear in ...
0
votes
2answers
44 views
create or replace table in oracle pl/sql
i need a script which creates table or if it already exist drops it, and when recreates table. After some research i have found out that CREATE OR REPLACE TABLE in pl/sql doesn`t exist. So i come up ...
-4
votes
1answer
31 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.
...
-1
votes
1answer
10 views
GUI interface: match Part to Suppliers
Working on auto-parts/suppliers database.
At some point of process user enters requested Parts into form.
And then he would like to see Suppliers, who might deliver these parts.
Which GUI design is ...
1
vote
1answer
34 views
SELECT from Union x 3 using filter of another table
Background
I have a web application which must remove entries from other tables, filtered through a selection of 'tielists' from table 1 -> item_table 1, table 2, table 3.... now basically my result ...
-1
votes
1answer
40 views
Call to a member function prepare() on a non-object? PDO? [closed]
Fatal error: Call to a member function prepare() on a non-object in /.../public_html/deals/includes/deal.php on line 7
I already created a database for deal and inserted all the tables with sample ...
-3
votes
2answers
36 views
Is it 1NF , 2NF or 3NF? [closed]
I am trying to create a Library management system using MySql Database. I have created 4 tables for this system. I know that it is in 1nf because there are no repeating values for Primary key table, ...
1
vote
1answer
40 views
Find and replace, looped through all tables in oracle DB
I am trying to loop through every table in an oracle DB, and find and replace a string value. I want to find all instances of a string value, replace it with another string value, for all entries in ...
1
vote
2answers
31 views
PHP Auto-highlight cell depending on data from database
Good day!
I am working on a PHP application and stumbled upon a problem on auto-highlighting.. I want to ask how to auto-highlight a cell of a table, whose data came from a database, after checking if ...
1
vote
1answer
36 views
May a 6NF Table contain a foreign key?
Does a table satisfy 6NF when it's domain is a foreign key? E.g.:
CREATE TABLE authors(
author_id serial NOT NULL PRIMARY KEY
);
-- other author attributes
CREATE TABLE books(
book_id ...
0
votes
1answer
13 views
Cloning a table MYSQL and adding a unique ID?
the code I have been using to clone a table is as follows:
CREATE TABLE new_table LIKE original_table;
INSERT INTO new_table SELECT * FROM original_table;
However, there is a problem that in the ...
1
vote
1answer
38 views
PHP get sum of SQL table (Know im close here)
I have MAMP (local hosted SQL,WEB etc server) the database name is :NKTDEBITS the table name is :Insurance and the column on the table is STATECOV I know im close with this but still get a black in ...
0
votes
2answers
33 views
Display database array lines whilst autoincrementing id per line
I wish to display the results of a database query in my view whilst giving each row a unique ID.
My model is:
function get_load_lines($ordernumber)
{
...
-1
votes
0answers
51 views
No New Tables In Database After Executed Sql Query [closed]
I am using Microsoft SQL Server 2008 Management Studio. I have been trying to create a database (containing tables etc) from a query file (Delivery.sql).
In the Object explorer I right-clicked ...
0
votes
1answer
31 views
How to get all the rows given a part of the row key in Hbase
I have the following table structure in Hbase:
Row column+cell
Mary_Ann_05/10/2013 column=cf:verified, timestamp=234454454,value=2,2013-02-12
Mary_Ann_06/10/2013 column=cf:verified, ...
0
votes
2answers
30 views
Is it possible to have the functionality of parametric stored procedures within .net?
What we currently do is this: We have raw data in a relational database (oracle) that we need to process and generate some reports. We use both stored procedures within the database and c#/.net ...
2
votes
3answers
30 views
Table with only ID and many junction tables
I am trying to design a database to be as scalable as possible, so I am testing the concept with a simple scenario.
Lets say I have a contact table. A contact typically have an address, phone ...
-1
votes
0answers
22 views
Media Database Design [closed]
So I feel like I may be asking a basic question here, but from what I have read so far I haven't come up with an answer that makes sense so I guess its time to ask. I am trying to design a database to ...
-3
votes
0answers
17 views
What problems could arise with datadase indexing? [closed]
So I have come up with only a few things that would be an issue when having indexes on tables.
The first would be that if too many indexes are created then it would make searching slow and ...
0
votes
1answer
16 views
Same database, same table, same query, but different where clause
I am a very basic user, so be easy on me. Here's my problem, I am trying to get a count of the same column, but with different clauses. I would like 2 queries from the same database/table joined ...
0
votes
0answers
27 views
Consider this conundrum: three dimensional databases
Say for example i have a database that contains users and each user contributes jokes.
The jokes are only accessed by the user so the information is stored with the user section of the database. Now, ...
0
votes
2answers
30 views
create new Table in ruby on rails
So I try to create a new table in rails. Every example I find and try sadly does not work with me...
so that's what I tried till now: (I use Ruby version 1.9 and Rails Version 3.2.13
making a new ...
0
votes
0answers
23 views
Need your help adapting a script for a calendar database please
I dont know much about the functions of MySQL so I wonder if anyone could help me create a simple script to populate a table with some dates for a calendar I'm making. Basically I found this on the ...
0
votes
1answer
30 views
Elements with common and separate properties in a database
I have a database with a table post, a user can submit many types of posts, and all these types share properties, and have properties of their own. For e.x: both video and standard posts have a ...
2
votes
4answers
67 views
What does the size of a SQL table depend on?
I mean SQL here can be any SQL like database such as SQL server, My SQL, SQLite, even MS Access. I want to know what the size of a table depends on, it depends on the actual rows in the table with a ...
-4
votes
1answer
54 views
Codeigniter - HTML Table Class [closed]
I want to select all images from my database (where i store my images path, not the image itself).
How can i use database with this class in order to successfully iterate over my images and display ...
0
votes
1answer
69 views
alter table add field then error whilst using it
I am trying to add a field to a table. If I create the table and then call a sp and add the field inside the sp. I cannot use the field in a where clause
run part one and part two together: no ...
-5
votes
1answer
51 views
insert data from file to table with seperator than put it into database [closed]
I have a text file in which it is written in this style there data:
Floran / Marielle
I would like to retrieve separated by ; and then store them in a database (SQL Server)
Facts for example table ...
0
votes
0answers
52 views
put the contents of file into an array with delimiter and store it in a database (php)
This code can read a file and put it into an array, but without a seperator. It does not insert it into database.
example : marck ; frauss
marck into firstname (varchar) and frauss into lastname ...
-2
votes
2answers
32 views
generate a query that show the times that questions get wrong
everyone, I got trouble understand how to generate this query
I have a table name countwronganswer
with columns of cwa_id, question_num
I wonder how can I generate a table with query that shows two ...
0
votes
1answer
44 views
Database project needs to create new tables, access old tables
I'm trying to visualize how this will be set up... I need my VB.NET application to read year 2013 values (Year, Employee, and Annual Performance Score) from a CSV file and write them to an Access DB. ...
-2
votes
0answers
54 views
SQL error “#1118 - row size too large” on the first row of the table only [closed]
I ran into a problem using a mySQL database. I have some columns as type text but when I try to enter data into the first row I get the error code "#1118 - Row size too large. The maximum row size for ...
1
vote
2answers
102 views
Comparing Tables in Delphi without SQL
I'm having problems while using Tables in a Paradox Data Base in Delphi.
I need to compare two tables and verify which fields are identical and which are different. At the end, both tables must ...
0
votes
4answers
21 views
update query showing exception
BOX_ID column is integer rest are varchar
sql="UPDATE TOYS SET ?=?,?=?,?=? WHERE NAME=? AND LICENSE=? AND BOX_ID=? ";
p_statement2=connection.prepareStatement(sql);
p_statement2.setString(1, "NAME");
...
0
votes
3answers
54 views
Simple guest list database design
A question for DB designers:
In a guest list for a party, we will have Hosts (those who organize and attend the party) and Guests (those who are just attending the party).
There are two types of ...
0
votes
1answer
69 views
Storing large tables of static data in Android
I'm writing an Android application that reads and presents data from legacy devices. The data consists of over 100 different 16-bit enumerations, each with thousands of possible values that represent ...
1
vote
1answer
23 views
SQL Sum Query Behaving Strangely?
I'm having an issue getting this sql query to work properly.
I have the following query
SELECT apps.*,
SUM(IF(adtracking.appId = apps.id AND adtracking.id = transactions.adTrackingId, ...
0
votes
0answers
13 views
Merge activation_code and password_reset_code into one column
I wanted to know why shouldn't I merge activation_code (after a user registers) and password_reset_code (after a user tries to reset his password) into one column.
I am asking this because those two ...
-5
votes
1answer
63 views
How Do Primary And Foreign Key Constraints Enforce Referential Integrity? [closed]
How are primary and foreign key constraints used in order to ensure referential integrity is kept?
0
votes
1answer
34 views
Hibernate column with list
I want to create a hibernate table which can store a list of values. I am doing something like:
@Column(name = "userHobbies")
@ElementCollection(targetClass = String.class)
@CollectionTable(schema = ...
1
vote
1answer
53 views
MYSQL - two tables in different databases
Ok, i need to check phone number to see if they match but the issue is, that one table is in database A and another is in database B
I am wondering is there away to do a search like this
update ...
0
votes
1answer
28 views
Change TableName in ADOTable on button click
I have a DataBase, made in MS Access, which contains 2 tables. Table #1 is displayed in DBGrid. I want table #2 to be displayed in DBGrid on button click.
Thought it would be smth like:
...
0
votes
2answers
85 views
SQLite: Export two tables in the same csv file
If I have two tables, say tabA and tabB, in my test.db which is an sqlite database, is it possible to export the data of both tables in a single myFile.csv?
I know how to export the tables ...
-6
votes
0answers
39 views
SQL syntax Count with Group by [closed]
I want ask how about SQL syntax, I need fast performer for this action, I have 3 entity let's say Person, Location and Topic. Each entity has relationship, so I created 6 tables:
Person (Column: ID, ...





