dbase iv文件有1.5G,SQLSERVER2000中没有预先建表,请教下查询分析器中的代码怎么写能实现将文件导入SQL。
6 个解决方案
#1
bd.dbf VFP?
#2
?
#3
/** 导入文本文件
EXEC master..xp_cmdshell ’bcp "dbname..tablename" in c:\DT.txt -c -Sservername -Usa -Ppassword’
zz http://www.cnblogs.com/Heroin/archive/2007/08/08/847794.html[/url]
EXEC master..xp_cmdshell ’bcp "dbname..tablename" in c:\DT.txt -c -Sservername -Usa -Ppassword’
zz http://www.cnblogs.com/Heroin/archive/2007/08/08/847794.html[/url]
#4
dbf?
是oracle中的datafile吗?
是oracle中的datafile吗?
#5
UP
#6
UP
#1
bd.dbf VFP?
#2
?
#3
/** 导入文本文件
EXEC master..xp_cmdshell ’bcp "dbname..tablename" in c:\DT.txt -c -Sservername -Usa -Ppassword’
zz http://www.cnblogs.com/Heroin/archive/2007/08/08/847794.html[/url]
EXEC master..xp_cmdshell ’bcp "dbname..tablename" in c:\DT.txt -c -Sservername -Usa -Ppassword’
zz http://www.cnblogs.com/Heroin/archive/2007/08/08/847794.html[/url]
#4
dbf?
是oracle中的datafile吗?
是oracle中的datafile吗?
#5
UP
#6
UP