| Thread | Last Post | Replies |
|
| Is Connection Pool management provided? | 28 Feb 2006 20:08 GMT | 4 |
It isn't clear to me. Does the new JDBC driver provide connection pool management? Thanks,
|
| Connection to SQL Server 2005 from Jboss 4.03 | 28 Feb 2006 19:57 GMT | 1 |
I am trying to setup a datasource in Jboss 4.03 with Sql server 2005 using the new Sql server 2005 jdbc driver. I have the following parameters in the mssql_ds.xml file: <connection-url>jdbc:sqlserver://localhost;databaseName=DIAMELLE;selectMethod=cursor</connection-url>
|
| Writing custom odbc driver. | 28 Feb 2006 19:35 GMT | 4 |
Hi I am trying to write a custom odbc driver for one of my application. The application is called data mediator which mediates between various datasources . I have already developed JDBC driver for this application.
|
| Client software | 28 Feb 2006 02:29 GMT | 1 |
I have several developers that want access to my SQL server and I was wondering instead of giving them Remote desktop access to access Enterprise manager. I am going to install the SQL client tools locally on their PC. My SQL server is behind a firewall, does anyone know what ...
|
| COnnecting via IP address | 26 Feb 2006 05:36 GMT | 2 |
When I try to connect via IP to a newly created Active Active cluster I have to add the port to the IP for it to work. An example is if my IP is 10.0.0.1 and I try to connect it times out. if I try 10.0.0.1,1433 then it works fine. Am I missing a setting somewhere to make this ...
|
| Newbie question | 25 Feb 2006 16:23 GMT | 2 |
Apolgies if this seems obvious. I am using Visual Studio and experimenting with SQL server databases. I can connect to Northwind and Pubs (the samples) and do simple selections on them. At work we have a personnel database which I am tesing at home. I
|
| Unable to Connect to Server | 25 Feb 2006 14:16 GMT | 2 |
Hope someone can help me! I have tried to connect to the SQL Server using both TCP/Ip and Named Pipes and each time it shows a error Message SQL Server Error 17. I ran the Server Network utility and enabled Named Pipes and TCP/IP, It shows that Multiprotocol is also
|
| Access Upsizing Wizard connection problem | 24 Feb 2006 21:27 GMT | 1 |
I'm trying to use the Upsizing Wizard on an Access database to SQL Server 2005. When I try to create the database I get a popup - Microsoft SQL Server Login - with the following information: Connection failed:
|
| progetto access sql ed exchange server | 23 Feb 2006 21:49 GMT | 5 |
Avrei bisogno di gestire un progetto access (database SQL) legato a delle attività e rubriche di Exhange Server. Non vorrei farlo con ODBC ma via codice. Qualche suggerimento?
|
| SQL Server 2000 Instance connectivity Issues | 23 Feb 2006 03:18 GMT | 1 |
Hello: I get the following error message when I try to do a ODBC connection: Connection Failed: SQL State: '01000' SQL server Error: 11001
|
| How to restart remote SQL service with OSQL? | 23 Feb 2006 03:12 GMT | 1 |
I'm writing am OSQL command to stop and start a remote Database. For the momente I use SHUTDOWN T-SQL command to stop the sevice: osql -U user -P pwd -S RemoteServer\MyInstance -q "shutdown" How do I restart the service?
|
| SQLServerException and Raiserror | 22 Feb 2006 18:12 GMT | 3 |
I am bit new to SQLServer JDBC drivers. We have a database trigger that raises a user defined exception using Raiserror. e.g. Raiserror( 'Trigger has failed because ...... When I get SQLServerException in my Java code, I can only access the server
|
| Network transactions not allowed | 22 Feb 2006 10:25 GMT | 8 |
I am trying to use the SQL Adapter in BizTalk 2004 against a SQL Server 2005. When trying to fire a stored procedure, I get the error you can see in http://www.eliasen.dk/biztalk/SQLSERVER2005ERROR.jpg Can anyone tell me what the cause of this can be? I have been to
|
| avoid an ODBC bug | 22 Feb 2006 09:27 GMT | 1 |
I have to manage a program what can copy data from MS Access to SQL server (2000 and 2005). I work with C++ and DAO 3.6. I have a bug from the SQL server ODBC driver : "Invalid locator
|
| have lost the ability to get in | 22 Feb 2006 00:24 GMT | 2 |
I never, ever cross-post, but I am desparate. This was placed in the sqlserver.server group earlier today. I installed SQL 2005 on a new machine last week. Created a database using scripts. Worked fine for a few days. It's not on my machine, but on a
|