Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eirikur

  1. eirikur

    Cannot generate SSPI context

    You can start by reading this: http://support.microsoft.com/default.aspx?scid=kb;en-us;811889 You might also try toying around with these connection string parameters. 1. Add "Connection Reset=false;" to your connection string. 2. Try a different network library. Use "Network...
  2. eirikur

    MS Interdev Installation Problem???

    I recently had this problem as well. First I did a re-install. When that didn't work I completely removed Visual Studio 6 and installed it again but to no end. Then I stumbled upon a microsoft knowledge base article (248675) concerning this problem...
  3. eirikur

    Can't execute SQL batch in ONE transaction.

    Why don't you just execute the batch as a whole? Public Sub ExecuteBatch(ByVal vntStatementArray As Variant) '* Enable error handling On Error GoTo errHandler '* Declare variables Dim strSQL As String Dim objConn As New ADODB.Connection '* Join the array...
  4. eirikur

    interdev 6 + "Unable to complete transaction"

    Set the website to Basic authentication instead of Integrated Windows authentication. Control panel -> Administrative tools -> Internet services manager. Then right click the website -> Properties -> Directory security -> Edit

Part and Inventory Search

Back
Top