Click here to Skip to main content
15,886,806 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow to create discussion forum in our asp.net application Pin
Member 1400092528-Sep-18 2:35
Member 1400092528-Sep-18 2:35 
AnswerRe: how to create discussion forum in our asp.net application Pin
Richard MacCutchan28-Sep-18 3:30
mveRichard MacCutchan28-Sep-18 3:30 
Questionwhat is cell padding, and cell spacing? Pin
Member 1399521523-Sep-18 21:18
Member 1399521523-Sep-18 21:18 
AnswerRe: what is cell padding, and cell spacing? Pin
Richard MacCutchan23-Sep-18 21:56
mveRichard MacCutchan23-Sep-18 21:56 
AnswerRe: what is cell padding, and cell spacing? Pin
Graham Breach23-Sep-18 21:57
Graham Breach23-Sep-18 21:57 
AnswerRe: what is cell padding, and cell spacing? Pin
Subham Subhasis Patra3-Nov-18 9:28
Subham Subhasis Patra3-Nov-18 9:28 
AnswerRe: what is cell padding, and cell spacing? Pin
TheChewingTurkey18-Dec-18 1:30
TheChewingTurkey18-Dec-18 1:30 
Questionavoiding the use of SELECT * FROM information_schema Pin
Member 1399075319-Sep-18 13:02
Member 1399075319-Sep-18 13:02 
hello can someone help me to add a cache for this query or for a way to optimize it by avoiding the use of SELECT * FROM information_schema to improve the performance of this query

SELECT * FROM   information_schema.key_column_usage AS kcu
       INNER JOIN information_schema.referential_constraints AS rc
               ON ( kcu.constraint_name = rc.constraint_name
                    AND kcu.constraint_schema = rc.constraint_schema )
WHERE  kcu.table_schema = 'joseph79_tiny'
       AND kcu.table_name = 'options'
       AND rc.table_name = 'options'  

SELECT * FROM       information_schema.key_column_usage        AS kcu
INNER JOIN information_schema.referential_constraints AS rc
ON         (
                      kcu.constraint_name = rc.constraint_name
           AND        kcu.constraint_schema = rc.constraint_schema ) wh ere kcu.table_schema = 'joseph79_tiny'
AND        kcu.table_name = 'links'
AND        rc.table_name = 'links'

AnswerRe: avoiding the use of SELECT * FROM information_schema Pin
Mycroft Holmes19-Sep-18 19:02
professionalMycroft Holmes19-Sep-18 19:02 
Rant[REPOST] avoiding the use of SELECT * FROM information_schema Pin
Richard Deeming20-Sep-18 2:34
mveRichard Deeming20-Sep-18 2:34 
Questiontrying to make vertical css columns Pin
navyfalcon16-Sep-18 13:32
navyfalcon16-Sep-18 13:32 
AnswerRe: trying to make vertical css columns Pin
Richard Deeming18-Sep-18 3:50
mveRichard Deeming18-Sep-18 3:50 
Questionhover effect on picture on picture Pin
Member 1398101511-Sep-18 10:43
Member 1398101511-Sep-18 10:43 
QuestionMFA bypass Pin
Member 1341109110-Sep-18 16:43
Member 1341109110-Sep-18 16:43 
AnswerRe: MFA bypass Pin
Richard MacCutchan10-Sep-18 21:12
mveRichard MacCutchan10-Sep-18 21:12 
QuestionWeekly Schedule...need Daily Tabs to open on that Day Pin
Member 1208020110-Sep-18 8:42
Member 1208020110-Sep-18 8:42 
AnswerRe: Weekly Schedule...need Daily Tabs to open on that Day Pin
Richard MacCutchan10-Sep-18 21:11
mveRichard MacCutchan10-Sep-18 21:11 
QuestionPush to talk Pin
nitrof7-Sep-18 10:34
nitrof7-Sep-18 10:34 
Questioncalling a WordPress plugin templates stored in theme directory Pin
Member 139746655-Sep-18 19:02
Member 139746655-Sep-18 19:02 
QuestionProblem with IE and Firefox Pin
Member 1396510030-Aug-18 6:13
Member 1396510030-Aug-18 6:13 
SuggestionRe: Problem with IE and Firefox Pin
Richard MacCutchan30-Aug-18 6:34
mveRichard MacCutchan30-Aug-18 6:34 
QuestionHow to post array of objects to oData Pin
Asif Rehman27-Aug-18 0:56
Asif Rehman27-Aug-18 0:56 
QuestionMonitoring Dashboard Pin
Member 1341109121-Aug-18 22:59
Member 1341109121-Aug-18 22:59 
QuestionUsing Vaxin Security on Microsoft Server 2016 Pin
Member 1229095118-Aug-18 3:09
Member 1229095118-Aug-18 3:09 
AnswerRe: Using Vaxin Security on Microsoft Server 2016 Pin
Nathan Minier20-Aug-18 1:39
professionalNathan Minier20-Aug-18 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.