| Thread | Last Post | Replies |
|
| the thread is blocked when execute "getConnection" | 19 Jun 2006 10:20 GMT | 2 |
i have a application,in the application there are a web app on tomcat and a java app. the java app open and close connection very high frequency.when it is top level,if the web app try to open the connection at same time,the web app
|
| how to display 10 rows at a time when 1000's returned form sql query | 18 Jun 2006 18:03 GMT | 3 |
how to display 10 rows at a time when 1000's returned form sql query how to select the 20th-30th row in a where clause? e.g. select the 20th to 30th employee who name is 'bob' in tsql. i need this because my select often returns 1000s of rows and i want to display them in pages of ...
|
| Setting Up Training Domain | 17 Jun 2006 00:03 GMT | 1 |
I am trying to set up a training domain for a software product. I have clientel that come into our office from various locations to get trained up on the software that they have just purchased. I am wanting to be able to have a connection string that the trainees
|
| Windows Server 2003 vs. Windows 98 | 16 Jun 2006 19:17 GMT | 2 |
I am using MS SQL Server 2000 in a server with Windows Server 2000. Workstations with Windows XP and Windows 2000 do noy have problems to connect with, but the ones with Windows 98/second edition/last updates and service packs cannot do so, specificaly it is impossible to create ...
|
| NaN and SQL 2000 | 16 Jun 2006 18:28 GMT | 1 |
I'm tried to insert a double.NaN (C#) into a float column in SQL 2000 (8.0). When I check the " select count(*) ", it retuns the count of all the records i've tried to insert into the table until now. Right... But, when i try to " select * ", it returns all records, less that one i ...
|
| Where is my database? | 16 Jun 2006 15:45 GMT | 1 |
Dear friends I have written this code for create a database in my sql server express (for to be clear after this program I think to found program in my server where there is Master, ecc. Instead the program have create the file in: C:\Documents and Settings\Giuseppe\Impostazioni ...
|
| Connecting to wrong SQL Server | 16 Jun 2006 07:42 GMT | 2 |
I have a machine where I have installed Visual Studio 2005 including SQLExpress. I have also installed MSDE2000. They are both named instances: MyMachine\SQLExpress and MyMachine\S3MSDE. Locally everything works fine. But when I connect to MyMachine from an other machine with the ...
|
| Error with Glassfish? | 15 Jun 2006 19:57 GMT | 1 |
I can get this driver to work and retrieve live data through plain JDBC and through the NetBeans IDE. However, I can't get this to work with Glassfish milestone 7. I get the following exception. Anyone know what I can try?
|
| how to enable loggin? | 15 Jun 2006 09:52 GMT | 4 |
Hello, I tried to follow the instuction in the help page to enable logging, but seems nothing is logged to the console or any file. Do I miss anything? Enabling Tracing Programmatically Tracing can be enabled programmatically by creating a Logger object and
|
| Driver corrupts prepared statements in pool. | 14 Jun 2006 00:03 GMT | 1 |
/** * This test case demonstrates a bug in the Microsoft SQL Server 2005 JDBC driver. *
|
| weblogic.transaction.internal.JTATransactionImpl | 13 Jun 2006 20:15 GMT | 1 |
The performance of my server is very very slow since this morning, and the reason i have identified is as follows: 5 58316 Http Request: /ipm+/MSPIntegration/Client/mspwebinterface.jsp {weblogic.transaction.internal.JTATransactionImpl: name=[EJB
|
| MS JDBC driver for SQL 2005 with SUN Application Server PE | 13 Jun 2006 19:18 GMT | 2 |
Anyone succeeded to make a Sun Java Studio Creator project run on Sun Application Server PE with the MS JDBC driver for SQL 2005? The connection work in the IDE but when deployed the application does not connect.
|
| when is [hotfix for KB article 917054] going to release? | 13 Jun 2006 18:11 GMT | 4 |
we are now developing on sqlserver2005 with jdbc and now our product is going to release ,so I want to ask that when is [hotfix for KB article 917054] going to release? thank you !
|
| Enable SQL Server Remote Connections via Script | 13 Jun 2006 09:35 GMT | 1 |
I am connecting to my SQL server 2005 database using a remote connection. Can someone provide me with a SQL script which will enable connections via TCP/IP to the database? (i.e. I'd like to do the step of going to the configuration manager and enabling the TCP/IP protocol for the ...
|
| In ADO.NET how to tread a large NTEXT field in small chunks? e.g. my NTEXT field is many megabytes but i only wat 10k at a time? how to do this in ADO.net? | 10 Jun 2006 19:54 GMT | 1 |
In ADO.NET how to tread a large NTEXT field in small chunks? e.g. my NTEXT field is many megabytes but i only wat 10k at a time? how to do this in ADO.net?
|