Questions tagged [database-server]
68 questions
1
vote
3 answers
What are the drawbacks to a JSON server-side data storage file?
I'm looking for alternative data storage methods to SQL (That is to say, I do not want to use SQL, even for queries) and came across a few based on JSON. Talking with friends who do database work, they said I shouldn't consider these, but wouldn't…

Ky -
- 30,724
- 51
- 192
- 308
1
vote
3 answers
web.config connection string to different database server
I have two conn strings in my web.config
The second of them connects to external database - the database is on different server than the current website.
Is it possible?
How do I write my connection string?
I have this now:

nickornotto
- 1,946
- 4
- 36
- 68
1
vote
1 answer
JAAS DatabaseServerLoginModule rolesQuery does not return user roles
I'm using JAAS with JBoss as 7. The login module used is DatabaseServerLoginModule. Here is my configuration:
…

ahmehri
- 756
- 2
- 8
- 26
1
vote
1 answer
PostgreSQL installation as a user on Cygwin
I'm trying to install PostgreSQL on Cygwin as a user following the instructions given in the cygwin package installation:
cygrunsrv -S cygserver
initdb -D /usr/share/postgresql/data
pg_ctl start -D /usr/share/postgresql/data -l…

user1943079
- 511
- 6
- 20
1
vote
2 answers
how to setup web server,application server,db server on multiple vm?
I would like to do my study practice.
To install the multiservers seperating on multiple vm -web server in first vm ,app server in second and db server in the last vm .then,I will create my own webpage to test about accessing data in db .Each of vm…

Toni
- 1,149
- 2
- 9
- 7
1
vote
3 answers
How to keep a file open in PHP?
Possible Duplicate:
File resource persistence in PHP
If using fopen for opening a file, it will be closed and unset at the end of the PHP script even without fclose.
$fp = fopen('data.txt', 'w');
fwrite($fp, 'text');
fclose($fp);
Now if it is a…

Googlebot
- 15,159
- 44
- 133
- 229
1
vote
1 answer
Connect to Multiple SQL Anywhere 11 Servers With JDBC or ODBC
Here is my situation. I have an application (Mirth Connect) running on the same server as SQL Anywhere 11. There is also another server on the same network running SQL Anywhere 11. I need to connect to both of them. They are both using the same SQL…

Garrett Fletcher
- 13
- 1
- 3
0
votes
1 answer
Limit languages in Android/iOS for input text
Is there any way to limit the input text of edittext to english and hebrew only?
Since data is transferred to a server SQL DB, and I do not want to store other languages....
So is it a way to limit to specific language input?
Or maybe there is other…

user1136875
- 613
- 1
- 9
- 22
0
votes
1 answer
how to store data for access on android phone
I am creating an application that stores details for the user, but as there may be many different users over a wide area.
I am just wondering what would be the best way to store this information so that it can be easily obtained and changed by the…

Hip Hip Array
- 4,665
- 11
- 49
- 80
0
votes
1 answer
I'm building my first SQL server with Linux. Which would be the best distro for this machine?
It's basically a educational situation:
We've got a Intel Celeron 2.5Ghz / 512 MB RAM / >40GB Hard Drive.
We need to set up a basic SQL server for 5~15 LAN users with a >1GB database.
I can use debian, fedora, freeBSD, mandrake, opensuse, redhat,…

Johnny Bigoode
- 578
- 10
- 31
0
votes
1 answer
CGI open database
I require a cron job to open and export a table from my DB.
My web-host's control panel has a page for cron tasks. It requires a script to run.
I'm a .PHP & SQL guy, have never written a .CGI Script.
I would appreciate any guidance on this matter,…

GRY
- 724
- 3
- 14
- 33
0
votes
2 answers
connecting to a database server using fsockopen or socket functions and issuing commands
How do we connect to a database server using any programming language using socket functions.
I am thinking like the protocols. For example smtp, http, ftp, imap.
we connect to these ports and we issue comands (execute commands).
Like these is it…

Jayapal Chandran
- 10,600
- 14
- 66
- 91
0
votes
1 answer
How to publicly access an Azure Web API which needs to access an On-Premise DB (Via ExpressRoute)?
Hello Everyone!
As you can see in the image, that's essentially the architecture I'm planning but I'm having some doubts.
I need to create a publicly accessible API layer which also needs to access an On-Premise SQL database via Express Route.…

Liteniro007
- 35
- 5
0
votes
1 answer
Extract PDF File from DB server and show file into apex application
How can I retrieve pdf files from DB server to my Oracle application.
I have create directory in DB server and upload 2 pdf files there now I have to show these files into my oracle apex interactive report

manvika
- 1
0
votes
1 answer