hi all , i'm trying to import db from one db to other , here i'm getting only tables and views only . in that db i'm having stored procedures also but im not getting stored procedures . can any body explain me how to get the whole db . Thanks , csn
mrcsn
Posts
-
Importing database from one db to other db -
Deploying windows applicationHi all , I'm working with windows application . in this i used one web service to get details from database . could any body give me references or explanation about deploying this application with web service and database .after deploying and installing it should work in different systems ..... Thanks C.S.N
-
Deploying windows applicationHi , Thanks for ur reply . i disabled firewall and .net 2005 is there where im trying to installed this application. one more thing i have to say .. here that deployed application is executing fine if first the application is exeuted in IDE .because the the service is still running after executing the application . that webservice is not running when we execute exe file .. i think u got what im trying to say ... pls let me know if u get the solution .. thanks CSN
-
Deploying windows applicationHi all, i working with windows applications(C#).i used webservice in this .Application is working fine in vs 2005 but after deploying it is giving error as - Unable to connect to the remote server . can any body explain me how to resolve this problem ...
-
Problem in sending mails through smtphi all, i'm sending mails by using smtp server ,code is executing but the mails are not going and that mails are there in mail queue and bad mail in mailroot folder . can any one tell me what is the problem .... thanks , CSN
-
Regarding Message Box sizeHi all , is there any way to increase the message box size ,like 1/4 of the desktop . thanks , CSN
-
sql refreshhi , in try block after query exection just assign textbox.text=""; i think this solves u r problem . if this is in webapplication we can set viewstate as false . bye .
-
Change Controls property: pattern?hi search in www.codersource.net [^] u have to write a loop which iterates to all the controls in that form and according to your requirement change that control text .
-
Deploying windows applicationhi , thanks for ur reply . here in client system he dont have any database i have to do all the things . i dont know whether to install full version of sql server 2005 or sql server express 2005 . is sqlexpress2005 is sufficient ??? can u tell which is better one to do .. thanks . CSN
-
Deploying windows applicationhi all, i developed one windows application which needs database interaction . now i want to deploy the application in the client system which dont have .net and database . i know how to install .net framework component but which database component i want to install to run the database .im using sql 2005. can u please explain me the procedure ... thanks . CSN
-
Regarding sum of a columnThanks for u r reply .. ex : result ------ 200 350 500 400 250 in next row or separate column i want sum of these rows .
-
Regarding sum of a columni will explain where i stuck .. i'm having two tables transaction and pricing . in transaction table i'm having number of seats column and price/seat in pricing . here i want a column which displays (no. of seats * price/ seat ) and sum of all these rows as next row or separate column.i'm getting(no. of seats * price/seat) using join but im not getting how to do sum of all these rows . can u tell me this pls .. thanks csn
-
Regarding sum of a columnHi , i will explain where i stuck .. i'm having two tables transaction and pricing . in transaction table i'm having number of seats column and price/seat in pricing . here i want a column which displays (no. of seats * price/ seat ) and sum of all these rows as next row or separate column.i'm getting(no. of seats * price/seat) using join but im not getting how to do sum of all these rows . can u tell me this pls .. thanks csn
-
Regarding sum of a columnHi, Sorry for late reply . here im having price of seat in one table and no. of seats in another table. i want to get result(Price * No. Of Seats ) as amount to pay as one cloumn and total of these values as another column. i think now u can understand my problem .. can u tell me the query how can i do this . thanks .
-
Regarding sum of a columnHi , im using two tables , tbl1,tbl2 . im multiplying tb1.column1 ,tbl2.column and displaying as result . i want to display sum(column1.column2) as total (another column). can any body tell me the query for this , Thank u. C.S.n
-
Help regarding CSShi , can any one tell me how to use css in windows applications (C#). Thanks , CSN :)
-
Help regarding crystal reportsHi , Thnaks for you reply ..., i will try this ...
-
Help regarding crystal reportsHi , i am able to create static crystal reports , but i want to create reports based on user input. I have to provide UI to select between two dates and some other options . i want to get data from databse (sql 2005) based on these query ... can any one suggest me how can i do : this (samples or Links ) Thanks csn.
-
Help regarding Checkbox event in datagridviewthanks , i will try this code regards, csn. :)
-
Help regarding Checkbox event in datagridviewHi All, in one (windows)form im binding the table to datagridview ,with check box column . if i click check box in one column , i want to display the content of that row in a new window ... in which event we have to write the code .., give me samples or tell me how to write ..!! thanks .