Category Archives: DATABASE
SQL Server 프로시저 호출법
SQL Server 프로시저 호출법
declare @rettotcount int;
exec usp_test '2022-01-01', '2024-12-01', -1, 'skyer9', @rettotcount =
… 더보기 MySQL – 데이타 복사
SQL Server – 원격접속 허용
MSVC – C & SQL Server 연동 with ODBC
MSVC – C & SQL Server 연동 with ODBC
#include <windows.h>
#include <sqltypes.h>
#include <sql.h>
… 더보기