Questions tagged [database-server]

68 questions
0
votes
1 answer

PostgreSQL installation as a user on Cygwin, database server setup

I'm trying to install PostgreSQL on Cygwin as a user and i'm getting stuck on the part where I have to create a database server, after i execute the pg_ctl command, it just prints "server starting" and runs in the foregorund indefinitely, here's a…
0
votes
2 answers

SQL timestamp on Update read in Java

I am writing a Client Server Application now when the Client sends a command to the Server the Record in the SQL Database is updated and On Update a Timestamp is set on a field. But now I want to read all the Users in the SQL Database that where…
alexj
  • 139
  • 1
  • 4
  • 15
0
votes
1 answer

Connecting to a database server

There is a database server at IP address 192.168.1.11. There are several databases on that server. It has authentication, like user : System and pass : 123123 . Now I want to connect to this server only, not any particular database, and then get a…
Abdur Rahim
  • 3,975
  • 14
  • 44
  • 83
0
votes
1 answer

Best Way To Efficiency Memory and CPU Usege

My application is simply copying table from local database to distributed database server. The data to be copied is quite big about thousand records, and finished the jobs for about 30s (not sure how long exactly it takes). This application is run…
Hendra
  • 43
  • 2
  • 10
0
votes
1 answer

How to handle multiple users access a web page at the same time without socket close in any users side

I have a problem where I have tried to login two or more web browser/same browsers with difference tab to the same web page, there will had an error said Io exception: Socket closed in either one side when refresh/login in the same time. Should I…
Jimmy428
  • 31
  • 1
  • 1
  • 7
-1
votes
2 answers

Could not install JAR error 7515

I followed the tutorial below in order to create a simple Java UDF for Teradata. Simple Java UDF The problem that i am facing is when i try to deploy the JAR to the database server . I am getting the following error:
apoellitsi
  • 249
  • 6
  • 21
-1
votes
4 answers

My PHP page is not working. It is completely blank

I am working on a site to share names of songs, and I have made a recommendation form that I include in every page. This recommendation form is in HTML and leads to a PHP action page, where the information received is added to a SQL table. Here is…
-2
votes
1 answer

Simple online database

I am not an expert in servers or databases, but I have the following question. I want to create a database online, containing basic data, that is needed for my app. I don't want to write to the database from the app at all, but read from it. Is…
richard b
  • 21
  • 4
1 2 3 4
5