Are there any performance issues related to importing a namespace or not
ie. using
orVB Code:
Imports System.Data.SqlClient ... Dim cmdSelect As SqlCommand
VB Code:
Dim cmdSelect As SqlClient.sqlCommand
Not urgent it's just that i was curious,
Thanks.


Reply With Quote