Results 1 to 5 of 5

Thread: SQLServer Nvarchar unicode test [for Tommy et al]

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator
    2nd VP-Knowledge Base
    VBAX Master malik641's Avatar
    Joined
    Jul 2005
    Location
    Florida baby!
    Posts
    1,533
    Location
    I'm having trouble connecting to the Server:






    New to the forum? Check out our Introductions section to get to know some of the members here. Feel free to tell us a little about yourself as well.

  2. #2
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location
    That would be the major issue which distinguishing testing server code versus local code. I can post what works for me, but others have to ensure that they are connecting to a valid catalog on their own server, and as I said modify any file/paths to their own configuration. Please post your connection string, it's a lot easier to work with than an error message. Stan

  3. #3
    Administrator
    2nd VP-Knowledge Base VBAX Master malik641's Avatar
    Joined
    Jul 2005
    Location
    Florida baby!
    Posts
    1,533
    Location
    At first, I tried it the way it was. Then I tried adding my name to the "\SQLExpress" since that's how it's stated in my object explorer in SQL Server Management Studio express:
    [vba]cConn = "Provider=SQLOLEDB.1;Integrated Security=SSPI;" & _
    "Persist Security Info=False;Data Source=,JOSEPH\SQLEXPRESS;Initial Catalog=NCS"[/vba]
    What is a catalog? What does it do?




    New to the forum? Check out our Introductions section to get to know some of the members here. Feel free to tell us a little about yourself as well.

  4. #4
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location
    Quote Originally Posted by malik641
    What is a catalog? What does it do?
    A catalog is similar to a database. See my remarks on my post under your regex thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •