| From: | 許耀彰 <kpm906(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Subject: | postgresql to mssql |
| Date: | 2017-03-22 14:35:15 |
| Message-ID: | CAD_D-c_ndNAR+TFV7aKKG-TpSZoWDpXQkGjHfYLj7TQ9oHXYLw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Dear Support Team,
We found your contract information before my previous contract email and
postgresql website. Because now we prepare change database from mssql to
postgresql, and we use aspnet to develop website. Would it be possible to
help us guidance about how to change connection setting in web.config file
as listed as below:
<appSettings>
<add key="CconString"
value="Server='10.10.10.67';uid='sa';pwd='5342601water';database='DB14017'"/>
<add key="VBconString"
value="Server=10.10.10.67;uid=sa;pwd=5342601water;database=DB14017"/>
<add key="SMTPServer" value="mail.showstar.com.tw"/>
<add key="SMTPSend" value="zenki(at)showstar(dot)com(dot)tw"/>
<add key="SystemName" value="SmartAdmin"/>
<add key="AbsPath" value="/"/>
<add key="TrackSaveTime" value="/3/"/>
<add key="EditUploadPath"
value="\\nas2\webhost\17\14017\upfiles\EditUpload\"/>
<add key="UploadPath" value="\\nas2\webhost\17\14017\upfiles\ADUpload\"/>
<add key="CopyRight" value="http://www.creatop.com.tw/"/>
<add key="sKey" value="qJzGZDVJeCnFPGuxzaiB7NLQM3"/>
<add key="sIV" value="qcDPLw="/>
<add key="MainWeb" value="http://www.showstar.com/"/>
</appSettings>
Thanks a lot.
Best Regards, Anderson Hsu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-03-22 14:45:07 | Re: BUG #14596: False primary/unique key constraint violations |
| Previous Message | aravinth.s | 2017-03-22 13:05:03 | BUG #14597: Delay in query execution |