ipf
Sat 26th May '01, 10:19am
hi,
i was wondering if vb could create tables with a custom prefix (default: "vb_") for all those who only have one predefined database available for creating tables.
My ISP wont let me create any databases, i get one databse with a predefined name where i can create tables. Now if i install different scripts it tends to get messy if they don't ue some sort of unique table names and this can be achieved by simply adding a vb specific prefix.
Please consider this for future updates:
table_prefix = "vb_"
Thanks
ipf
i was wondering if vb could create tables with a custom prefix (default: "vb_") for all those who only have one predefined database available for creating tables.
My ISP wont let me create any databases, i get one databse with a predefined name where i can create tables. Now if i install different scripts it tends to get messy if they don't ue some sort of unique table names and this can be achieved by simply adding a vb specific prefix.
Please consider this for future updates:
table_prefix = "vb_"
Thanks
ipf