CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GeoAstrix

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    I found my mistake.

    Wrong syntax:
    Network address = SQL Server Public IP
    Data source =SQL Server Local IP

    Correct syntax:
    Network address =SQL Server Local IP
    Data source =SQL Server Public...
  2. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    Unfortunately.....i am the admin :) .I am agricultural scientist and hydroponic greenhouse owner.Also i am "Information and Telecommunication" student so i am trying to serve my network without...
  3. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    My application running without problems in my work LAN.The problem appears in attempt to connect from other pc (out of LAN).Probably the declaration of public ip is incorrect or the restrictions from...
  4. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    Yes Victor .TCP/IP (port 1433) and Named Pipes Protocols are enabled
  5. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    Can't find SQL Server or access denied
  6. Replies
    12
    Views
    6,068

    Re: ADO Connection problem in C++ Builder

    One of the connection strings that i try

    Provider=SQLOLEDB.1;Persist Security Info=False;User ID=xxxxx;Data Source=192.168.1.15;Network Address=xx.xx.xx.xxx;Network Library=DBMSSOCN

    I return...
  7. Replies
    12
    Views
    6,068

    ADO Connection problem in C++ Builder

    Hi my friends.I try to connect my application in C++ builder 6 from my home pc by ADOConnection string, to a database in MSSQL Server installed on my work pc that has a static IP(Public IP). I...
  8. Replies
    1
    Views
    1,645

    ADO Connection problem in C++ Builder

    Hi my friends.I try to connect my application in C++ builder 6 from my home pc by ADOConnection string, to a database in MSSQL Server installed on my work pc that has a static IP(Public IP). I...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured