The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Hi,
I have made a mod, however, I would like to change names of coloumns of a table that is created by previous attempt of this kind of mod by DBS.
For example earlier mod created FORUM_MODTABLE
And has Fields, such as REPLYID
And I want to write another upgrade DBS for changing this like R_REPLYID on same table.
Is it possible?
Another Question, I want to add something like to inc_header.asp to menu such as include file reading from database and typing record number to menu
Home | Profile | Mod (x) | Active Topics kind..
Since my include file gives error if DBS previously not installed but code implemented in. How can I make a check ? Simply adding strModXinstalled to C_VARIABLES or is there more code based method rather than increasing rows on CONFIG_NEW table?
<
I have made a mod, however, I would like to change names of coloumns of a table that is created by previous attempt of this kind of mod by DBS.
For example earlier mod created FORUM_MODTABLE
And has Fields, such as REPLYID
And I want to write another upgrade DBS for changing this like R_REPLYID on same table.
Is it possible?
Another Question, I want to add something like to inc_header.asp to menu such as include file reading from database and typing record number to menu
Home | Profile | Mod (x) | Active Topics kind..
Since my include file gives error if DBS previously not installed but code implemented in. How can I make a check ? Simply adding strModXinstalled to C_VARIABLES or is there more code based method rather than increasing rows on CONFIG_NEW table?
<
No replies