Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [cco] Number of links owned

Quote Reply
Re: [cco] Number of links owned In reply to
Yes, this will only affect new links added in the databse.

Depending on how many links are associated with Link Owners in your database, you can manually update the Num_Links field/column by counting the number of links associated with each link owner by running the following SQL statement in the SQL Monitor for the Links table:

Quote:

SELECT COUNT(*)
FROM Links
WHERE UserID = 1

========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread Number of links owned cco 2384 Sep 30, 2001, 10:19 AM
Thread Re: [cco] Number of links owned
Stealth 2306 Sep 30, 2001, 6:45 PM
Thread Re: [AnthroRules] Number of links owned
cco 2316 Sep 30, 2001, 9:17 PM
Post Re: [cco] Number of links owned
Stealth 2295 Sep 30, 2001, 9:55 PM
Thread Re: [cco] Number of links owned
Alex 2286 Oct 1, 2001, 5:05 PM
Post Re: [Alex] Number of links owned
cco 2279 Oct 1, 2001, 8:11 PM