摘要: 例:exp USERNAME/PASSWORD@SERVERNAME file=OUTPUTFILENAME tables=TABLENAMEexp user/pasword@dbserver tables=(table1,table2) file=c:\db.dmp 阅读全文
posted @ 2011-07-03 11:18 皮皮鲁PPL 阅读(229) 评论(0) 推荐(0)
摘要: 添加定时器void __fastcall TForm1::Timer1Timer(TObject *Sender) { StatusBar1-> Panels-> Items[1]-> Text=Now().FormatString( "yyyy-mm-dd hh:nn:ss "); } 阅读全文
posted @ 2011-07-03 10:41 皮皮鲁PPL 阅读(376) 评论(0) 推荐(0)