SVN r1185
SVN-Revision: r1185
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Lskj.Main
|
|||||||
DBConfig.Instance.ReadConfig(true);
|
DBConfig.Instance.ReadConfig(true);
|
||||||
serverType.Items.Add("SqlServer");
|
serverType.Items.Add("SqlServer");
|
||||||
serverType.Items.Add("达梦数据库");
|
serverType.Items.Add("达梦数据库");
|
||||||
serverType.SelectedValue = DBConfig.Instance.ServerType;
|
serverType.Text = DBConfig.Instance.ServerType;
|
||||||
this.txtServerName.Text = DBConfig.Instance.ServerName;
|
this.txtServerName.Text = DBConfig.Instance.ServerName;
|
||||||
this.txtServerNameInternal.Text = DBConfig.Instance.InternalNetworkAddress;
|
this.txtServerNameInternal.Text = DBConfig.Instance.InternalNetworkAddress;
|
||||||
this.txtDBName.Text = DBConfig.Instance.DataBase;
|
this.txtDBName.Text = DBConfig.Instance.DataBase;
|
||||||
@@ -205,4 +205,4 @@ namespace Lskj.Main
|
|||||||
{
|
{
|
||||||
if (DBConfig.Instance.CreateConnection())
|
if (DBConfig.Instance.CreateConnection())
|
||||||
{
|
{
|
||||||
//if (DelphiHelpe
|
if (Del
|
||||||
Reference in New Issue
Block a user