Hi,
Im quite familar with VB.NET since my transition from VB6.
However, Im having trouble using a variable name in the SQL syntax for the OleDBCommand.
I want to be able to select a table using a variable rather than a set name.
e.g
dim tablename as string
SELECT * FROM tablename
well, you get the general idea!
Thanks for any help
Im quite familar with VB.NET since my transition from VB6.
However, Im having trouble using a variable name in the SQL syntax for the OleDBCommand.
I want to be able to select a table using a variable rather than a set name.
e.g
dim tablename as string
SELECT * FROM tablename
well, you get the general idea!
Thanks for any help