Hi All,
I opened the connection to the database. I am looping through several lines of code and then I am closing the connection> below is my code:
Conn.opne()
For Each mycode As code In myDataHeader.CodeList
SaveData()
If Len(ErrorMessage) > 0 Then
'Exit Try
End If
Next
For Each mycodeTest As code In myDataHeader.CodeListTest
SaveData()
If Len(ErrorMessage) > 0 Then
'Exit Try
End If
Next
For Each mycodeTestRaw As code In myDataHeader.CodeListTestRaw
SaveData()
If Len(ErrorMessage) > 0 Then
'Exit Try
End If
Next
Conn.close()
In the last statement when I am inserting the data in the database, I am getting an error saying
" Go to the complete details ...