SQL_SERVER数据 导出 Access数据
摘要:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_exporttb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_exporttb]GO/**//*--数据导出Access导出数据库中的表到Access 如...
阅读全文
posted @ 2006-03-31 14:08
浙公网安备 33010602011771号