Questions tagged [database-connectivity]
96 questions
-1
votes
1 answer
Error creating SQL Model Connection connection to Oracle 11g database
I am trying to generate entity classes from oracle 11g database tables using JPA project in STS 4 IDE
I am setting following properties for database connection
jdbcurl = "jdbc:oracle:thin:@localhost:1521:dummy"
user= dummy
password = dummy…

shreeramaute
- 362
- 3
- 14
-1
votes
1 answer
DataBase connectivity in wordpress
In WordPress how to store the data submitted from a form to a database through php file? I used many plugins but still can't find the solution

Krishee
- 9
- 1
-1
votes
1 answer
unable to access neo4j and node.js from android phone on server with global ip (non local host or non 192.168.X.X)?
i want to connect to my server running on global ip '117.195.72.170' port 6060 from other than local network ie over internet. I am running my app on android phone and the server has node.JS (port 9090)server and Neo4j (port 7474 ) Database. please…
-1
votes
1 answer
after getting date from java in date format how to compare it with the input date in java netbeans
After getting date from MYSQL through results in java in date format how to compare it with the date taken as string from a jtextbox in java netbeans ?

Biplav
- 1
- 1
-2
votes
1 answer
Update/Edit entered data from database - servlet
I have prepared a form for inserting, viewing and deleting data
and now I want to add option to edit that data but either I am following wrong way to do it or I dont know how to do that.
So can any one help me proceeding to edit the entered data ??…

Raman
- 1
- 2
- 3
- 5
-2
votes
3 answers
PHP MySQL form submission error
I need help with this simple PHP/MySQL Form Submission.Following is the code and error i'm getting. Everything's fine with PHP Script. It seems Mysql database connection is giving me problems.
mysql_connect("localhost","root","admin");//database…

user2306388
- 11
- 1
- 4