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