| Thread | Last Post | Replies |
|
| sp_addlinkedserver(Use the Microsoft OLE DB Provider for DB2) | 26 Sep 2004 04:36 GMT | 1 |
I want to create a link between SQL Server and DB2(IBM AS400). I'v used those paramters: EXEC sp_addlinkedserver @server='DB2',
|
| Advantages OLEDB vs ODBC | 25 Sep 2004 13:01 GMT | 1 |
Could you give me a list of advantages using OLEDB in stead of ODBC? Is there an idea of getting good informations how to handle OLEDB? My problem is by using ODBC for a WebApplication the system often is blocked. I hope the system gets
|
| Unhandled token type: COLINFO | 24 Sep 2004 16:29 GMT | 3 |
I'm running ms sql server 2000 with service pack 3 and jdbc driver (service pack 3 too). But i still encounter this error: [Microsoft][SQL Server 2000 Driver for JDBC] Unhandled token type: COLINFO
|
| #DELETED displayed in all cells | 24 Sep 2004 04:18 GMT | 1 |
I have a SQL 2000 database and I'm using Access 2003 to gain access to the tables. All cells contain #Deleted. What am I doing wrong? TIA
|
| SQL Server client versions | 23 Sep 2004 14:45 GMT | 3 |
I am currently porting some software to support SQL Server. The software will act as a client and I'm having no problem with that. My problem is that I currently build and test my application
|
| detecting a dead connection | 23 Sep 2004 01:00 GMT | 5 |
Hi all - I need a way to detect a dead connection. I realize there has been a problem with SQL_ATTR_CONNECTION_DEAD , so I use
|
| SQL Server and Windows XP SP2 - problems recognizing user in trusted connection | 22 Sep 2004 11:25 GMT | 5 |
I have SQL Server 2000 SP3a installed on Windows 2003 server. Client is Windows XP machine. Up to today I have no problems connecting to SQL Server - my Windows ID is assigned as SQL administrator. This morning I installed Windows XP SP2. I logged in to windowx XP using my
|
| Message: SQL Server does not exist or access denied. | 22 Sep 2004 09:25 GMT | 1 |
Receiving the following error: Message: SQL Server does not exist or access denied. Source: .Net SqlClient Data Provider at System.Data.SqlClient.ConnectionPool.GetConnection
|
| AS400 ODBC connection | 22 Sep 2004 00:21 GMT | 1 |
I was able to successfully create a linked server to AS400 box without any problem. But now, due to some reason the following query does not return any data (0 rows) Select * from openQuery(CWBIS800, 'select * from lib.tb where cmln =
|
| Slow connection from Windows 2003 application server to SQL Server | 21 Sep 2004 21:16 GMT | 1 |
We have the following problem: Separate application server and database server. Both Windows 2003. On both MSDTC 2.8 installed. Bith in same domain. Both in same network segment.
|
| SQL Server SP3a via JDBC SP2 | 21 Sep 2004 19:01 GMT | 3 |
I have a java program that run on SQL Server 8.00.760 and original JDBC drive is no problem, but after apply the SQL Server SP3a 8.00.818, when execute a long sql script will got error (Invalid buffer received from client.. Error:
|
| Writing Dates to MS Access | 21 Sep 2004 17:29 GMT | 1 |
I have a relatively simple application that is for my own use (not distributed on an enterprise-wide basis). As I don't have an IT staff, I'm using a rudimentary Java front-end (v1.3.1) and a Microsoft Access backend.
|
| SQL Server Error: 18452 | 21 Sep 2004 14:34 GMT | 2 |
hi, i am having a difficult time trying to connect to my SQL server with the odbc drivers. i have it set to named pipes right now and when i try to switch back to tcp/ip, i come up with the above error, and says user 'null'. not
|
| 2003 server connecting to SQL Server | 21 Sep 2004 13:05 GMT | 1 |
I am connecting to a SQL Server database from ASP pages. The web site and SQL Server are on two different machines. The web server is running 2000 server. Everything works fine.
|
| Use a Trusted Connection With OPENROWSET? | 21 Sep 2004 09:25 GMT | 1 |
Has anybody, anywhere figured out a way to use a trusted connection (Windows authentication) with OPENROWSET? The first two queries below used to work just fine because they use SQL authentication. The four queries after that are various sad, sad (and unworking) attempts I've made ...
|