User Profile

Collapse

Profile Sidebar

Collapse
russ22
russ22
Last Activity: Apr 18 '11, 07:38 AM
Joined: Jun 25 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Update:
    I've tried to create the phrase to connect to the database with a UDL file.
    This results in the following:

    Code:
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=testDB;Data Source=testServer
    I read somewhere that Persist Secutiy Info is bad to declare, but in my original version I didn't do this.

    More confusion for a weekend incoming ! hehe :(...
    See more | Go to post

    Leave a comment:


  • russ22
    started a topic Multiple-step OLE DB operation generated errors
    in Java

    Multiple-step OLE DB operation generated errors

    Hi all,
    First time poster here so bear with me!
    Apologies if this has been asked before but I haven't come across a solution yet...

    I have a very simple java script code (not complete), just to test connection to an SQL server:

    Code:
    <%@LANGUAGE="JavaScript"%>
    <HTML>
    <BODY>
    <%
    
    var myConnect = "Provider=SQLOLEDB;Data Source=testserver;Initial
    ...
    See more | Go to post
No activity results to display
Show More
Working...