| Thread | Last Post | Replies |
|
| How to configure SQL server 2005 driver for Websphere 6? | 23 May 2006 19:34 GMT | 1 |
Can someone post the instruction on how to configure SQL server 2005 driver on Websphere environment? One of the confusions is: which data source helper class should I use? Is "com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper" going to work with
|
| "Error establishing socket"? | 23 May 2006 06:52 GMT | 2 |
in my program ,there have a loop,i get a new connection when the program get in the loop every time. i use the code private static SQLServerDataSource ds= new SQLServerDataSource();
|
| SQL 2005 fails to enumerate tables for ProvideX Mass 200. | 23 May 2006 06:41 GMT | 3 |
I have multiple ODBC connections configured and they parse the tables correctly however inside any SQL 2005 application the tables are not listed. I can run queries against any table in ProvideX however. The tables are listed in SQL 7.0 and 2000.
|
| Connection String for SQL 2005 Express | 23 May 2006 03:22 GMT | 1 |
My C# app uses SQL Server 2005 Express edition. I store my connection string in a config file. My application will run on numerous machines and therefore the machine name will be different each time. What I would like is a generic connection string
|
| Application Performance | 23 May 2006 00:59 GMT | 3 |
I'm not sure if this is the best forum to post this in (if not, if somebody can suggest a good forum to post this question, I would appreciate it!) I have a client with an application setup as follows: (1) Web Server running Windows 2003 Standard Edition Server & IIS.
|
| Win XP slow, Win 98 fast | 22 May 2006 20:11 GMT | 2 |
We are using a third party app on Win XP SP 2 machines (3.0 Ghz, 1G RAM) that uses SQL Server 7.0 SP4 as the underlying database engine which is running on Win NT 4.0 SP6. All 8 of these XP machines run extremely slow when we use this app to read and especially when we write to ...
|
| Error reading a linked Excel spreadsheet | 22 May 2006 19:19 GMT | 3 |
This problem just started happening (though the process had been working without a problem for several months): SQL to create link: --if the link exists drop it
|
| Data conversion error | 22 May 2006 14:10 GMT | 3 |
I face the following error while using the Spanish SQL server 2000(withSP4) and JDBC driver(sp3) on spanish windows2k server machine. [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]La conversión del tipo de datos char a datetime produjo un valor datetime fuera de intervalo.
|
| connect to SQL 2005 fails | 21 May 2006 12:46 GMT | 7 |
We have a test SQL 2005 (Developer Edition) machine on Windows2003 SP1 Standard Edition. After the reboot to install MS patches Tuesday AM, it quit accepting any SQL Connections. Prior to the reboot it was accepting connections and working as we expected it to. I've worked ...
|
| SQL Express MDF file moved from 1 computer to another - auth failu | 21 May 2006 03:01 GMT | 5 |
I copied a project I am working on from one computer to another computer for work at home. I try to access the mdf file that I have for this project, and now it tells me that authentication has failed for my windows authentication on my system. I am trying to find out how I can ...
|
| SQL & C++ | 20 May 2006 04:31 GMT | 1 |
For some reason i want to use visual c++ 6.0 , and i need to connect to sql server! (most probably 2005) can this be done? if yes please provide me with a sample on how to connect (e.g. how to create connection, data adapter , data set.... , the whole deal)
|
| SQLFreeHandle Deadlock Issue? | 19 May 2006 02:50 GMT | 1 |
We have a 5-6 year old SQL ODBC wrapper DLL for ODBC 2.0 basically wrapping ODBC 2.0 functions to easier usage in our application. It works for many years, no complaints, no leaks reported etc. But now that I am revisiting it to add some new functionality to it, I am finding that
|
| Snapshot isolation with pooled connections | 18 May 2006 22:19 GMT | 1 |
Please let me know if it's possible to use snapshot isolation with the MS JDBC driver when connections are pooled using DBCP. I'm seeing some very strange behavior. The first time a connection is borrowed
|
| SQLBulkOperations | 18 May 2006 21:34 GMT | 1 |
Anyone know where you can find a VC++ wrapper for SQLBulkOperations; in particular Insert operations. Thanks
|
| nvarchar field error | 18 May 2006 06:33 GMT | 2 |
My application uses ODBC3 to connect to sql server.And in one table a field is of type nvarchar. When I fetch the data, there is problem with Arabic and Korean words but not with Chinese or Japanese. I have searched for the information but with no useful help.Did someone
|