A database is an organized collection of data.
-1
votes
2answers
39 views
how I can connect HTML to java to add values in database
I want to enter data in database entered from jsp file and dont know how to connect them. Can any one suggest me to connect both files and to add the data entered in jsp form ?
This is my jsp and ...
0
votes
2answers
24 views
Insert and Select at the same time in a stored procedure
I have the following stored procedure:
create procedure Insert_Maintenance
(
@PlateNo nvarchar(10),
@MaintenanceType nvarchar(150),
@Name nvarchar(300),
@MaintenanceDate date,
@Qty int,
...
-2
votes
1answer
28 views
How to create database backup, when DB not stored in Microsoft SQL Server?
I am building a C# application with SQL Server 2008 R2 database which is stored in the bin folder of my project. I use Linq to Sql method to create the database and attach it to my project.
The ...
-3
votes
1answer
39 views
How to convert this JSON string to Java Object by Gson? [closed]
Here is my json:
{"data":{"results":4,"returned":1,"errmsg":""},"products":[{"name":"aaa","region":"USA > ...
-2
votes
5answers
40 views
In SQL Server, How to join two table having different column name and different data row?
Suppose I have two tables T1 & T2. I want resulting output table as O1 with help of a SQL query
T1 {SName}
T2 {VName}
O1 {SName, VName}
0
votes
3answers
42 views
Populating a DropDown from SQL database in PHP
I'm fairly new to php and am attempting to get data from a SQL database in order to populate a couple drop downs. This is an excerpt, but I can post more if you'd like. I didn't include it all ...
0
votes
1answer
13 views
Why is LRU is not suitable for joining 2 relations in DBMS
In DBMS,Can please explain how LRU(Least Recently Used) Buffer Replacement Policy acts when joining 2 relations in a database. I have read that LRU is not efficient when joining two relations in a ...
0
votes
0answers
17 views
How to create a drop down box in Visual Studio C# (Windows Game 4.0) file?
Currently I am working on a kinect project and I am having difficulties as in Windows Game file, there are 4 sections: initialize, load content, update, and draw.
I know I should be using comboBox, ...
-3
votes
1answer
15 views
Inserting into 000webhost Database [closed]
I am doing android programming, and i need to send the latitude and longitude value to remote database.And I am planning to use webservices for that.000webhost.com is my free hosting and database ...
0
votes
0answers
37 views
Can't connect to mySQL database through PHP PDO
so basically I have my php page on in my sites directory in OSX, so it's in local host. I have mySQL running. But whenever I try to connect to my database I get errors. I have tried everything, ...
-2
votes
0answers
10 views
Database of image and icon
Does anyone have any database of image/icon to share?
I am looking for some images to put in app, but I just have two websites that I know .... and some item I cant find easily.
BTW, I am sharing the ...
0
votes
0answers
10 views
perform 2 way sync between online and offline databases
I'm building a webapp that has a mobile app companion. The mobile app can be used in offline mode.
What is the best way to keep the central database and the local database on the client apps in ...
0
votes
1answer
20 views
How to move data between 2 tables / with different columns in different databases with multiple values
INSERT INTO a2.cat (id, img) SELECT category_id, category_id FROM topshop.category;
all I need to insert plus values in the column img from the category_-id
INSERT INTO a2.cat (id, 'c'+img+'.jpg') ...
0
votes
0answers
14 views
Update another table with the newly created foreign key
Could somebody advise what code should be added in order to ensure that the created new id for a one table will be updated in the table from where the ID is used ( the id from table Appointments has ...
0
votes
1answer
26 views
Not able to get matching values from database
I have a database with two tables outdomain(domain) and uploaddata(username,domain). I have stored the values in them directly from a txt file. Now I want to select the matching data from the two ...
1
vote
1answer
48 views
Multiple users but storing data in same tables
Hi I am new to databases in general, so forgive my noob question below, but I really do need help.
I have designed a database with 4 tables. I have created an application in C# which will store some ...
0
votes
0answers
6 views
How to map relationship between two weak entities into Relational database
I have to design a Relation DB using E-R diagram.
But i stuck up in one scenario:
How to map into relational design if a weak entity(say Subject) is
dependent on another weak entity(say ...
0
votes
2answers
31 views
How to aggregate counts across two SQL tables?
I have two tables like this
Table 1: MedicineType
MedicineTypeID MedicineTypeName
TE001 | HIV
TE002 | AIDS
Table 2: MsMedicine
MedicineID MedicineTypeID MedicineName
ME001 | ...
0
votes
2answers
22 views
Where Hibernate Databases are stored?
Context: I'm working on Spring MVC project and using Hibernate to generate database from my classes using annotations. It uses MySQL server running on my local machine. I'm aiming to get hosting and ...
1
vote
5answers
39 views
Escaping special characters in sql ,c#
I'm working on a program that allows the user to select an MS Access table and then will export it to a .csv file in a particular destination. The problem is I'm getting an error when the selected ...
-1
votes
1answer
24 views
Android sending data to php function
I havnt been able to find a guide on how to submit data to a database from android through php.
say for instance i have the following site:
function insert($var1) {
// mysql inserting a new row
...
0
votes
0answers
16 views
Dynamic Data inside MongoDB
I'm making dynamic data storage, which it was in relational data base as:
form -> field
form -> form_data
field -> field_data
form_data -> filed_data
and field data contains field_id, form_data_id, ...
0
votes
0answers
12 views
Fetch database comments using hibernate
I need to fetch database comments from a postgresql using hibernate. I have read the documentation but could not find any hints on how to get the comments. Basically I am generating Pojos and would ...
0
votes
1answer
19 views
Can't read data from Firebase database with .once() function
I want to be able to read a piece of data from a Firebase database upon the onclick event of a button firing. From going through the documentation and such it seems the once() function is the way to ...
0
votes
2answers
28 views
MySQL query did not execute--returning that “colume1=MAX(colume1)” incorrect
I ran the below MySQL query through PHP, but it did not execute--returning that colume1=MAX(colume1) incorrect
What is wrong in the below query
select colume from table_name where ...
0
votes
1answer
33 views
Create and fille a Access Databse from native C++
Very beginning programmer here. Actually a hydrologist who has learned C++ to build and extend a urban-hydrology model.
The programmer I work with and myself just made the model fully ...
0
votes
2answers
34 views
Can we make a “forgot password” link expire after XX minutes WITHOUT altering our database?
We have a security-conscious client, and in their "forgot password" flow, an email gets sent out with a link to reset the password. Right now, that link never expires, opening a potential security ...
1
vote
0answers
23 views
Join two tables using id and descendants from tree like table
I have the following tables:
CREATE TABLE element
(
element_id serial NOT NULL,
local_id integer,
name varchar,
CONSTRAINT pk_element_id PRIMARY KEY (element_id),
CONSTRAINT fk_element_local_id ...
0
votes
2answers
37 views
Android Create a TextView for every string in my Sqlite DB
I am trying to display a new toast for every item in my cursor, how would I do this? I've searched SO, but can't find any relevant, useful answers. Here is my code, but it doesn't work:
...
1
vote
4answers
46 views
How to use csv files hierarchicaly as database?
I use csv files as database in seperate processes. I only store all data or read all data in my datagrid in singular relationship. Every field in every txt file is one and only number starting from ...
0
votes
0answers
7 views
Hazelcast configuration for distributed data structure
For distributing data structure i want to configure hazelcast. followed all the instructions mentioned in the documentation but still not able to configure it between two machines connected over ...
0
votes
1answer
34 views
Returning distinct email addresses of multiple users with duplicate emails
I have a database that has the following fields
Create table users
{
id int NOT NULL,
username varchar(255),
email varchar(255),
signup_date date,
PRIMARY KEY(id)
}
Create index user_index
On users ...
0
votes
1answer
12 views
Why won't SQL Server CE for WebMatrix 3 allow me to manually add a row to a table in my database?
I haven't had this problem until I first tried to manually add data to a database since my upgrade to WebMatrix 3, so I don't know if this is a bug or some kind of fault prevention.
I have defined a ...
0
votes
3answers
44 views
How to add date in sqlite database
I have sqlite database
private static final String DB_PROCESS_CREATE = "create table "
+ DB_TABLE_PROCESS + "(" + PROCESS_ID
+ " integer primary key autoincrement, "
+ ...
0
votes
1answer
39 views
Pro and Cons of opening multiple InputStream?
While coding the solution to the problem of downloading a huge dynamic zip with low RAM impact, an idea started besieging me, and led to this question, asked for pure curiosity / hunger of knowledge:
...
0
votes
0answers
14 views
IBM DB2 issue connecting to remote instance
I am using the Python ibm_db & idm_db_dbi module to connect to a DB2 instance.
dsn = "DRIVER={IBM DB2 ODBC DRIVER};DATABASE=%s;HOSTNAME=%s;PORT=%s;PROTOCOL=TCPIP;UID=%s;PWD=%s;"\
...
0
votes
0answers
8 views
blackberry webworks HTML5 Database path
on the blackberry webworks API reference for HTML5 Database
it says:
Note: A SD card is the required method of storage for databases for 5.x devices
and to create a database:
db = ...
1
vote
0answers
18 views
Flask Python Data Interchange with background tasks
I am attempting to make a web enabled security system using a raspberry pi Linux computer.
So far I have a flask application that allows viewing zone status and arming/disarming of the system.
I ...
0
votes
1answer
24 views
c# free nosql embedded database [closed]
I'm looking for some free NoSql c# embedded database solution. It would be perfect if such database supports functionality to construct on program startup from a file stored on the disk and then ...
0
votes
2answers
51 views
Multiple PHP MySQL Insertions
I can't think of an easy way to explain what I'm trying to accomplish..
Inserting data into MySQL using php is simple, yet I need to be able to give users the option to add more text inputs in one ...
0
votes
0answers
7 views
Berkeley DB: Retrieve key with a certain value
i'm using je Berkeley DB to manage my data and, as title says, i need some help to implement a method that let me to find all keys associated with a given value. I have already searched into javadocs ...
0
votes
0answers
26 views
selecting data stored in a table form mysql and displaying into new table
I don't understand how to get this done using PHP. Please have a look at the tables below and guide me.
the card has $ 8 credit
the tab A is already populated with data and stored in PHPmyadmin. ...
-4
votes
0answers
15 views
Multiple database connect in sqlite [closed]
Can I open and connect multiple sqlite databases in a single exe?
For Example (using C):
sqlite3_open16 (“db1.db”, db_1); // open first database in db1.db
sqlite3_open1
6 (“db2.db”, db_2); // ...
1
vote
3answers
21 views
How to add events to buttons of GridView in asp.net
I have a search page in asp.net, user searches a book and results are listed in a gridview. I added a button to the right of each gridview result column, and i want to add an event to these buttons, ...
1
vote
1answer
23 views
How to store images/files in a folder input through forms and save address to sql DB?
I am designing a web site for a client and have a gallery page. I need to make an upload image option through the admin panel. I heard that storing the image directly in the sql DB is not efficient.
...
-1
votes
1answer
19 views
how to save contact form details in my database? [closed]
whenever a user submit his details to contact form that details need to save on my own database. how is it possible .
contact form :
first name,last name, e-mail,phone,comment.
Thanks in advance.
0
votes
0answers
11 views
database modeling - tagging a user
Which is the database modeling for tagging a user? In my site I have comments, checkins etc
comments table is like
Id
user_id
object_id
caption
checkin table is like
id
user_id
place_id
how ...
0
votes
1answer
21 views
Creating registers from excel members database, if member is classed as 'current'
I'm new here so I apologise if this question has been answered before, but I did have a good search before I posted. This is half a database design question, and half an excel function / macro ...
1
vote
3answers
39 views
How to make a blank database for every registered user in ASP MVC4?
How to make a blank database for every registered user or it is already implemented in ASP MVC4? Will they have different databases? For example, in an application, which stores contacts, I would ...
0
votes
3answers
34 views
Usage of GROUP BY and MIN with HSQLDB
I need to execute a query for retrieving the item with the soonest expire date for each customer.
I have the following product table:
PRODUCT
|ID|NAME |EXPIRE_DATE|CUSTOMER_ID
1 |p1 |2013-12-31 ...






