A database is an organized collection of data.
1
vote
2answers
44 views
Error :Not storing ID in DataBase
actually I am storing the three Values in Data Base,it successfully storing date, path but not storing the gallery id, here is my code I am using
<?php ob_start();
session_start();
...
0
votes
2answers
29 views
Website and Mobile Application Database Linking
I have an idea for a website that will require the use of a database to keep track of user accounts, and other things the user does on the website. I have experience with developing websites with ...
4
votes
2answers
93 views
Fast random row SQL on big table with where clause
I have this table,
person_id int(10) pk
points int(6) index
other columns not very important
I have this random function which is very fast on a table with 10M rows:
SELECT person_id
FROM ...
0
votes
0answers
33 views
array grouping data which comes from db model [closed]
I have a db model which returns daily company num_subs;
array(
'date' => '2013-04-23',
'comps' => array(
(int) 4 => array(
'name' => 'Comp1',
'total' => array(
...
3
votes
5answers
70 views
best practice to count record in MySQL + PHP [duplicate]
I want to check weather number of record > 15 for a condition.
What is best practice to speed up the query?
1)
$query="SELECT `id` FROM `table` WHERE `name`='$name' AND `usage` > '$limit'";
...
-1
votes
1answer
25 views
sql server lisiting table is not working properly when connect from java
I have executed select name from test1.sys.tables query in sqlcmd and got proper result.
But same query is not working in java-sql connection
querying from java lines.
String show_tbl_qry="select ...
0
votes
0answers
9 views
Application retirement and database archiving
I have a constantly developing application and i want to archive its DB. The DB tables structures constantly change.
My idea is to develop non changing core structures (tables) of production tables. ...
0
votes
2answers
15 views
Transfer data from remote server database into local database daily
I have access to (to-be-developed) web service that can return data from a remote database.
The consumer for the data is a Windows/.NET application that needs to insert that data into the local ...
1
vote
2answers
26 views
Drop temporary tables in a single session
How to drop the temporary tables in procedures for the same session.
Because I am facing a problem regarding temporary tables in Postgres Sql. If two procedures:
A() having a temporary table say ...
1
vote
5answers
56 views
How to store all data return by certain query in a table in a single string in SQL Server 2005/2008
Suppose I have two rows in my SQL Server table as below
Id Name Address
---------------------
1 Kamal Kathmandu
2 Rahul Pokhara
I want to store these two rows a single string like this, ...
2
votes
1answer
47 views
Include table name in column from select wildcard sql
Is it possible to include table name in the returned column if I use wildcard to select all columns from tables?
To explain it further. Suppose I want to join two tables and both tables have the ...
0
votes
1answer
20 views
Create a proxy between the client and a DB to minimize the risk
I am creating a simple desktop application that allows multiple users to work on the database in the special GUI (details are not important). However, there is a security risk that a user might misuse ...
0
votes
0answers
9 views
Reading .docm file with check boxes and feed the data in database
I have a .docm file which has some text fields and check boxes. I want to parse that file and feed the content of that file into database depending on which check boxes are checked and which are not.
...
0
votes
0answers
13 views
use same entity model from different DB in OData protocol
We want to expose in OData the same entities from different Databases.
We also would like to have an easy way to add a new DB with the same entities to the OData, without the need to re-compile the ...
0
votes
1answer
20 views
Ruby on Rails: Do not use database for specific environment
How can I disable the use of a database within a specific environment. I want an environment to purely serve images which does not require a database. A different environment will do the file ...
0
votes
2answers
24 views
how to make a foreign key a primary key in sql server
How do I make a foreign key as a primary key for my table?
I'm using SQL Server 2008 for my web application developed with VS 2012.
Currently, this is how my database is being designed. After ...
-1
votes
1answer
21 views
couting from mysql database in c#
I have a bit of a dilemma. I am trying to grab all of the products from the database that a customer may purchase. However, I have no idea how to write this in c#:
"Keep adding to my 'list' WHILE ...
-2
votes
0answers
15 views
How load data from sqlite database to ListView? [closed]
Im trying load data from SQLite data base to ListView. But shows error. Which way i can load?
1
vote
1answer
44 views
Database design strategy for large column tables
I am working on a project where I have to deal with large column table storing meter readings for power stations. Presently date is being stored in a table as below.
Table A
Date, Block No, Station ...
1
vote
1answer
28 views
exide not show any results on screen
I write this query in exist-db (Exide):
doc("/db/libros/prueba.xhtml")/html/body/p/a/@href
Find two results:
Found 2 in 0.003s
But the screen does not show any
Input document is:
<html>
...
0
votes
0answers
23 views
MS Access 2010 VBA Combobox
i am new to programming field for MS Access and VBScript.
I have a question that need help from here.
first of all i have 2 tables in my MS Access database.
1 is Web, 1 is Owner.
Relationship is 1 ...
1
vote
1answer
21 views
Adding time to rows with a specific timestamp in a database
I have a database table that includes a timestamp for each record. Everyday this database is updated by a cron that was set to run 1 minute before gmt midnight (23:59:00). We are changing the cron to ...
0
votes
0answers
31 views
Which database is good for storing media files(mp3) [closed]
I am working on a music player so i want to store all of my mp3 files on the database and finally doing searching insertion on database so now i want to ask about like which one(Berkeley,sqlite,mysql) ...
0
votes
1answer
28 views
Temporary Tables in Postgres Sql
I am facing a problem regarding global temporary tables in Postgres Sql. If two procedures:
A() having a temporary table say temp(id, name)
B() having a temporary table say temp(id, name, address)
...
-6
votes
0answers
14 views
What is the Steps for BI Project? [closed]
Can I know what is the step for BI project..
I have start with DATA Modeling after that what next !!!
Just now started my carrier in database so please help out
0
votes
0answers
25 views
MySQL Full-Text-Search (With Rank)
Hi i am currently struggling to implement a simple search feature for a blog like site. To simplified i have three tables
Table user (user_id, username, and so on...)
Table post (post_id, ...
0
votes
1answer
24 views
Grant permission from one user to another in Oracle
I want to know how to grant permission of all database objects a particular user has access to to another user.
To illustrate, there are four users in Oracle database: A, B, C, and D.
User A does ...
0
votes
0answers
11 views
External hashing bucket concept
According what i understood is hash function will give bucket number and each bucket has number of block address which that hash function calculate.
but this picture shows each bucket number mapped ...
0
votes
0answers
31 views
Is there any public benchmark of web frameworks by scalability?
For example, one could test how many simultaneous users a "Hello World" application from different frameworks can stand. This is the only benchmark I found and it does not test for scalability. Is ...
1
vote
3answers
37 views
How is PHP so high on this benchmark if it's said not to be as scalable as other frameworks?
http://www.techempower.com/benchmarks/#section=data-r5
This benchmark shows PHP consistently on the top 5 of several measurements. This contradicts the consensus that it does not scale as well as ...
-4
votes
0answers
21 views
External hashing in database [closed]
What is the concept behind external hashing?
According what i understood is hash function will give bucket number and each bucket has number of block address which that hash function calculate.
but ...
0
votes
2answers
26 views
Remote MySQL Server connection w/PHP
I need to connect to an external MySQL database and fetch some data. I have a few concerns about it:
Connecting to a remote server will increase the loading time of the page, I want that to be the ...
0
votes
1answer
22 views
Replicate a shared database on Cloudant
I'm trying to replicate the DB that was shared with me (owner/sharedDB) to my db (dybskiy/copyOfSharedDB) via Futon Replicator. I get the following error:
Replication failed: could not open ...
-1
votes
0answers
37 views
Variable not connecting to database [closed]
I wrote this code today but im getting this weird bug from it so at the start it tells you that your building level is 0 even though it says in database one. At this point you would think its a ...
0
votes
0answers
24 views
insert into Teradata using R JDBC
I am using R JDBC and teradataR to connect R to teradata. I would like to write a table using the function dbWriteTable, but am receiving this error
[Error 3932] [SQLState 25000] Only an ET or null ...
-2
votes
0answers
12 views
Is there a database of internet service providers and their deals? [closed]
I'm making a web app that will let you put in your zipcode and let you compare internet service providers in your area. I plan on listing all data possible, including price, download speed, rating, ...
-2
votes
1answer
34 views
Convert this date string to DATETIME or TIMESTAMP with PHP
I'm using the Beanstream Payment API, and the response comes back with the following date format:
5/21/2013 3:51:28 PM
What would be the best way to convert this in order to store it as a TIMESTAMP ...
1
vote
0answers
50 views
Database design decisions
I trying to create an efficient and scalable data model for an application that I am writing. I am coming to a common problem as far as the design goes, the example listed below exemplifies my problem ...
0
votes
0answers
12 views
ODBC connection in VBA on a mac (excel 2011) to a postgresql db
I have a vba script in excel on a windows box that connects using ADO to a postgresql db. I have to do the same on a mac. From reading the posts on SO, I've:
- downloaded an odbc driver (openlink) ...
0
votes
1answer
24 views
How do I receive an http request with a Node.js server and then pass that request along to another server?
There's a lot going on here so I'll simplify this into a pseudo example. Forget about security and whatnot for a minute here. The point is to understand the functionality.
Let's say I'm running a ...
0
votes
0answers
10 views
Managing Data Sets
I work in a small SAS shop that just merged with 3 similar shops, located in different states. We'd like to scale the business, and want to make our sets available for consumption (analysis) to all ...
1
vote
1answer
31 views
How to send the product data (from table) when “Add to Cart” is clicked to My cart page?
I'm working on a small 'Shopping Site' college project...I had created everything but stucked at one Problem.
There is a content part aligned center in my page where i have a table for Product ...
0
votes
3answers
43 views
Load distinct values from database into List<>
I made a Record POCO class with a foreign key to an Event (=sport discipline).
A record can be linked to 1 event but an event can have multiple records (world record, olympic record, etc..).
Now I ...
0
votes
1answer
43 views
How to achieve database abstraction/independence in NoSQL world
We are looking at using MongoDB as our database in our Java Server-side application.
In my earlier project we were using Hibernate to abstract the underlying SQL database, so that we could switch from ...
0
votes
0answers
66 views
Windows phone 8 Sqlite setup
I started setting up the windows phone 8 sqlite and everything worked out great. I installed the SQL for Windows phone extension. Then i proceeded on adding the solution (Sqlite.vcxproj). After that i ...
0
votes
0answers
11 views
Connecting MVS 2010 with oracle server
I am trying to connect to a database and I am getting this error
Ora-12504:TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
I am using visual studio 2010 and Oracle 11g
1
vote
3answers
40 views
Minimal database for ASP.NET MVC 3 user management / membership
I am new to ASP.NET MVC 3 and am dealing with database inherited by me from Visual Studio master. There are lots of stored procedures and user roles like aspnet_Membership_BasicAccess, ...
-2
votes
0answers
30 views
Pick up value of a spinner and search a database [closed]
I'm in the final stage of my application, I just need a method to catch a spinner and do a search on my database. Detail spinner populated with this ArrayAdapter in my MainActivity.
Another grab ...
-1
votes
0answers
12 views
Design decompotabilities and evolution [closed]
As the diagram shows, the company currently operates using two systems, one for loans and one for insurance sales.
The systems were originally completely independent, but at some time in the past, ...
0
votes
1answer
46 views
how to connect to database
I have managed to connect to a database using localhost using sqlexpress, so my connection string is correct, however I am hosted on 123-reg and cannot connect to the database I created on their ...





