From: newton-cn Date: Tue, 12 Aug 2025 01:21:34 +0000 (+0900) Subject: pops > pops+ update X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=a6e9cb2e9114acced1bee3a3c36ee0c42b0a9c19;p=newton-cn_pos.git pops > pops+ update --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index fd23919..835b746 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/DBConnector.cs b/newton-cn/DBConnector.cs index 33ebd13..1133ae8 100644 --- a/newton-cn/DBConnector.cs +++ b/newton-cn/DBConnector.cs @@ -15,9 +15,9 @@ namespace newton_cn DataTable result = new DataTable(); string procedure = "other_shop_find_ps"; #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -39,9 +39,9 @@ namespace newton_cn DataTable result = new DataTable(); string procedure = "other_shop_find_ct"; #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -63,9 +63,9 @@ namespace newton_cn DataTable result = new DataTable(); #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -87,9 +87,9 @@ namespace newton_cn DataTable result = new DataTable(); string procedure = "disposable_analysis"; #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -107,9 +107,9 @@ namespace newton_cn public int updateDisposableIsEarn_log(string pe_id, string ps_no, double addPoint, int is_dc) { #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -127,9 +127,9 @@ namespace newton_cn public int updateDisposableIsEarn(string ct_code, double addpoint) { #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -151,9 +151,9 @@ namespace newton_cn string procedure = "disposable_analysis_earn"; #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -190,9 +190,9 @@ namespace newton_cn List> result = new List>(); #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -239,9 +239,9 @@ namespace newton_cn int result = 0; #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); @@ -264,9 +264,9 @@ namespace newton_cn public int setLocation(string pr_code, string location) { #if DEBUG - SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=newton-cn1.iptime.org, 1818; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #else - SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food; User ID=newton; Password=newton123!;"); + SqlConnection conn = new SqlConnection("Data Source=localhost; Initial Catalog=food_2008; User ID=newton; Password=newton123!;"); #endif conn.Open(); diff --git a/newton-cn/bin/Debug/newton-cn.exe b/newton-cn/bin/Debug/newton-cn.exe index 705c15d..7e5a1ef 100644 Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ diff --git a/newton-cn/bin/Debug/newton-cn.pdb b/newton-cn/bin/Debug/newton-cn.pdb index d10b1c4..01dbf55 100644 Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 6825ca0..757ded6 100644 Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb index 81eedf7..80d841f 100644 Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ diff --git a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 323bf79..50d988a 100644 Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/newton-cn/obj/Debug/newton-cn.exe b/newton-cn/obj/Debug/newton-cn.exe index 705c15d..7e5a1ef 100644 Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ diff --git a/newton-cn/obj/Debug/newton-cn.pdb b/newton-cn/obj/Debug/newton-cn.pdb index d10b1c4..01dbf55 100644 Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 6825ca0..757ded6 100644 Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb index 81eedf7..80d841f 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ