| Thread | Last Post | Replies |
|
| Using Application Roles with an ODBC or OLE DB Connection. | 20 Apr 2005 19:29 GMT | 2 |
Does anyone know of an ODBC or OLEDB driver that supports the use of Application Roles? I am looking for one so that the Application Role information could be specified as part of the connection String and the calling app will not have
|
| Weblogic JDBC driver problem with multithread environement | 20 Apr 2005 17:30 GMT | 1 |
Hi, I encounter a problem with a Java application, during performance tests with many threads. With Weblogic 8.1 and a driver JDBC type 4, the DB is SQL Server 2000 An exception occured on a RestultSet.next().
|
| Unable to connect question | 20 Apr 2005 15:34 GMT | 3 |
I have a VB.NET application which connects to SQL Server using ADO. The problem I have is that I need the application to detect if SQL Server has not yet been installed on the local machine and if so give the user the option to run the MSDE installation.
|
| How to determine connection pool from SQL Server? | 19 Apr 2005 23:19 GMT | 3 |
I was going thru Enterprise Manager and can't see connection count, I can see User connected, but that doesn't give me an actual connection count. Is there a way to determine my connection pool count from Enterprise Manager and/or some other tool?
|
| Help!!! [Microsoft][ODBC SQL Server Driver]Timeout expired | 19 Apr 2005 13:47 GMT | 2 |
Hi all... Environment OS : Windows 2000 Advanced Server(SP4) SQL Server : Microsoft SQL Server 2000(SP3)
|
| Anonymous connection to a remote server | 19 Apr 2005 08:44 GMT | 3 |
I have a SQL server running on a Win2k Domain Controller set for Windows Authentication only. I have a Windows 2003 Web Edition server that is a member of the domain. When permissions are correct I can open and update databases on the server from the Web Edition server. I want to ...
|
| I need help with SELECT statement | 18 Apr 2005 16:33 GMT | 1 |
Hi, Could you help me modify the SELECT statement below that would accomplish my final goal. SELECT col1, col2 FROM table1 WHERE col3 < @V In col1 rows have many duplicates
|
| getting SQL query from Statement | 16 Apr 2005 08:17 GMT | 1 |
Is there any way to get a SQL query using Microsoft's implementation of JDBC interfaces/classes? I know using Oracle, I can type cast a Statement into an OracleStatement and it has a new method which returns the SQL query associated with that
|
| ODBC 4,099 byte record limit?? | 15 Apr 2005 21:35 GMT | 1 |
I'm connecting to an Access DB through ODBC on a windows server from a PHP page. The problem is the text retrieved from the select (nfo) is truncated at 4,099 bytes everytime.
|
| SQL 7 Clients against a SQL 2000 Server | 15 Apr 2005 21:05 GMT | 1 |
We have an application that uses the BDE from borland to connect to a SQL 7 server using TCP/IP. Becuase of changes in the SQL 2000 client driver that are incompatible with the BDE, we have not beeen able to upgrade to SQL 2000. We are considering upgrading the server and leaving ...
|
| Sleeping Processes After Connection Is Closed | 15 Apr 2005 18:03 GMT | 2 |
I've been searching the archives for the answer but I have found none, so I've decided to post. I've written a vb.net app that: 1. creates a SQLConnection object. 2. opens a connection via this object.
|
| I need help with SELECT statement | 15 Apr 2005 15:36 GMT | 1 |
Hi, Could you help me modify the SELECT statement below that would accomplish my final goal. SELECT col1, col2 FROM table1 WHERE col3 < @V In col1 rows have many duplicates
|
| Connecting to a local database | 15 Apr 2005 06:02 GMT | 2 |
My problem is I have an app that uses MSDE 2000. After the install, it asks for the name of the local database instance where you would like to install the app. It only gives me one option, 'localhost'. I can use an OLEDB provider to specify the actual server name but I ...
|
| MSDE sp3a & XP-sp2 | 15 Apr 2005 00:54 GMT | 2 |
My clients are reporting they cannot connect to the msde database using my application - generic failed to connect message. My software application installs the MSDE. Their computer is a brand new machine with XP-sp2 installed. The sp2 is not an upgrade. We have only
|
| Retrieving generated keys | 14 Apr 2005 17:30 GMT | 3 |
I have the following scenario: MyTable id number entity(1, 1) name nvarchar
|