| Thread | Last Post | Replies |
|
| Driver Install Location | 27 Oct 2004 00:08 GMT | 1 |
I have read most of the documentation on installing the JDBC driver and need a bit of clarification on what and where files gets installed. First: Am I correct to assume that installation takes place on the client machine and than NO files are actually installed on the server ...
|
| Connecting to SQL Server 2k using Thin drivers | 26 Oct 2004 23:54 GMT | 1 |
I am new to java. I need to write an applet which takes input from user and updates the database. I wrote a trusted applet but i was unable to access network resources. Then i wrote thread inside an apllet which is working fine. When I use JDBC-ODBC driver, its taking DSN from ...
|
| Cannot connect to SQL Server | 26 Oct 2004 22:55 GMT | 1 |
Recently had to reload laptop (XP) and can no longer connect to SQL Server. Nothing has changed on network side of things - only my laptop. I have made sure I have SQL SP3 and latest MDAC. I can ping the server's IP without problem. The username and password is correct.
|
| Connect from FreeBSD | 26 Oct 2004 20:30 GMT | 5 |
What is the best way/best driver to use to connect to MSSQL Server from FreeBSD 4.x/5.x without using FreeTDS ? I'm having odd/unknown problems with FreeTDS and am looking for an alternative
|
| SQL Server 2000 connection problem - dbmssocn work in Excel 2k but not XP | 26 Oct 2004 15:40 GMT | 5 |
An interest question about "Network Library=dbmssocn" in connection string. I have a Excel VBA application which I used to connect to SQL Server 2000 server. my connection string is:
|
| ClassNotFoundException | 26 Oct 2004 15:26 GMT | 2 |
I am new to java. I have installed SQL Server JDBC Driver SP3 on my computer. When I run the statement Class.forName("..."); , I get the ClassNotFoundException.
|
| Print | 25 Oct 2004 19:51 GMT | 1 |
When executing a print statment in a stored procedure that is called from an odbc application. The procedure stops without any furhter information. SQLServer 2000 sp3
|
| OLE DB or ODBC collation information | 25 Oct 2004 17:33 GMT | 2 |
Good morning. We are building a SQL Server client in C++ and out client needs to be able to dynamically discover collation information about result set columns and existing table columns. We'd like to be able to map that
|
| SQL Desktop server got somehow disconnected | 25 Oct 2004 09:11 GMT | 2 |
I installed the MSDE version from the Office 2003 disk without any trouble. It worked perfectly for about two weeks on an XPprof machine with servicepack 2. I upsized Access databases and worked with VB and ADO(X). All great, but somehow the server got autistic and although it ...
|
| ms-sql-s established | 25 Oct 2004 07:49 GMT | 1 |
I'm running a webapplication which uses msde 2000 as database server. All webpages query the database. If I refresh a lot of time a webpage then I get a time-out error . With the netstat command I found a lot of ms-sql-s connections.
|
| unable to edit or delete row in table imported from access | 24 Oct 2004 21:10 GMT | 1 |
If I create a table from scratch in EM I can then connect to this with an Access front end, and add / update and delete data as will. If I import an existing Access table and then connect to it in Access I find that whereas I can update and delete existing (ie imported) rows I can't
|
| A single computer cannot connect to MSDE | 23 Oct 2004 17:25 GMT | 1 |
I have an instance of MSDE running that have 3 computers connected to it and using it no problems. 1 computer cannot connect or even see msde when enumerating sql servers using sqldmo. This computer can ping the server msde is on no problem. My thought was to next look at the ...
|
| Access connecting to MS-SQL thru Cisco VPN client and PIX | 23 Oct 2004 12:20 GMT | 1 |
I have a workstation (XP Pro) being used as a test server for a trial version of Microsoft SQL. This test server also houses an EasyPHP setup. Several local workstations have been able to connect to the test server either via the web site server (IP or by name) or through ODBC ...
|
| ODBC to SQL Server through DSN fails once in a while | 22 Oct 2004 18:21 GMT | 1 |
I have multiple ODBC connections to our SQL Server, and they are mostly working well. I have an issue once in a while with the connection when the DSN is not the DSN used to create the linked table. For example, If the DSN is named the
|
| Records not inserting... | 22 Oct 2004 18:16 GMT | 1 |
I am totally new to SQL server. I am moving all of our Access DB's over to an SQL server DB - and am only using Access as the front end interface and development tool. The tables came across no problem and after I relinked all of them to the
|