Navbar

  Elite Fitness Bodybuilding, Anabolics, Diet, Life Extension, Wellness, Supplements, and Training Boards
  Chat & Conversation
  Think about this OTHER one...

Post New Topic  
profile | register | preferences | faq | search

Author Topic:   Think about this OTHER one...
WODIN

Elite Bodybuilder

Posts: 712
From:I have been here since the beginning of time.
Registered: Aug 2000

posted October 05, 2000 03:33 PM

Staff Use Only: IP: Logged


Today's rapid development of technology and sophisticated computer programming techniques have brought us to the fore front of AI! Artificial Intelligence - the ability for a programed machine to form fundamental reasoning without human intervention. How do you know that none of the 'members' on this board are not an AI routine developing post based on input from the collective group here?


Hmmmmm......


Okay the drugs have kicked in now!

------------------
"Marge, I said Wooo Hoo!" Homer Simpson


Click Here to See the Profile for WODIN   Click Here to Email WODIN     Edit/Delete Message      Reply w/Quote
JustinM

Amateur Bodybuilder

Posts: 101
From:NY
Registered: Sep 2000

posted October 05, 2000 03:36 PM

Staff Use Only: IP: Logged


thats enough outa you!!! and whatever your on i might have to Confiscate that from you!!

------------------
Call me Tyrannosaurus Pecs


Click Here to See the Profile for JustinM   Click Here to Email JustinM     Edit/Delete Message      Reply w/Quote
JohnnyO

Moderator

Posts: 1086
From:Houston, TX, USA
Registered: Apr 2000

posted October 05, 2000 03:36 PM

Staff Use Only: IP: Logged


Agent Shagwell=Artifical Intelligence Routine.

Because she has a friend named "Random Task"


Click Here to See the Profile for JohnnyO   Click Here to Email JohnnyO     Edit/Delete Message    UIN: 11976789 Send a message to jolavesen Send an AIM Message to jolavesen   Reply w/Quote
AGENT SHAGWELL

Elite Bodybuilder

Posts: 610
From:cryogenically frozen somewhere in FL
Registered: Aug 2000

posted October 05, 2000 03:38 PM

Staff Use Only: IP: Logged


he's not my friend.....he's my NEMISIS don't ya just love that word NEMISIS..NEMISIS


Click Here to See the Profile for AGENT SHAGWELL     Edit/Delete Message      Reply w/Quote
miles

Amateur Bodybuilder

Posts: 122
From:
Registered: Apr 2000

posted October 05, 2000 03:43 PM

Staff Use Only: IP: Logged


if(bExists)
{
strSqlCmd.Format(
_T("delete from %s.DBO.%s where %s = %d"),
_%d", dwArchID);
if(m_pUDB->StoredProcExists(strProcName, GetSCCDBName()))
{
strSqlCmd.Format(
_T("drop procedure DBO.%s"),
strProcName
);
ExecuteSQL(strSqlCmd);
}
m_pUDB->UnloadVeritySessions();
return(fSuccess);
}

/////////////////////////////////////////////////////////////////////////
// CreateVerityEventsTable

BOOL CComUtilDB::CLocalDataAccessor::CreateVerityEventsTable(DWORD dwArchID)
{
BOOL fSuccess = TRUE;
CString strSqlCmd, strTableName, strTableDef, strErr;
if(fSuccess)
{
strTableName.Format("PGA_PRI_%d_VerityEvents", dwArchID);
strTableDef.Format(
" CREATE TABLE %s"
" ( "
" %s int NOT NULL , "
" action int NOT NULL, "
" status int NOT NULL "
" ) ",
strTableName,
PG_RFLD_RECID
);
fSuccess = CreateSqlTable(strTableName, strTableDef);
if(!fSuccess)
{
strErr.Format(_T("can't create sql table %s"), strTableName);
AddUserError(strErr);
}
}
if(fSuccess)
{
strSqlCmd.Format(
"create trigger %sTgr on %s for update,insert as \n"
"begin \n"
" execute master.dbo.%s %d \n"
" execute master.dbo.%s %d \n"
"end \n",
strTableName,
strTableName,
m_pUDB->m_XPNs.m_strProcessChangestampsProc,
dwArchID,
m_pUDB->m_XPNs.m_strRetryProc,
dwArchID
);
fSuccess = ExecuteSQL(strSqlCmd);
}
return(fSuccess);
}

/////////////////////////////////////////////////////////////////////////
// IsSqlKeyword

BOOL CComUtilDB::CLocalDataAccessor::IsSqlKeyword(const CString& strKeyword)
{
static char* szSqlKeyWords[] =
{
"ADD",
"ALL",
"ALTER",
"AND",
"ANY",
"AS",
"ASC",
"AVG",
"BEGIN",
"BETWEEN",
"BREAK",
"BROWSE",
"BULK",
"BY",
"CASE",
"CHECK",
"CHECKPOINT",
"CLOSE",
"CLUSTERED",
"COALESCE",
"COMMIT",
"COMMITTED",
"COMPUTE",
"CONFIRM",
"CONSTRAINT",
"CONTINUE",
"CONTROLROW",
"CONVERT",
"COUNT",
"CREATE",
"CURRENT",
"CURRENT_DATE",
"CURRENT_TIME",
"CURRENT_TIMESTAMP",
"CURRENT_USER",
"CURSOR",
"DATABASE",
"DBCC",
"DEALLOCATE",
"DECLARE",
"DEFAULT",
"DELETE",
"DESC",
"DISK",
"DISTINCT",
"DOUBLE",
"DROP",
"DUMMY",
"DUMP",
"ELSE",
"END",
"ERRLVL",
"ERROREXIT",
"EXCEPT",
"EXEC",
"EXECUTE",
"EXISTS",
"EXIT",
"FETCH",
"FILLFACTOR",
"FLOPPY",
"FOR",
"FOREIGN",
"FROM",
"GOTO",
"GRANT",
"GROUP",
"HAVING",
"HOLDLOCK",
"IDENTITY",
"IDENTITY_INSERT",
"IDENTITYCOL",
"IF",
"IN",
"INDEX",
"INSENSITIVE",
"INSERT",
"INTERSECT",
"INTO",
"IS",
"ISOLATION",
"KEY",
"KILL",
"LEVEL",
"LIKE",
"LINENO",
"LOAD",
"MAX",
"MIN",
"MIRROREXIT",
"NOCHECK",
"NONCLUSTERED",
"NOT",
"NULL",
"NULLIF",
"OF",
"OFF",
"OFFSETS",
"ON",
"ONCE",
"ONLY",
"OPEN",
"OPTION",
"OR",
"ORDER",
"OVER",
"PERM",
"PERMANENT",
"PIPE",
"PLAN",
"PRECISION",
"PREPARE",
"PRIMARY",
"PRINT",
"PROC",
"PROCEDURE",
"PROCESSEXIT",
"PUBLIC",
"RAISERROR",
"READ",
"RECONFIGURE",
"REFERENCES",
"REPEATABLE",
"REPLICATION",
"RETURN",
"RESTRICT",
"REVOKE",
"ROLLBACK",
"ROWCOUNT",
"RULE",
"SAVE",
"SCROLL",
"SELECT",
"SERIALIZABLE",
"SESSION_USER",
"SET",
"SETUSER",
"SHUTDOWN",
"SOME",
"STATISTICS",
"SUM",
"SYSTEM_USER",
"TABLE",
"TAPE",
"TEMP",
"TEMPORARY",
"TEXTSIZE",
"THEN",
"TO",
"TRAN",
"TRANSACTION",
"TRIGGER",
"TRUNCATE",
"TSEQUAL",
"UNCOMMITTED",
"UNION",
"UNIQUE",
"UPDATE",
"UPDATETEXT",
"USE",
"USER",
"VALUES",
"VARYING",
"VIEW",
"WAITFOR",
"WHEN",
"WHERE",
"WHILE",
"WITH",
"WRITETEXT",
""
};
for(int i=0; TRUE; i++)
{
CString strSqlKeyword = szSqlKeyWords[i];
if(strSqlKeyword.IsEmpty() | | strSqlKeyword == _T(""))
break;
if(strSqlKeyword.CompareNoCase(strKeyword) == 0)
return(TRUE);
}
return(FALSE);
}

//////////////////////////////////////////////////////////////////
// FixupConfigFiles


Click Here to See the Profile for miles     Edit/Delete Message      Reply w/Quote
AGENT SHAGWELL

Elite Bodybuilder

Posts: 610
From:cryogenically frozen somewhere in FL
Registered: Aug 2000

posted October 05, 2000 03:43 PM

Staff Use Only: IP: Logged


Wodin...I don't think we have to worry about too much intelligence, especially artificial on this board my little megabite

------------------
monie in the middle....where she at?;)


Click Here to See the Profile for AGENT SHAGWELL     Edit/Delete Message      Reply w/Quote
Big C

Amateur Bodybuilder

Posts: 177
From:hometown usa.
Registered: Sep 2000

posted October 05, 2000 03:56 PM

Staff Use Only: IP: Logged


Damn I think Miles is malfunctioning!!


Click Here to See the Profile for Big C     Edit/Delete Message      Reply w/Quote

All times are ET (US)

Post New Topic  
Hop to:

Contact Us | Back to Elite Fitness | Privacy Statement

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.45c



HomeArticlesDiscussion BoardsFeatured SitesContact Us� ReportsSupplementsShopping