View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Candyman Candyman is offline
external usenet poster
 
Posts: 66
Default Numeric TExt Into SQL Server

I am trying to import: `010608 from Excel into SQL Server. The code gives me
a 'Data Type Error' message.

I've tried setting the SQL Server data type to:
Varchar(7)
Char(7)
Text

HELP!