I would like to know how to a use a text box in winform to name the table .
can anybody help me please
I am using the following statement to create table
SQL = "CREATE TABLE tbCatalogue ([Id] COUNTER, [Stock Code] TEXT(10), [Account Number] TEXT(6))"