I am trying to connect from SQL Query Analyzer (on a WinXP machine that is NOT within our ActiveDirectory DOMAIN) to a SQL Server SERVER within the Domain. What is the 'best' way to do this - can I just reference the IP of the
I am trying to connect SQL Server 2000 through Java type 4 Driver, i am getting following error. (Server is running on Windows XP Pro SP2 OS.) 15:08:29,782 INFO [DatasourceConnectionProvider] Using datasource:
Hi Im trying to connect to a SQL CE from a java client. i understand that there is no JDBC driver available for SQL CE - is there any other way to connect ? any java code is appreciated.
I execute a query (not very complex) using a jdbc connection on a ms sql 2000. My jdk version is 1.5. Sometimes, the query 'blocks' just before executing. Using mssql profiler I
I have a database maintained on an iSeries. I have an application that uses MS SQL. I need to pull data down from the iSeries to my MS SQL server in real time or just once a week, doesn't matter. Is this easily doable and are there any "gotcha's" to be aware of?
I have an application which is connected to SQL Server databases via ADOconnections. Most of the time it works fine. However from time to time I got the error message “[DBNETLIB][ConnectionWrite,WrapperWrite()).] General
Just as the ODBC Data Source Administrator lists user and system DSNs, I want to access the same information programmatically in C#. I found registry entries for these but I was hoping there was a higher-level routine that would provide the information. The OdbcFactory ...