| Thread | Last Post | Replies |
|
| jdbc & java 1.5? | 16 Nov 2005 00:12 GMT | 2 |
I'm using the SQL Server 2005 jdbc connector beta, sqljdbc_1.0.419.102_enu.tar.gz, because I read somewhere that it's necessary if you're using java 1.5. Is that true? If I can use the SQL Server 200 jdbc connector with java 1.5, where can I
|
| Error connecting to SQL Server 2005 Express from Access | 15 Nov 2005 19:15 GMT | 3 |
I am trying to connect to SQL Server 2005 Express from Access using a DSN-less connection string, but I keep encountering errors. What happens is that I have a login form with 2 text boxes for users to enter their username and password. When they have entered them, they click ...
|
| Linked Server: set up same on different servers, but different res | 15 Nov 2005 18:17 GMT | 3 |
We have a linked server set up the same on 2 servers, but a query from one server executes different on the remote database. A Query from one server executes quickly, while the other causes table scans on the remote server, per Profiler.
|
| Connecting to a MSDE server in Internet | 15 Nov 2005 16:21 GMT | 3 |
Hi !! I would like to connect to a SQL Server (MSDE edition) that's in Internet, using Enterprise Manager either Query Analizer. For these I've configured the client tool as:
|
| System.Data error '80131904' | 15 Nov 2005 16:21 GMT | 3 |
Have a .net assembly, strong named, on an IIS box running Win 2000 Advanced Server (box is in DMZ). Web site connects to a Sql Server box (not in DMZ). The legacy asp app has no problem connecting to Sql Server, but when the dll is invoked in the asp app, and it attempts to connect ...
|
| error message in application | 14 Nov 2005 21:41 GMT | 1 |
We updates the 2000 SQL Server to SP 4 and are getting the following error: Application error: cannot go remote while the sessions is enlisted in a distributed transaction that has an active savepoint source: microsoft OLE DB Provider for Sql Server
|
| Access 2003 and ADP AND sqlserver 2005 | 13 Nov 2005 13:51 GMT | 1 |
|
| c++ lib | 13 Nov 2005 13:46 GMT | 1 |
i am looking for c++ libs so that i may connect to sqlserver..(user does not have client sql installed) thanks
|
| how could i do for use datasource without JNDI. | 12 Nov 2005 05:51 GMT | 2 |
now i'm building a java application.but there is no JNDI env in my project. and i want use datasource.i read the manual from the MS's website.but i couldn't find info for this.
|
| Can't get unicode strings | 11 Nov 2005 21:07 GMT | 10 |
Hi; If I call the following to get a Statement, ResultSet.getString() works fine with unicode strings: Statement stmt = conn.createStatement();
|
| Request for current credentials | 11 Nov 2005 18:28 GMT | 1 |
I'm not sure how this issue arose, but suddenly I keep getting an alert that: 'Windows needs your current credentials to ensure network connectivity' and requests to log off and log back on. I successfully establish a VPN connection and this error occurs when I open Enterprise ...
|
| Where do I download VS 2005 Express | 10 Nov 2005 18:06 GMT | 2 |
Where do I download the free edition of VS 2005 Express? Has anyone experienced problems with VS 2005 Express? TIA Roy
|
| Limit on LONGVARBINARY in MS JDBC driver? | 10 Nov 2005 16:00 GMT | 5 |
I am having some unexpected behavior in attempting to retrieve binary data from a SQL 2000 server for use in my Java application. I am pulling the data (which is stored as an 'image' in the table) through via a stored procedure call, but somewhere between leaving the database and ...
|
| Querying connection properties | 09 Nov 2005 22:46 GMT | 4 |
Is it possible to find connection properties from within SQL Server ? I am interested in running a query (hopefully) that will return all parms used for any individual connection.
|
| SQL Express Edition 2005 | 09 Nov 2005 12:39 GMT | 4 |
Anybody knows the limit of concurrents connection of SQL Express Edition 2005? As I know, MSDE has begun to limit to 10 concurrents and extended to 25 concurrents for the new version, but I read the specification of Express
|