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

Web Development

 
GeneralRe: IE 8 may be the problem Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:54
professionalVimalsoft(Pty) Ltd1-Sep-09 2:54 
GeneralMy bad Pin
David Mujica1-Sep-09 2:59
David Mujica1-Sep-09 2:59 
GeneralRe: My bad Pin
Vimalsoft(Pty) Ltd1-Sep-09 3:05
professionalVimalsoft(Pty) Ltd1-Sep-09 3:05 
Questionasp/database Pin
rajiv_kadam31-Aug-09 21:41
rajiv_kadam31-Aug-09 21:41 
AnswerRe: asp/database Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:38
professionalVimalsoft(Pty) Ltd1-Sep-09 2:38 
QuestionHow to connect a phone to computer in asp.net Pin
kareemmahammed31-Aug-09 21:22
kareemmahammed31-Aug-09 21:22 
AnswerRe: How to connect a phone to computer in asp.net Pin
Marc Firth31-Aug-09 22:20
Marc Firth31-Aug-09 22:20 
QuestionWeb Large Select Statements Pin
mark_me31-Aug-09 8:26
mark_me31-Aug-09 8:26 
Hello,
I have a question related to sql in asp.net. I have come across an asp.net page which contains upto 2000 ids in where in clause in sql select statement(and keeps on increasing). The statement works perfectly good but am wondering if there is any limitation with this approach(ie restriction on sql statement size ). I understand that instead of searching many rows based on ids in the where in clause, one can use a sub select statement ie consider 2 tables , products and parts, with M:N, so there would be Products_Parts table.. consider one wants to select all 1000s of products for 1 part... this can be done by getting all product ids from Products_Parts and then using wherein to get all products..
Another approach would be a join statement like
"Select * from products join (select product_id as pid from products_parts where partid=1) t on t.pid=products.id"
Please note that a simple join can also be used but this situation that i have cannot be solved easily with the simple join and requires either a wherein clause or a sub select. I have designed the queries and seems like the wherein clause statement performs better than join one.. but again, statement size is increasing and am not sure if there are limitations with such approach..
Please provide help
AnswerRe: Web Large Select Statements Pin
Abhishek Sur31-Aug-09 12:39
professionalAbhishek Sur31-Aug-09 12:39 
GeneralRe: Web Large Select Statements Pin
mark_me31-Aug-09 14:05
mark_me31-Aug-09 14:05 
GeneralRe: Web Large Select Statements Pin
Abhishek Sur31-Aug-09 23:09
professionalAbhishek Sur31-Aug-09 23:09 
GeneralRe: Web Large Select Statements Pin
mark_me1-Sep-09 5:11
mark_me1-Sep-09 5:11 
NewsFree Design, Development Software for College & High School Students Pin
brucedkyle31-Aug-09 7:31
brucedkyle31-Aug-09 7:31 
QuestionCan't Load Date Control Error Pin
kKamel30-Aug-09 20:17
kKamel30-Aug-09 20:17 
AnswerRe: Can't Load Date Control Error Pin
Abhishek Sur31-Aug-09 12:49
professionalAbhishek Sur31-Aug-09 12:49 
GeneralRe: Can't Load Date Control Error Pin
kKamel31-Aug-09 19:44
kKamel31-Aug-09 19:44 
GeneralRe: Can't Load Date Control Error Pin
Abhishek Sur31-Aug-09 21:54
professionalAbhishek Sur31-Aug-09 21:54 
GeneralRe: Can't Load Date Control Error Pin
kKamel1-Sep-09 0:12
kKamel1-Sep-09 0:12 
QuestionInterfacing Action Script with VB 6.0 Pin
b2cc29-Aug-09 7:02
b2cc29-Aug-09 7:02 
QuestionSetups for windows or web Application Pin
lavankumar28-Aug-09 23:30
lavankumar28-Aug-09 23:30 
AnswerRe: Setups for windows or web Application Pin
Arindam Sinha29-Aug-09 1:36
Arindam Sinha29-Aug-09 1:36 
AnswerRe: Setups for windows or web Application Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:48
professionalVimalsoft(Pty) Ltd1-Sep-09 2:48 
QuestionLoading headers of a website using IFRAME / Object tag Pin
Mrugendra Bhure28-Aug-09 22:52
Mrugendra Bhure28-Aug-09 22:52 
Questioncheck box checked value semi true Pin
kKamel27-Aug-09 21:09
kKamel27-Aug-09 21:09 
QuestionHelp in JQuery for looping in a gridview Pin
www.Developerof.NET27-Aug-09 20:41
www.Developerof.NET27-Aug-09 20:41 

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.