Unexpected EOF encountered in BCP data-file
C:\Disease_Database_TongBoon_Dec2005_March2006\Res ults>bcp OMIM.dbo.tx in
TX_ful
l_output.txt -c -T
Starting copy...
SQLState = HY000, NativeError = 0
Error = [Microsoft][SQL Native Client]Unexpected EOF encountered in BCP
data-fil
e
0 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total : 2188
USE OMIM
CREATE TABLE tx (Omim_No INTEGER NULL,
Omim_Titles text NULL)
|