CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: adodc control?

  1. #1
    Join Date
    Mar 2001
    Posts
    7

    adodc control?

    When program running ,how to set adodc control's
    "connect string" property ?


  2. #2

    Re: adodc control?

    referece to "Microsoft OLE DB Service Component 1.0 Type Library"

    now U can use datalink


    dim d as new datalinks
    'dim d as datalinks
    'set d = createobject("datalinks")
    dim cn as adodb.connection
    'if is necessary -> dim cn as new adodb.connection

    set cn = d.promptnew
    msgbox cn.connectionstring







    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured