hi all, Iam in search of generating generic stored procedures(one procedure for a single operation or multiple for all the tables by passing dynamic queries)is it possible???? and want to know whether parameterized stored procedures are pre-compiled or not????? plz send ur views asap thanks in advance regards mamatha
mamatha_raghu
Posts
-
generalized/generic stored procedures -
Stored procedurehi try this query select t1.student_name,t2.tutor_name ,t1.points from table1 t1,table2 t2 where t1.tutor1_id=t2.tutor_id ...... but i think u should not maintain the table1 like this (as u did) try this way... studentname//tutor//points john // 101 // 4 john// 102 // 5 and so on if u feel its voilating normalization then split it into two tables. happy coding:)
-
sharing sql server without client installationhi, thanks for the reply but iam very sorry i did not get any information about my question plz provide any clear information and my question was is there any possibility of accessing and sharing data of sql server from a client machine on which there is no sql client installed? regards mamatha
-
sharing sql server without client installationhi, I want to know is it possible to access sql server db from client machine without the client sql loaded?? thanks in advancd regards mamatha
-
3 tier architecture implementation in .nethello sir thank u very much it helps a lot to update thanks once again
-
3 tier architecture implementation in .nethello sir thanks 4 the reply but iam not asking abt dumping the same asp pages to .net asking about ingeneral how the .net projects are implemented in 3d
-
export to excel through asp page(not asp.net)i didn't get u still the same prob iam getting plz help
-
export to excel through asp page(not asp.net)hello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha
-
3 tier architecture implementation in .nethello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha
-
export to excel through asp page(not asp.net)hello everybody iam working on asp project here i need some datareport generated has to be exported to excel for this i wrote one dll and its working fine when i checked that using vb code but it is not working from the asp page? i am unable to catch the error its not giving any error and giving message as done (i placed as output)only but it is not exporting to excel can any body help (not in asp.net its asp only) regards mamatha
-
3 tier architecture implementation in .nethello, iam working on asp and here we r implementing completely 3-tier architecture and i want to shift to .net and know .net little. actually before that iam very interested to know how to implemet .net in 3d can any body give clear explanation plz thanks in advance mamatha
-
!include aspx in anotheraspxhai apurva let me explain what i need exactly ihave one.aspx page ok in that i have written some functions to display some table of content ok for example... in my one.aspx ihave a function like... function disp(pagesize,query...etc) (iused record set of adodb here to fech the table from param query passed ok) response.write("") (taken loop to display) response.write(") and so on. now i want to use this function in my second.aspx i think now it is clear thanks
recods that feched from table
-
!include aspx in anotheraspxthanks alot for a very fsater reply but still iam getting prob because i have some functions in my first page which are having response.write stmts ok and i want to use these functions in my second page.........iam getting reference error thanks in advance
-
!include aspx in anotheraspxbut i have "response.write" stmts in my page how can it work any other way? can any one send me one example?
-
include aspx in anotherasphello like i have one aspx/asp page which iam using in my many anither pages so i don't want to write all the stuff every time how can i do this? i tried with its not working and i also tried with response.writefile("file.aspx") its working but i want to use some functions of file.aspx page in my present page -----------its throwing an error there because it adds the file at run time and the function in it has not declared before so how can i do this can any one suggest me ------------
-
!include aspx in anotheraspxhello like i have one aspx/asp page which iam using in my many anither pages so i don't want to write all the stuff every time how can i do this? i tried with its not working and i also tried with response.writefile("file.aspx") its working but i want to use some functions of file.aspx page in my present page
-
shaped buttons in asp.nethai can any body help me in creating different shped buttons for a web form in asp.net
-
different controls ina datagrid columnshai iam again i got the point but not getting idea how to do plz any body?
-
different controls ina datagrid columnshai ihave a datagrid with two columns and i added itemtemplate to them as result i got the two columns as: first with all labels and second with all textboxes . ok as col1 col2 xxx xxx xxx xxx col1 as all labels and col2 all as textboxes ok but now is there any possibility to get in the second column as 1 row as button 2 row as textbox 3 row as label etc. inthe second column of the grid like i want to know if there is any template row in .net if not? how to get this? i think u got my point plz any body help.....
-
codebehind system namespacehai can we see the code of methods and etc of a system namespace if yes how? plz help mam_snigdha