ITELEC2 CSEL2 SQL File Importing Mod 4
ITELEC2 CSEL2 SQL File Importing Mod 4
Data Warehousing
Module 4
Prepared by:
Kairos Jil I. Molina
[email protected]
CSEL2 / ITELEC2 – Data Warehousing
End If
Else
MessageBox.Show("Select an SQL file to proceed.", "Information",
MessageBoxButtons.OK, MessageBoxIcon.Information)
'put the code here if they click cancel or close
End If
End With
Catch ex As Exception
MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK,
MessageBoxIcon.Error)
End Try