Results 1 to 2 of 2

Thread: Connection string for sql 08

  1. #1
    romalagajini is offline Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Default Connection string for sql 08

    Hi

    Just moving to sql 08 and I'm in SSMS - if this is my connection string from my site what do I replace it with to connect to converted SQL dbs?

    on error resume next

    set connTemp=server.createobject("adodb.connection")

    'connString = "DSN=cq"
    connstring = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &server.MapPath("db/cq.mdb")&";"

    connTemp.Open ConnString

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Connection string for sql 08

    You might want to start off by posting this question in the proper forum (assuming you are not a bot).

    This forum is for SugarCRM inquiries, not VBScript, nor MSCRM.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to enable the MB string
    By pvsvani in forum Developer Help
    Replies: 2
    Last Post: 2008-12-01, 12:35 PM
  2. Mb string problem
    By Mnf in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2008-07-25, 03:03 PM
  3. SugarCRM MB String error
    By clint in forum Help
    Replies: 1
    Last Post: 2006-10-09, 05:49 PM
  4. Database string in quote pdf name
    By gdoss in forum General Discussion
    Replies: 0
    Last Post: 2006-04-10, 08:21 PM
  5. Add version string to foo
    By pen in forum Feature Requests
    Replies: 1
    Last Post: 2004-08-12, 05:28 AM

Bookmarks

Posting Permissions

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