Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Table names
Thu. Mar 21, '02 2:33 AM
( permalink)
Hi, Do you prefix your tables names with something specific (ie " play" )? For example are you currently using something like " tblUsers" for the users? Can we easily change the prefixes of the tables to something that will fit in with our existing tables in sql server? I' ve noticed that Snitz allows you to prefix your table names on with whatever you want just so incorporating the forum is easy and you don' t have table naming conficts. Thanks, Kevin
|
|
|
|
Samuel
-
Total Posts
:
11785
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: Table names
Thu. Mar 21, '02 2:41 AM
( permalink)
The table name is prefixed with " pgd_" so they look like " pgd_members" , " pgd_forums" and so on. you can' t change the prefix because we use a set of stored procedures that needs table name matching. However, with the prefix I mentioned you shouldn' t run into any problems. We are a lot lot faster than Snitz in terms of SQL forum solution. _____________________________ Samuel Chou Forum Administrator ASPPlayground.NET Developer
|
|
|
|