~
This commit is contained in:
parent
3beb1f9cb7
commit
49668c4c80
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
||||||
UsePackages=0
|
UsePackages=0
|
||||||
[Parameters]
|
[Parameters]
|
||||||
RunParams=
|
RunParams=
|
||||||
HostApplication=E:\李建博开发代码\项目代码\盛兴\检验管理\testDll.exe
|
HostApplication=D:\Dp7Repo\项目代码\D7DJshengxing\检验管理\testDll.exe
|
||||||
Launcher=
|
Launcher=
|
||||||
UseLauncher=0
|
UseLauncher=0
|
||||||
DebugCWD=
|
DebugCWD=
|
||||||
|
|
|
@ -70,11 +70,11 @@ begin
|
||||||
SetLength(user, 255);
|
SetLength(user, 255);
|
||||||
SetLength(pswd, 255);
|
SetLength(pswd, 255);
|
||||||
|
|
||||||
server := '121.40.233.100,7781';
|
server := '101.132.143.144,7781';
|
||||||
// server:='.';
|
// server:='.';
|
||||||
dtbase := 'yintaijydata';
|
dtbase := 'shengxingjydata';
|
||||||
user := 'sa';
|
user := 'rtsa';
|
||||||
pswd := 'rightsoft@123';
|
pswd := 'rightsoft@5740';
|
||||||
DConString := 'Provider=SQLOLEDB.1;Password=' + pswd + ';Persist Security Info=True;User ID=' + user + ';Initial Catalog=' + dtbase + ';Data Source=' + server;
|
DConString := 'Provider=SQLOLEDB.1;Password=' + pswd + ';Persist Security Info=True;User ID=' + user + ';Initial Catalog=' + dtbase + ';Data Source=' + server;
|
||||||
|
|
||||||
IF trim(DataBaseStr)<>''then
|
IF trim(DataBaseStr)<>''then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user