Thank you Luc Pattyn. Now I got clear picture . :) ************ S G KORE *******************
shiva kore
Posts
-
If string is a immutable class then how come it is allowing us to make changes ? -
If string is a immutable class then how come it is allowing us to make changes ?Hi all, I am having one small doubt. If string is a immutable class then how come it is allow us change ? ex: String s1="abc"; s1="def"; Sop(s1); it gives op as :- def. does it mean we have made changes on string object ? please tell me. Thanks ************ S G KORE *******************
-
which keyword used for differentiating local and global variable in java.hi, pls tell me. which keyword used for differentiating local and global variable in java. ************ S G KORE *******************
-
how to use % symbol in Like statement.HI, i want to filter no.of rows where field1 contains symbol like %. How to select only those records contains like 20%,30%...etc. ************ S G KORE *******************
-
unicode result on Sql gridHi, I write MSSQL queries to retrieve unicode data. It shows data in result Grid like boxes it cannot be readable format, What to do if unicode character should be displayed in readable format in MSSQL result grid.... ************ S G KORE *******************
-
Sql queries on unicode data [modified]Thank you Rob Smiley. Its working ************ S G KORE *******************
-
Sql queries on unicode data [modified]hi, i have created database with some fields containing nvarchar data. updated data in unicode kannda language text. I am writing queries like :- select * from table where district='UÀÄ®âUÁð'.It will not retriewing any rows. command executed success. Thanks ************ S G KORE ******************* -- Modified Saturday, September 18, 2010 3:26 AM
-
How to keep one more backup copy of current database.How to keep one more backup copy of current database.. where i am using only single database to keep my 10000 record of info. if something goes wrong what to do...So i want to keep one more copy of that keeps continues changes info of main database.. ************ S G KORE *******************
-
How to find the latestCould you pls tell me how you are created backup database. where i am using only single database to keep my 10000 record of info. if something goes wrong what to do... ************ S G KORE *******************
-
grouping muli values in single query ?Thank you Mycroft Holmes. I tried this. but i am getting only one subject grouping data. i want is :- School name ,count(lan1 marks <35), count(Lan2 marks < 35),count(Lan3 marks <35) ......I want to know school wise No of students who have failed in all subjects. Please tell me ************ S G KORE *******************
-
grouping muli values in single query ?I have 10000 rows of schools database. i want to write query such that schools wise ,subject wise ,no_of_students scored < 35 marks. i want to use group by command how do i ???? please help me ************ S G KORE *******************
-
allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.Rcoate Thanks for reply . I will try it. is there any mandatory that our alias name and application name should be same. ************ S G KORE *******************
-
allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.HI all, When i trying to run my project. i got this problem. even this project was successfully worked on other system. when i loaded all the contents and and trying in my system so got this problem pls help. with regards & thanks Shivakumar Kore ************ S G KORE *******************
-
How to store DateTime in database am using following code.How to store DateTime in database am using following code. -- Modified Thursday, March 18, 2010 9:01 AM
-
How do we find out During Month transactions took place in our Database.Hi all, Could u pls tell me How do we find out During Month transactions took place in our Database. i want to find out only updated rows in current month from my database. multiple users r updating their data by ASP.Net pages. could u pls tell me how can i... Thanks ************ S G KORE *******************
-
Updation of DateTime and IP address of client system through ASP.NET page.Hi all, I want to keep track of date/Time and IP address of client(end users) system. He is updating data through asp form. Datetime and ip address of the system it should be automatically update in database. Can any one pls help with this.. with regards, ************ S G KORE *******************
-
icon of a siteimage was shown in page but not in address bar why?? pls tell me.
-
To lock particular columns from Form usersThanks Brij. i will display some info.mesages to the user. Could u pls tell me how do i make it as read only.
-
To lock particular columns from Form usersYes. i need info regarding to lock some rows in database. it can't be altered by asp.net forms.
-
To lock particular columns from Form usersHi all, could u please tell me how do i lock some rows based upon particular field say rows caontains field names like "sam" . and how do unlock it same pls tell me . Thanks in Advance.