Click here to Skip to main content
15,888,733 members
Home / Discussions / Database
   

Database

 
QuestionWhat will be the connection string --- Please read the entire question first Pin
Biplob Singha Shee11-Jul-13 3:04
Biplob Singha Shee11-Jul-13 3:04 
AnswerRe: What will be the connection string --- Please read the entire question first Pin
Eddy Vluggen11-Jul-13 5:02
professionalEddy Vluggen11-Jul-13 5:02 
AnswerRe: What will be the connection string --- Please read the entire question first Pin
jschell11-Jul-13 9:08
jschell11-Jul-13 9:08 
Open a command window on the CLIENT machine - NOT the database machine.

Verify that you have telnet.
Run telnet use the following command.
telnet 192.168.0.11 1234


There are two results to the above. First it succeeds which means it presents a blank screen (command window) or it returns an error message either quickly or after a couple of minutes.


Note carefully unless the above succeeds NOTHING you do with a connection string will EVER succeed at working.

If the above fails then you must look to something besides your application for a solution. Some POSSIBLE but not a complete list are the following
- The database is not set up to accept remote connections.
- The database is using a different port.
- The host name\ip address is wrong.
- there is a firewall that is preventing the connection.
- There is no possible network path from the client machine to the database machine.
QuestionConnection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 0:53
Biplob Singha Shee11-Jul-13 0:53 
AnswerRe: Connection String of a MySql Database from another computer via LAN Pin
Garth J Lancaster11-Jul-13 1:13
professionalGarth J Lancaster11-Jul-13 1:13 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 1:29
Biplob Singha Shee11-Jul-13 1:29 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Garth J Lancaster11-Jul-13 1:44
professionalGarth J Lancaster11-Jul-13 1:44 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 1:51
Biplob Singha Shee11-Jul-13 1:51 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Garth J Lancaster11-Jul-13 1:55
professionalGarth J Lancaster11-Jul-13 1:55 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 2:01
Biplob Singha Shee11-Jul-13 2:01 
Questiondatabase Pin
Member 1015018110-Jul-13 18:13
Member 1015018110-Jul-13 18:13 
AnswerRe: database Pin
Mycroft Holmes10-Jul-13 18:25
professionalMycroft Holmes10-Jul-13 18:25 
AnswerRe: database Pin
RedDk12-Jul-13 11:40
RedDk12-Jul-13 11:40 
AnswerRe: database Pin
berrymaria16-Jul-13 16:33
berrymaria16-Jul-13 16:33 
QuestionSSDT Install fail Pin
dharmaa.m10-Jul-13 2:41
dharmaa.m10-Jul-13 2:41 
QuestionKeeping Production DB Up To Date Pin
Kevin Marois9-Jul-13 12:55
professionalKevin Marois9-Jul-13 12:55 
AnswerRe: Keeping Production DB Up To Date Pin
Garth J Lancaster9-Jul-13 13:25
professionalGarth J Lancaster9-Jul-13 13:25 
GeneralRe: Keeping Production DB Up To Date Pin
Kevin Marois9-Jul-13 13:32
professionalKevin Marois9-Jul-13 13:32 
AnswerRe: Keeping Production DB Up To Date Pin
Mycroft Holmes9-Jul-13 16:11
professionalMycroft Holmes9-Jul-13 16:11 
GeneralRe: Keeping Production DB Up To Date Pin
Garth J Lancaster9-Jul-13 22:32
professionalGarth J Lancaster9-Jul-13 22:32 
GeneralRe: Keeping Production DB Up To Date Pin
Mycroft Holmes9-Jul-13 22:42
professionalMycroft Holmes9-Jul-13 22:42 
GeneralRe: Keeping Production DB Up To Date Pin
Garth J Lancaster10-Jul-13 0:19
professionalGarth J Lancaster10-Jul-13 0:19 
GeneralRe: Keeping Production DB Up To Date Pin
Mycroft Holmes10-Jul-13 1:08
professionalMycroft Holmes10-Jul-13 1:08 
AnswerRe: Keeping Production DB Up To Date Pin
jschell10-Jul-13 8:49
jschell10-Jul-13 8:49 
QuestionCopy database from one remote environment to development environment Pin
vkEE8-Jul-13 8:42
vkEE8-Jul-13 8:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.