Skip to content

Commit

Permalink
Update SolarisBuild-note1.md
Browse files Browse the repository at this point in the history
Remove emails header
  • Loading branch information
jsagrera committed Aug 9, 2018
1 parent 43016ba commit d6ca138
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions notes/SolarisBuild-note1.md
Expand Up @@ -4,13 +4,7 @@
This note contain information about the driver build on Solaris. It is a note that we received from Indika and team about the build.

```bash
From: Indika [mailto:indika@c*****t]
Sent: Thursday, July 5, 2018 6:14 AM
To: Sathyanesh Krishnan <msatyan@h*****l.com>; Migara Medagama <migara@c*****t>; notifications@github.com
Cc: 'Author' <author@noreply.github.com>; govind@c*****t; pushpa@c*****t; Sheshnarayan Agrawal <sheshnarayan.a@h*****l.com>; Javier Sagrera <javier.sagrera@h*****l.com>; PRADEEP NATARAJAN <pradeep@h*****l.com>
Subject: Re: [OpenInformix/IfxPy] OpenInformix Ifxpy driver building on Solaris (#1)


From: Indika

Hi Sathya,

Expand Down Expand Up @@ -69,7 +63,7 @@ f. Get a sample code to check the connectivity to INFORMIX DB
E.g ->

import IfxPy
ConStr = "SERVER=DEVELOPMENT_IT;DATABASE=stores;HOST=192.168.2.211;SERVICE=49553;UID=dayanana;PWD=dkbnhsm_01;"
ConStr = "SERVER=DEVELOPMENT_IT;DATABASE=stores;HOST=192.168.2.211;SERVICE=49553;UID=dayanana;PWD=xxxxxxx;"
# netstat -a | findstr 9088
conn = IfxPy.connect( ConStr, "", "")
SetupSqlSet = [
Expand Down Expand Up @@ -132,11 +126,7 @@ Indika
```
________________________________________
From: Sathyanesh Krishnan <msatyan@h*****l.com>
To: Indika <indika@c*****t>; Migara Medagama <migara@c*****t>; "notifications@github.com" <notifications@github.com>
Cc: 'Author' <author@noreply.github.com>; "govind@c*****t" <govind@c*****t>; "pushpa@c*****t" <pushpa@c*****t>; Sheshnarayan Agrawal <sheshnarayan.a@h*****l.com>; Javier Sagrera <javier.sagrera@h*****l.com>; PRADEEP NATARAJAN <pradeep@h*****l.com>
Sent: Tuesday, July 3, 2018 8:34 PM
Subject: RE: [OpenInformix/IfxPy] OpenInformix Ifxpy driver building on Solaris (#1)
From: Sathyanesh Krishnan

Hi Indika,

Expand All @@ -147,4 +137,4 @@ That can benefit others on the similar situation.
Regards,
Satyan.

```
```

0 comments on commit d6ca138

Please sign in to comment.