Tagged Questions
-1
votes
0answers
79 views
Cannot establish connection to hsqldb server remotely [closed]
EDIT: I am trying to start the HSQLDB server from the java application on my local PC and get the BindException Cannot assign requested address: JVM_Bind. The server is to be run on the network ...
1
vote
0answers
269 views
How to connect to remote MySQL database from Windows Phone 8 application?
I'm developing application for windows phone 8 and I need to get user data from remote MySQL database. This database is also used by the web-application.
What is the solution for this problem? Where ...
0
votes
2answers
135 views
Can't connect to Remote-Server (MySQL) [closed]
A friend of mine created a MySQL-Database on his server. He has set up the MySQL-Database for remote access using %. Now, I signed into the MySQL-Database using his phpMyAdmin-Site on his server. I ...
0
votes
1answer
112 views
iCloud + CoreData + Different Accounts
I'm building an app where I would like Coredatabase to be available through multiple devices.
Is there a limit on number of devices can be linked to the same iCloud account
Is it possible to be ...
-6
votes
1answer
107 views
Display data in android application by using remote database(any) only? [closed]
i m new to android programming. I want to build one module of my application. The module displays the data in tabular format when clicked on a button. The data should be retrieved from remote database ...
0
votes
1answer
113 views
How to speed up the processing when using remote database shared server in an WinForms application? [closed]
I want to develop a Windows Form application for my website which uses a shared database server. The website works nicely and fast. But when I try to access the server from application, it is taking ...
0
votes
4answers
282 views
What would I need to do in order to connect to a central database with Android?
I'm about to build a GPS Spot Finder application with Android and I am trying to decide what requirements are feasible and what aren't. The app would enable users to essentially add different spots on ...
2
votes
1answer
170 views
Database for use with remote Excel users
My question is not a straightforward one but in simple terms I'm looking for suggestions on what kind of database to use with excel that can be easily accessed offline by remote users.
I am one of ...
0
votes
1answer
323 views
Advantages and Disadvantages of using DB2 Remote Load
What is the advantages and disadvantages of using DB2 Remote Load (load using a remote client) over DB2 Direct load (without using this CLIENT option)?
By using DB2 direct load also we can load ...
0
votes
1answer
58 views
DB upload in mysql - loses UTF characters
I'm frequently updating my db on the server, and I run the following line from the command line:
mysqldump -u root --password=mypass mydb|mysql -h mysite.cc -u remotusr --password=remotpsw remotdb
...
0
votes
2answers
445 views
mysql remotely connection issue
I installed MySQL on a linux system. I have running Debian. I can access mysql with local ip address through command on local system as well as remotly
./mysql -h 192.168.1.151 -u root -pabcd
. Now ...
0
votes
4answers
331 views
Can't connect to remote mysql db with rails
I'm having trouble connecting to a remote mysql db with mysql2 gem.
I get this error:
Host 'my_ip' is not allowed to connect to this MySQL server
My db.yml says:
remote_development:
adapter: ...
2
votes
2answers
14k views
Unable to connect to SQL Server instance remotely
I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local machine. It’s not working (the error I’m getting is:
“A network-related or instance-specific ...
0
votes
2answers
3k views
Host (iPage) does not allow remote access. So how can I reach/edit my database?
I have registered a domain in iPage.com.
But recently i learnt that they are not allowing remote access to database. i am coding my webpage in php5 kohana framework, so when i use ...
1
vote
4answers
717 views
Client to access and edit a MySQL database remotely
So I have been given the host, username, and login information for a MySQL Database. I need a client that I can use to log in to the Database remotely and create/update tables and edit all the data.
...
