i'm trying to import xlsx into sql server 2000 table, but there are null values ALTHOUGH all the data have values. in xlsx there are general data format, no restriction values, but i already used "IMEX=1". Why does it's still happened?
this is my connection string,
any idea will be appreciated..
Thanks in advance
this is my connection string,
VB.NET:
Dim CnStr As String = "Provider=Microsoft.ACE.OLEDB.12.0;" & _
"Data Source=" & txtfName.Text & ";" & _
"Extended Properties=""Excel 12.0;HDR=YES; IMEX=1;"""
Thanks in advance