Hi I want to create a table within a method called MySetupStuff(). Can anyone help with the syntax.
Please let me know if i'm right or wrong on this occasion.
Table = setup.dbf
Field = xtra_text -> 50 Characters long
CREATE TABLE setup ;
(xtra_text c(50))
How would I index this?
Thanks and kind regards,
Tom
Please let me know if i'm right or wrong on this occasion.
Table = setup.dbf
Field = xtra_text -> 50 Characters long
CREATE TABLE setup ;
(xtra_text c(50))
How would I index this?
Thanks and kind regards,
Tom