Guids
I have a character 36 column in a data table that contains a guid value imported via a data adapter from another database and am trying to use bulk copy class to write table out to server, but I get an error when bcp tries to convert the char column to a uniqueidentifier data type.
What can I do to make this work? The bcp class does not have any options on casting columns and what not it is all seamless. Do I need to query the incoming column as any specific data type? Bad news is the source database is foxpro.
|