다운로드 경로 : https://dotnet.microsoft.com/ko-kr/download/dotnet-framework/net45 설치된 .NET Framework 버전 확인. %WINDIR%\Microsoft.NET\Framework 버전별 디렉토리 확인 닷넷 프레임워크 4.5 이상 이면 regedit 로 확인
//한글자가 숫자(1)인지 체크 public static int NumberCheck(string numString) { int retNumberCheck = 0; long number1 = 0; try{ bool canConvert = long.TryParse(numString, out number1); if […]
PrintFriendly [no-reply@printfriendly.com]; 이(가) 다음 사람 대신 보냄:; test@test.co.kr 해더 분석 Sender: PrintFriendly <no-reply@printfriendly.com> Reply-To: test@test.co.kr To: test@test.co.kr From: PrintFriendly [mailto:no-reply@printfriendly.com] On Behalf Of webmaster@auctionpro.co.kr
1. 데이터 연결 속성에 SQL Native Client 만 있는 경우 (로컬컴에 sqlncli.msi 설치시) 여러버전 있음 다운로드 : https://support.microsoft.com/en-us/help/2726013/download-information-about-the-sql-server-native-client-drivers-that-a PROVIDER=MSDASQL;driver={SQL Native Client};server=1.222.333.444;uid=myID;pwd=myPassword;database=myDB 2. 데이터 연결 속성에 Native […]