database-connectivity Questions

34

Solved

I can't seem to connect to my database from a site. I get this error: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server I tried using the local IP address to connect ...
Lucielucien asked 30/3, 2012 at 14:56

35

Solved

I have Spring Boot web application. It's centered around RESTful approach. All configuration seems in place but for some reason MainController fails to handle request. It results in 404 error. How ...
Dineen asked 20/1, 2015 at 9:59

11

Solved

I need to develop a single routine that will be fired each 5 minutes to check if a list of SQL Servers (10 to 12) are up and running. Is there a way to simply "ping" a SQL Server from C# ...
Barrington asked 13/3, 2010 at 21:15

7

I am trying to connect MongoDB database with this code but when running it I get the error (see the error below after the code). The initial error was in the line where it was resolved by adding us...

2

Solved

I want to print a value that is returned by SQL Server. If NOT Exists(SELECT * FROM ItemList WHERE ItemName='txtItemNama') BEGIN INSERT INTO ItemList (ItemName) VALUES('txtItemNamea') END E...
Francisco asked 8/1, 2010 at 12:17

1

Solved

I've a servlet that checks username and password from database. @Override protected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { try { Clas...
Mismatch asked 18/5, 2011 at 11:49

3

Solved

How do I connect to an SQL Server remotely and administer my database objects? I need to connect to my database located on the web hosting company's server. I have the server name, IP address, my d...
Beaulahbeaulieu asked 28/9, 2008 at 6:53
1

© 2022 - 2025 — McMap. All rights reserved.