XA Transactions failing with SQLJDBC_XA DTC_ERROR Context:...
Hi,I'm seeing an inconsistent problem with the JDBC driver and XA transactions.I think the problem is derived from the fact I have multiple J2SE applications running on the same server and connecting...
View Article32 bit application not running on 64 bit OS
We have a 32 bit application which we are trying to run on Windows Server 2003 64 bit machine. The service is not starting up with an error as "COM Error: -2146824582, Source: ADODB.Connection,...
View ArticleTimeout Expired Exception
Let me start by saying, I have probably went through 75% of the internet in my quest for a solution to this problem.Yes, I have increased the ConnectionTimeout.Yes, I have increased the...
View ArticleError with JDBC Driver
hi, i am using sqljdbc.jar in a java applet and i am using Netbeans for development. i am able to connect with the SQL Server from the IDE. however, when i try to debug the SQL part of the code, i am...
View ArticleHow to run a vb.net program from SQL Server 2005?
Hi. First 3 paragraphs are about problem in general - this is for those who consider them well experienced and may have better ideas about how to solve this whole thing. In forth paragraph is the...
View ArticleLogin timeout expiration
We are getting the following error message sporadically: Network error code 0x2746 occurred while establishing a connection; the connection has been closed. This may have been caused by client or...
View ArticleAccess->ODBC->SQL "untrusted domain" 18452 error
I have a number of client databases written in MS Access connecting via ODBC to SQL 2008. The databases were originally developed on WinXP and Access 2003. They were used successfully when opened on...
View ArticleProblem with SQL connection, error: 26 - Error Locating Server/Instance...
I am using Windows 7 Ultimate, Visual Studio 2010 and SQL server 2008 on my PC.I build a simple SQL database program with Visual Basic 2010 on my pc and it run smoothly,but when I distributed the...
View ArticleBulk insert command fails from cross domain file access from JAVA BULK INSERT...
BULK INSERTheyFROM '\\ice-as2-u.dev.cis.ml.com\arc_hist_data\hey.dat'java.sql.SQLException : Cannot bulk load because the file "\\ice-as2-u.dev.cis.ml.com\arc_hist_data\hey.dat" could not be opened....
View ArticleConnect to SQL Server 2005 express From C#.Net Windows Application Via Internet
I've developed a windows application using C#.Net(VS 2008) which uses MS Sql Server 2005 as server. It is running properly in LAN. I'm using SQL Server authentication to connect the DB. SO the...
View ArticleOpen Access Database tables using Sql Server
Hi All, We need sql server code to access MS Access database through sql server. We want to updated data of acess tables.Please revert back ASAP....
View Articlehow to set Auto Commit for SQL Server 2008 with JDBC 2.0?
In Java code, a sql string generated dynamically in code like: String sqlstring ="Update tab1 set .... update tab2 set ....." When execute the sqlstirng using prepareStatement and executeUpdate,...
View ArticleSQL Data export to Excel problem with Microsoft.JET.OLEDB.4.0
HelloI got a problem with datatransfer via Microsoft.JET.OLEDB.4.0.As long as I use the following statement it's working but only 255 Characters will be transferred to Excel.INSERT INTO...
View ArticleThe operation could not be performed because the OLE DB provider 'SQLOLEDB'...
The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [SQLSTATE 42000] (Error 7391) [SQLSTATE 01000] (Error 7312) OLE DB error...
View Article"Call to SQLExecDirect failed with %1"
Cross post from Windows Server 2008 Forums (MSFT Suggestion). Original Post:I am trying to set up Perfmon to log directly to a SQL 2008 Server (trying to avoid binary file + relog). The SQL server is...
View Articlemsado60_backcompat_i386.tlb On Windows 7 IID changes
My company has been using msado 1.5 for a long time and I have a lot of C++ and VB6 legacy code to support. I am looking at moving us to a Windows 7 environment. I am investigating what components have...
View ArticleOLEDB connection error with (win 64 bit server)
HiIm trying to connecting from SQL 2005 (win 64bit server) to a Oracle database via OLEDB but get the following message. The OraOLEDB.Oracle.1 provider is not registered on the local machine. If we...
View ArticleHelp me solve this question:Invalid value for key 'integrated security'
I has develop a website using vS10 using Operating system vista and was working well however i apply it at different os which is window 7 it appeared this errorInvalid value for key 'integrated...
View ArticleSetting for inbound query timeout?
Is there a way to control the timeout for an inbound connection? I don't see anything in sp_configureWe have a problem with a dropped connection of a remote query. Looking for a way to tell SQL not to...
View ArticleSQL could not start the network library because of an internal error
I have recently had an issue with my SQL Server 2004 which is part of SBS 2003. We had a loss of connection to the database. Upon restarting the TCP/IP Settings within SQL cause the following...
View Article