A database is an organized collection of data.

learn more… | top users | synonyms (3)

0
votes
0answers
3 views

Connection refused with spring application

I followed https://help.ubuntu.com/community/MysqlPasswordReset tutorial to reset mysql password, and now when i try to run my application i am getting "Connection refused" exception. Jun 19, ...
0
votes
0answers
27 views

Information not being put into database

Here's what I have at the top of the page, gathering the information from the tables in the database: include_once '../assets/database.php'; $a = $_GET['a']; $username = $_SESSION['username']; ...
0
votes
0answers
10 views

How to handle overwriting vs. non-overwriting data when Inserting/Updating a row in a table?

I have a table in my database and I am working on an ETL program that will put data into that table. I need to be able to support two different modes. In non-overwrite mode, I'd like to be able to ...
0
votes
1answer
21 views

Maintaining a dynamic MySQL table with JavaScript

I have a MySQL table with 3 columns: MySQL db table +--+----+-------------+ |id|data|display_order| +--+----+-------------+ |0 |0 |2 | +--+----+-------------+ |1 |1 |1 | ...
3
votes
2answers
56 views

Is it wrong to have a database that can be interpreted in multiple ways

I am creating a program to keep track of the production of a movie/show. Here is a screenshot (it's hi res PNG, so if you can't see it clearly, open in new tab) You can have collaborators which are ...
-2
votes
0answers
13 views

what are the different types of relational DBMS

what are the different types of relational DBMS? is there such thing? i have searched and the answers are not correct. there were answers for DBMS but not relational DBMS..
1
vote
3answers
15 views

PHP - Issue update db field with add to existing value

I have db field say like this : For example, lets say we have table like this +--------------+ | some_table | +--------------+ | name | text | +--------------+ | a | b ...
0
votes
2answers
13 views

In Rails, how do I go over a db migration without executing it?

So I jumped onto this Rails project at work and I have my own copy of it running on my local devbox. I tried to run the tests to see what the results were but rake came back complaining that I had 5 ...
0
votes
2answers
32 views

MySQL query results not displaying

I'm trying really hard to figure out why information from a database won't show up. I think my query is failing, but I've talked to a few people and they don't know why it's not working. Here's my ...
1
vote
2answers
18 views

Store meta information as a simple Enum or in database?

I need to store a meta information - this information is really does not affect the system in anyway at all and really just informational purposes. For example - If I have several applications: ios ...
0
votes
1answer
20 views

Importing data from access into an open excel spreadsheet? (Excel VBA)

I am trying to make an application that has the feature to import data from access into excel. I am starting with a table named ""1301 Array"" before I give user control over which table. The problem ...
1
vote
0answers
10 views

Cycle in ER diagram: Bad design? BCNF?

I want to model linguistic syntax trees in my database. In my design, a syntax tree consists of inner nodes and terminal nodes; both types of nodes are weak entity types that are identified by the ...
0
votes
1answer
20 views

looking for advice on creating a wizard that asks questions based on previous answers

Not fishing for code because I want to build/maintain this myself. I have a need to ask a question. Based on the question's answer, I want to ask more questions and eventually submit the responses ...
0
votes
1answer
9 views

Record has multiple statuses that gets rechecked. Only want records that meet a certain criteria

I have a table like below Account number | Last Name | Status | date 111 doe acknowledged 04-11-2013 111 doe acknowledged 05-01-2013 ...
0
votes
0answers
4 views

Oracle Database performance issue on JBoss7

Guys i am actively working on migrating an application running on JBoss 5 to JBoss 7. After migration, I have noticed that the database calls took a huge performance hit. I was using ojdbc14 with a ...
-2
votes
0answers
48 views

Complex select query - sql server [closed]

I'm a novice of SQL, my question relates to the following tables: Comments id_comment|comment_product|comment_date|product_id|user_id 1 |Lorem 1 |2013/06/12 |1 |1 2 ...
0
votes
0answers
8 views

How to force Teradata parcer to understund the join

I would like your help for the next issue.It is a real problem,but i will present you like an example. I have a view which is composed as below viewa = sel * from ( calendar_dim inner join ( sel * ...
1
vote
1answer
28 views

Oracle database login

A database administrator has used to connect to oracle database on unix operating system by using the following: $ sqlplus sys/sysPass1@orcl as sysdba What are the big mistakes in the previous ...
0
votes
0answers
7 views

displaying data from a pre-populated database in a list android

im trying to displaying data from a pre-populated database in a listview but im having these errors 06-18 23:47:11.356: E/Trace(638): error opening trace file: No such file or directory (2) 06-18 ...
0
votes
0answers
2 views

InterSystems Caché - How to get access to Caché Studio?

I am a Caché admin so I have have all access to the system managment portal. I would like to use Caché studio but my login doesn't seem to be setup properly for that. I am new to Caché, only been ...
0
votes
1answer
17 views

warning :data truncated for column 'username' at row 1 when using database mysql with django

I am getting the above mentioned warning data truncated for column 'username' at row 1 I am getting this for my model "suserprofile" with "username" as my first listed field ...
0
votes
3answers
25 views

phpMyAdmin can't export database

I have a VPS machine and I installed phpMyAdmin and inserted the database in. But now when I want to make a backup and export the database, it says: Here is the error.log: ...
0
votes
0answers
14 views

Trying to cause DataGridView validation on DataTable cell insertion programmatically

I'm currently using a DataGridViewto store values that need to be validated then totaled into another cell of a DataGridView. For example: Adding the totals up of items needing to be shipped ...
0
votes
1answer
26 views

URL Looper Issue, Want to add value in to input value tag

I found this script on google and I want to make some changes in it. This is script search and finding all URL links from provided website - <?php function urlLooper($url){ ...
0
votes
0answers
5 views

Logging in Users in another table Devise

I am working with Devise in Rails 4. I have three different tables in my database. One is the overall User.rb that is generated by Devise. The Other two both belong to the table associated with ...
-2
votes
0answers
10 views

How to connect to Oracle 10g which is in server system in LAN using ODBC from client system [closed]

I want to connect to Oracle 10g which is present in server system using ODBC connection from client system. Please provide me steps.
1
vote
0answers
9 views

Relationship within a relationship in Access 2010 Web Database

I am trying to build a web database that I can run through Sharepoint. I read through the documentation for following the rules of web databases. I am running into trouble with relationships even ...
0
votes
1answer
11 views

Is there any way to reset mysql IDLE/Sleep connections?

I have a problem, my app have to open a lot of connections with MySQL and write data into it, but for after some time I'm getting more and more connections that are in idle/sleep state, and my app's ...
0
votes
0answers
7 views

Two-way replication between dissimilar database structures and types

Let me put this in a way that will hopefully make sense. I have a MySQL DB. I have a .mdb file which is used and primarily updated by third part software (lets call it App-X). The MySQL server runs a ...
0
votes
3answers
34 views

how to remove “ ---\n- ''\n- ” new line space saved in database in ruby on rails

I am trying to save multiples roles for user (like Student, Teacher) in db from drop-down. I am using "Select" control <%= f.select :role,["Teacher","Student"],{},{:multiple => true ,:required ...
1
vote
0answers
11 views

How to set permutation constraints on my database: wordpress members on a team

I am making a database that manages submissions for a class. I have the following schema assignment_url (assignmentURL, assignmentNUM) team_assignment (assignmentNUM, id) team_members ...
-7
votes
0answers
44 views

MySql and SQL Server [closed]

I need to use the following code in MySql: SELECT CONVERT(CHAR(19), DATE()) AS Example; SELECT CONVERT(CHAR(10), DATE(),110) AS Example; SELECT CONVERT(CHAR(11), DATE(),106) AS Example; SELECT ...
0
votes
1answer
25 views

(kdb+/Q language) Creating seperate table files from CSV import Parser(edited)

Before I get into my question, here is what is going on. I have a (big) csv file with some data. And I have a importer from code.kx.com using .Q.fsn ...
0
votes
1answer
14 views

Adding children dynamically to an expandable list view generates java.lang.NullPointerException at ExpandableListAdapter

I am trying to add records dynamically for a particular group ( say for the first) in my project. This is the code i came up with , which i insert while adding a record. so that when i add a record a ...
-2
votes
1answer
28 views

Creating a user database, JDBC [closed]

I'm creating a user database that has registered users, permissions(broker permissions, shareholder permissions, etc), loggedIn status, banned status, things like that. I'm wondering what kind of ...
0
votes
1answer
15 views

MySQL indexing on a non-primary-key column

I am running some MySQL queries on a pretty large table (not on Facebook scale, but around a million rows), and I am finding them very slow. The reason, I suspect, is that I am querying on an id ...
1
vote
0answers
11 views

Flex Database Select Statement doesnot respond

I am trying to retrieve data in flex database (AIR APPLICATION), below is code. everything is working properly except i am not able to retrieve data. ie.,when select statement is executed result ...
0
votes
2answers
30 views

Input String not in correct format (Format Exception not handled)

I am trying to parse the retried value from the database into double, long, or integer, but it throws a FormatException. I need your help. In this code, I am trying to retrieve hours from the ...
0
votes
0answers
15 views

Polymorphic has_one

I have user object, which can be two types: A or B, dependent of type, there are different fields. I created user model and table containing general info and tables user_A_data, and user_B_data with ...
1
vote
1answer
19 views

Force a constraint in primary key to have “@” in MS Access

How do make sure that the primary key has one "@" in the column "email" in MS Access database, so it does not save any data without one "@" and throw exception. I also have one column that saves ...
0
votes
0answers
25 views

MongoDB Database Design Upvote and Downvote

I have a collection of Posts and Users where users can upvote/downvote each post. I am trying to store the id of the posts that each user has voted on.(As suggested here storing upvotes/downvotes in ...
0
votes
0answers
12 views

ETL Performance Tuning Queries

Which is best either lookup or join ? Which will degrade the performance which is best and why that is best? Please give me some suggestions
0
votes
0answers
7 views

resize text depending on length of string (vba)

I have a template in word that is set up with bookmarks, and it pulls information from a database in to the template when the primary key for the table is called. The text box this bookmark is ...
0
votes
0answers
32 views

Android SQLite update method not working properly. Using Content Provider

I am trying to update just one column in a row and for some reason it continues to tell me the column does not exist. Content Provider @Override public int update(Uri uri, ContentValues values, ...
-1
votes
0answers
10 views

MVC Code Structure - calling model methods [closed]

I have a basic swing application that follows the MVC structure and a question that relates to the methods in the model and how I call them. Before I ask my question I will provide some background ...
-4
votes
0answers
50 views

Implementation of Pivot keyword in oracle [closed]

I was looking at the Pivot keyword in oracle How is the pivot keyword implemented in Oracle?
-1
votes
2answers
54 views

using javascript in java code? [closed]

function searchUsers(){ document.getElementById("searchResults").style.visibility="visible"; <% DBConnector db = new DBConnector(); db.getConnection(); ResultSet rs ...
-1
votes
0answers
16 views

Get data for rdlc from database where user id use select

I have a 3 Forms using LocalDatabase: DataKrm.cs ReportDataKrm.rdlc PrintDataKrm.cs and I have a data set Database1.DataSet.xsd at DataKrm.cs I have: DataGridView1 textBox1 to get your Name ...
1
vote
1answer
34 views

Undefined Index with PHP code

( ! ) SCREAM: Error suppression ignored for ( ! ) Notice: Undefined index: q_sold in C:\wamp\www\aaa\mup.php on line 93 Call Stack # Time Memory Function Location 1 ...
0
votes
1answer
24 views

Deleting mysql db syntax?

Im trying to tidy up my local dbs which are left over duplicates and dev dbs from past projects. To do it im viewing in Sequel pro, then im deleting them using the command DROP DATABASE ...

1 2 3 4 5 1145