D
DavidGB
No matter what I do, I cannot persuade getSchema to return any table name
other than dtProperties.
Code is:
Dim connex As SqlConnection = Utilities.getConnection()
Dim restrictions() As String = {DatabaseName, "dbo", Nothing,
"BASE TABLE"}
Dim dTable As DataTable = connex.GetSchema("Tables", restrictions)
Return dTable
Any ideas?
other than dtProperties.
Code is:
Dim connex As SqlConnection = Utilities.getConnection()
Dim restrictions() As String = {DatabaseName, "dbo", Nothing,
"BASE TABLE"}
Dim dTable As DataTable = connex.GetSchema("Tables", restrictions)
Return dTable
Any ideas?