Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Error object: SQLState PropertySyntax
Returns a five character string that is the SQL error code. The SQLState property is a string
that contains the five-character SQL error code that is returned by the
provider when an error occurs during the execution of an SQL command
(query).
ExampleFor Each objError in objConnection
|