When I define "LPMda as SqlAddapter = New SqlAddapter" the error message 'Type SqlAddapter is not defined" is displayed. This may be tied to a problem with the Windows Designer not creating the 'Windows Form Designer Generated Code' and the fact that the Windows Designer does not include the 'Inherits System.Windows.Forms.Form' statement. Please let me know how to get around this.
LitePipe

Error message "Type SqlAddapter is not defined"
raviganesh91221
imports System.Data
should have worked as wel
Remco
amitbadgi
(Friend
WithEvents / dim ) LPMda As new System.Data.SqlClient.SqlDataAdapteror
(Friend WithEvents / dim ) LPMda As System.Data.SqlClient.SqlDataAdapter
LPMda = new System.Data.SqlClient.SqlDataAdapter
Remco
staelenss