08 2008 档案
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Net;using System.IO;using Sys...
阅读全文
摘要:Option ExplicitPrivate Const STATUS_INFO_LENGTH_MISMATCH = &HC0000004Private Const STATUS_ACCESS_DENIED = &HC0000022Private Const STATUS_INVALID_HANDLE = &HC0000008Private Const ERROR_SUCC...
阅读全文
摘要:清空日志 DUMP TRANSACTION 库名 WITH NO_LOG 截断日志 BACKUP LOG 库名 WITH NO_LOG
阅读全文