| Thread | Last Post | Replies |
|
| connect to remote sql server failed | 09 Nov 2006 16:15 GMT | 3 |
I couldn’t connect to the sql server instance (10.192.130.80\development2 and 10.192.130.80\development3) remotely on enterprise manager and query analyzer. The error is sql server does not exist or access denied. I setup well in the client network utility and put sever name and ...
|
| collation SQL_EBCDIC037_CP1_CS_AS | 09 Nov 2006 04:22 GMT | 7 |
I am running SQL Server 2005 and trying to connect to a DB with collation set to SQL_EBCDIC037_CP1_CS_AS. On connection (DriverManager.getConnection(url, userName, password); ) I am getting "Codepage 0 is not supported by the Java environment." I am on JVM build
|
| [DBNETLIB]ConnectionWrite (send()) error | 08 Nov 2006 21:28 GMT | 4 |
I've searched trying to find help for "[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite (send())", but couldn't find any solutions (and precious few leads). I think I've figured out the problem, and wanted to post it in case anyone else was looking also.
|
| Server does not exist or access denied. at System.Data.SqlClient. | 08 Nov 2006 03:47 GMT | 1 |
tthe full mssg is ::: A database-related exception occurred! System.Data.SqlClient.SqlException: SQL Server does not exist or access denied. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
|
| JDBC SQL2005 Read encripting fields problem | 07 Nov 2006 16:45 GMT | 2 |
Good morning, I am trying to read a field encrypted from SQL2005. My test code is this: String sql = ""; sql = "select usuario " +
|
| VIEW Problem [CROSS-POST] | 07 Nov 2006 16:07 GMT | 4 |
SQL Server 2000 I have a database, that when accessing a specific VIEW, i get the following errors: When doing a "Open View, Return All Rows"
|
| Connect via workgroup | 05 Nov 2006 23:13 GMT | 3 |
I am trying to connect to an SQL Server using a vb.net program. It works if I put it on the SQL Server computer, but will not connect over my local network that is set up as a workgroup. I get the following message: Login failed for user 'DELL4100\Guest'
|
| How to link tables using sp in SQL server2000 | 05 Nov 2006 20:23 GMT | 1 |
I am using SQL server2000, Can any one help me to link more than four tables. I am a new user in Sql. Can I use Short Procedure to link these tables.
|
| sqlserver connection | 05 Nov 2006 19:36 GMT | 1 |
how to use a sqlserver connection??
|
| Cannot connect to SQL Express on 2003 Machine from XP machine | 04 Nov 2006 04:24 GMT | 8 |
Can someone help me with a connection problem! I am trying to connect from an XP SP2 machine remotely to a SQL Express database on a 2003 server. Everytime I try to connect via Visual Web Developer, i get the
|
| Is ODBC right for me? | 03 Nov 2006 22:35 GMT | 6 |
I am a forum newbie - appreciate your patience. We are embarking on a new adventure to scale up an Access DB up to SQL Server. We are not going to use the upsizing wizardry, but have chosen to build native SQL tables instead.
|
| Connection Pool in SQLserver 2005 | 03 Nov 2006 18:00 GMT | 1 |
What is the performance cost of not using connection pool when connecting to a sqlserver 2005 using windows identity. We are planning an application where the users windows identity is forwarded through all layers all the way into the sqlserver.
|
| SQLConnect blocks COM calls? | 02 Nov 2006 05:35 GMT | 1 |
We have a multithreaded service (testing under XP SP2). One of it's threads connects to an ODBC database - currently MSDE 1.0 (SQL Server 7). While the SQLConnect call is operating, all COM calls within the
|
| TDS_RET_STATUS | 02 Nov 2006 02:41 GMT | 1 |
I wrote a Java program which connects to SQL Serve 2005 and used prepared statements. I got the following error: com.microsoft.sqlserver.jdbc.SQLServerException: No TDS_RET_STATUS was found for
|
| fastest way to recieve results? | 01 Nov 2006 14:08 GMT | 2 |
I want to call a stored proc. on SQL 2000 from VC 6.0. This stored proc can return 1-4 rows. After extensive reading and overwhelming myself with help files from MSDN 6.0, MDAC 2.8, SQL 2000 and hte platform SDK, I want to optimize my software performance. I want to do only one ...
|