Hi there...
the field type is Char - 30
Thanks in Advance
Code:
StrConn = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Applications;Data Source=SERVER4"
conn.Open StrConn
sql = "insert into ImportHead (PERIOD)"
sql = sql & "'" & txtPeriod.Text & "')"
set rs = conn.execute(sql) 'Here the error
the field type is Char - 30
Thanks in Advance