Skip to comments.
Distress!
Posted on 03/11/2002 6:13:52 AM PST by John Robinson
mysql> update topic_list set topic_title = 'General Interest' where forum_id = 4;
Query OK, 32 rows affected (0.01 sec)
Rows matched: 32 Changed: 32 Warnings: 0
OH NO!
TOPICS: Test Topic, Ignore It
KEYWORDS: screwups; sql
Navigation: use the links below to view more comments.
first 1-20, 21-40, 41-60, 61-80 ... 101-107 next last
What the heck was I thinking!?
To: John Robinson
Needless to say, ALL the topics on this forum are now titled "General Interest". Just in case you were wondering what happened.
Comment #3 Removed by Moderator
To: John Robinson
Better than DELETE FROM ALL_COMMENTS_AND_THREADS WHERE FORUM_ID = 1; COMMIT;
To: John Robinson
Oops?
5
posted on
03/11/2002 6:16:58 AM PST
by
SCalGal
Comment #6 Removed by Moderator
To: seamole
lol as if John would give me access to the database directly :-D
To: John Robinson
What the heck was I thinking!? Whew! For a moment there I thought it was me.
To: John Robinson
Blame SQl. That's what I do.
9
posted on
03/11/2002 6:22:08 AM PST
by
AppyPappy
To: John Robinson
Query OK, 32 rows affected (0.01 sec)At least it was quick and painless.....
To: John Robinson
Is there any way to add both forums to Self-Search?
To: AppyPappy
I have to do some heavy wizardry. Be afraid. Be very afraid.
It is on the todo list.
To: John Robinson
This will help:
Fons Rademakers writes: "ROOT-Apache (aka Carrot) is an open source scripting module for the Apache webserver. Based on the ROOT framework which is using C++ as scripting language, via the CINT interpreter, it has a number of powerful features, including the ability to embed C++ code into HTML pages, run interpreted and compiled C++ macros, dynamically extend the framework with external libraries, access and manipulate databases, and generate graphics on-the-fly, among many others."
C++ for Apache
To: AppyPappy
Why not assembly language?
To: John Robinson; Admin Moderator
When I joined this forum, you promised me there would be no math. Then along came the Freepathons . . .
Now I have to dust off my SQL skills?
What next? MFC? Windows API?
15
posted on
03/11/2002 6:49:45 AM PST
by
BraveMan
To: John Robinson
Select * from posts, articles where posts.article_nbr = articles.article_nbr and articles.forum_id in (1, 4) and posts.userid = $user;
Assembly? Are you mad? We all use Algol now.
To: John Robinson
Do you have a thread somewhere where I can read what the heck is going on here? :-)
Last night I saw chit-chat
1 minute. Now you know no one can chit-chat for one minute.
This morning I see general interest
2 minutes.WHAAATZZZZZZZZZZZ UP?
17
posted on
03/11/2002 6:53:29 AM PST
by
Spunky
To: AppyPappy
Actually, most of the work is in rebuilding the 6 million record self-search table to use a different key. (I should purge that thing on occassion.) It would take some time, all of it down time.
To: Spunky
1 minute/2 minute etc is the time the last post was made to the forum. I'm going to change that to just flag if there are new posts since the last visit.
To: AppyPappy
Hey... waita minute.............. argh!
Navigation: use the links below to view more comments.
first 1-20, 21-40, 41-60, 61-80 ... 101-107 next last
Disclaimer:
Opinions posted on Free Republic are those of the individual
posters and do not necessarily represent the opinion of Free Republic or its
management. All materials posted herein are protected by copyright law and the
exemption for fair use of copyrighted works.
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson