When I want to list columns in a table with vb6.0, I write
adoconnection.OpenSchema(ADODB.SchemaEnum.adSchemaColumns, Array(empty, empty, empty, tablename))
but now with vb.net, I find that Array(empty, empty, empty, tablename)) is not correct , how can i rewrite it in vb.net?
thanks in advance!