When I tried to creath a sql base like the eample in beginnersguide i got this error
Compiling code. Error
Error parsing program.
Error description: Undeclared variable 'numberofcolumns' is used before it was assigned any value.
Occurred on line: 23
Dim columname(numberofcolumns) As String
Here is the code i use
Dim columname(numberofcolumns) As String
DBFileName = "persons, db"
DBFileDir = File.DirRootExternal
DBTableName = "persons"
What can I have done wrong
Compiling code. Error
Error parsing program.
Error description: Undeclared variable 'numberofcolumns' is used before it was assigned any value.
Occurred on line: 23
Dim columname(numberofcolumns) As String
Here is the code i use
Dim columname(numberofcolumns) As String
DBFileName = "persons, db"
DBFileDir = File.DirRootExternal
DBTableName = "persons"
What can I have done wrong