I'm only trying to use the SQL Database service from Bluemix.
When I bind a service to an instance, the connection information is set in the environment variable, but can I use only the service directly without creating an instance?How can I know the connection information?
SQL Database can be connected from outside as well as from applications running on Bluemix.However, the only way to get the information needed for the connection is to bind to the instance and check the value of the environment variable VCAP_SERVICES.(I checked with Free beta, small plan)
In the case of dashDB, which is DBaaS of the same DB2, you can check the connection information from the dashboard without connecting to the instance.SQL Database may change like that in the future.
© 2024 OneMinuteCode. All rights reserved.