Hi,
I have been working on
vb.net project and I am creating a table.
the syntax is like this:
sql = "CREATE TABLE " & s & "(id number(5),val text (9) )"
here i am trying to connect to an access databse and i am storing the name of the table in variable s.
But i get an error which is either field definition error or create table syntax error.Plz help