| Thread | Last Post | Replies |
|
| can not connect to local sql server 2005 express through jdbc | 30 Dec 2005 05:32 GMT | 1 |
I was not able to connect to local sql server 2005 express database through the ms jdbc driver, my local sql server 2005 server name is: DENLAP0059987\SQLEXPRESS, my java code is following:
|
| Arrays | 29 Dec 2005 16:22 GMT | 1 |
I would like to pass array ( like java.sql.Array) parameters to my SELECT query. I have found syntax for T-SQL : declare @test table( id varchar(50));
|
| No data in Sql 2005 tehre is data in sql 2000 | 29 Dec 2005 13:16 GMT | 7 |
I developed a windows application that connects to Sql server 2000, using windows authentication and it works, able to retrive and other data process. But when I used it on Sql Server 2005 Express, it was unable to retrive data. What is wrong with it? How can I fixed this?
|
| Can't connect from ASP app | 28 Dec 2005 20:18 GMT | 2 |
I am experiencing wierd problem: My SQL server is on one PC, and the (Classic) ASP web application is on another PC (let's call it AppPC). The code in ASP is trying to connect to the MSSQL server, using standard OLEDB connection string:
|
| SQL Server 2005 and SQLDMO | 27 Dec 2005 13:37 GMT | 2 |
I connect to SQL server using SQLDMO to update the database and make many Other tasks. I installed SqlServer2005 on a test server and I got an error using the connect method of SQLDMO. Is SQL Server 2005 is 100% compatible with old SQLDMO?
|
| Setting up Ms Access Linked Server | 27 Dec 2005 12:26 GMT | 1 |
Anyone can tell me on how to set up a linked server from MsSQL 2000 to Ms Access XP ? My Access MDB is a password protected database but doesn't use Workgoup Security.
|
| SQLDriverConnect error | 26 Dec 2005 22:57 GMT | 2 |
ls, We run MSSQL 2000 on a W2K3 machine. There is an accounting software (Exact Globe) that access its data by means of SQL. For some reason I can only connect to the SQL server as ADMINISTRATOR. Though I created a group, put
|
| connection to another server | 24 Dec 2005 20:02 GMT | 3 |
I'm working with query anlyser. Is there a way with code to transfare to another server?
|
| best Java driver for SQL | 23 Dec 2005 12:38 GMT | 2 |
Whats the best Java driver for SQL Server ? There are so many out there and want to hear from you on whats the best ? Thanks
|
| connections remote SQLExpress | 23 Dec 2005 05:30 GMT | 2 |
how I can connect remotely to SQLExpress?.. I have enabled TCP/IP, but it does not work. error: ....
|
| TCP Connectivity Issue | 22 Dec 2005 16:00 GMT | 6 |
Sql 2k enterprise on Win2k3 Advanced (both at SP4). Large network, 1 Parent Domain, 20+ child domains. (2000 Native). Having intermittent trusted security issues with a couple of the child domains.. When users try to connect to SQL server they get error:
|
| JDBC Meta Data getImportedKeys returns restrict not no action | 22 Dec 2005 13:16 GMT | 2 |
We are trying to find out about the imported keys from an SQL 2000 database's table. However according to the DatabaseMetaData class the constant field value for importedKeyNoAction = 3 and for importedKeyRestrict =1. when the foreign key which we create has update and delete ...
|
| JDBC DatabaseMetaData getIndexInfo() returning null values | 22 Dec 2005 13:12 GMT | 2 |
Using the DatabaseMetaData class’s method getIndexInfo seems to be returning some strange information for the first result set object. For example after createing a database with one table and one index, then connecting to it, getting the meta data and calling getIndexInfo() I ...
|
| Login time out | 21 Dec 2005 13:47 GMT | 5 |
Hello together, I've got the following: SQL Server 2005 Express & SQL Server 2000 The sql server 2000 has got a database with some tables, which I want to show as view (readonly) in the sql server 2005 express.
|
| SQL 2000 server + windows xp client | 20 Dec 2005 00:40 GMT | 1 |
2 servers SERVERA & SERVERB, are both SQL 2000 SP3a on Windows 2003 server. Named instances. Use tcp and named pipes. Everything worked fine when my desktop was Windows 2000 before. I upgraded my desktop to Windows xp sp2 last week and then i started to get
|