Search results

  1. P

    Connecting mssql database remotely in linux platform without running progress broker

    I want to connect ms sql which is hosted remotely in windows. But how can i connect this to progress, any solution without running broker in windows?
  2. P

    What I am missing while connecting ms sql database remotely in progress environment in linux platform

    yeah it works finally thanks. Is it possible to connect mssql database without creating schemaholder?? Like in my .p file i can use statement like connect(mssql) and query in that point.
  3. P

    What I am missing while connecting ms sql database remotely in progress environment in linux platform

    I have created the datasource in window and started the broker in window proenv terminal by command ' proserve holder -H localhost -S 6001 -ServerType 4GL -n 200 -Mn 7 -Mi 3 -Ma 3 -Mpb 4' and in linux proenv '_progres holder -H 10.0.1.167 -S 6001 -N tcp -db prodb1 -ld person -dt MSS -H...
  4. P

    What I am missing while connecting ms sql database remotely in progress environment in linux platform

    I have created database student in ms sql server management studio 2014, I want to connect this database remotely in linux environment. I have installed datadirect 7.1 in linux system. I had changed odbc.ini file and give sql server credentials. While i check this with running example i can...
  5. P

    Using Datadirect to connect remotely ms sql hosted in win platform to the progress d/b in linux platform

    I am trying to connect ms sql database remotely to the linux environment. In linux machine i created datasource which is successfully connected when i try to run sample example provided by datadirect. But when I try to make schemaholder to connect ms sql databse to progress in linux, it pop up...
Top