Hi,
I , unknowingly, create a user in database with loginname of 'windows_user' instead of sql server user , now enable to drop.
pl suggest the way ..
Regards
Ajay Kumar Miglani
Delhi-India
Hi I have a file try.SPEC. This file contains a word "Version: 1.0.0.1" . Now I want to write a shell script which will read the version number from keyboard and insert in the file. eg- if the user enters the version number as 2.1.1.1 then the file will have Version: 2.1.1.1" instead of "Version: 1.0.0.1". like this i want that i must be able to change irrespective of knowing what is the version number present in the spec file
Thanks
Sunil Kumar Sahoo
I have created JTextpane and inserted components inside textpane (components like Jtextarea). (vertical scrollbar of )Jscrollpane of JTextpane is automatically set to bottom when I insert new components in that JTextpane. I want to keep it to be set to the top position. How can I do this
Thanks
Sunil Kumar Sahoo
Hi I have written a small java program based on swing application. Now I want to store the object of my swing application (jframe) in database and I want to retrieve the same from database when its necessary. during retrieve i want to get the same object. I am using sqlite as database
How to achieve this functionality
Thanks
Sunil Kumar Sahoo
Hi I am using Visual Studio,
I want to set icon to my jar file. But I donot know how to set icon file to my Jar file. So How can I set icon to my Jar file.
Thanks
Sunil Kumar Sahoo
Hi Guys,
i tried to open the website from broswer project is deployed at IIS i am getting this exception
Exception information:
Exception type: SqlException
Exception message: Cannot open database "TestDB" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
any solution?
Regards
kumar
I have written a socket program in Java. Both server and client can sent/receive data to each other. But I found that if client sends data to server using TCP then internally TCP sends acknowledgement to the client once the data is received by the server. I want to detect or handle that acknowledgement. How can I read or write data in TCP so that I can handle TCP acknowledgement.
Thanks
Sunil Kumar Sahoo
Hi I have postfix running on my Mail Server. I want the following functionality using java program
Whenever a new mail comes i came to know using postfix. but I want a java program which can read this newly coming email.
Thanks
Sunil Kumar Sahoo
Hi I have created a java application. I found there is an application menu and about application in Mac. I donot know how to customize those about application dialog. i Want to write my own dialog instead of that dialog. How to do this.
I found that I have to use Application Adapter.
Thanks
Sunil Kumar Sahoo
Hi I have created .rpm packages successfully for fedora FC10 linux. I can cretae .rpm file of my application similarly I want to create .deb file of my application. I want step-by-step approach to create debian packager. Please help me to create .deb file for my application
I am using ubuntu linux to create packager
Thanks
Sunil Kumar Sahoo
I have created a Text Messaging product which will be free. But I want Beta Testers for that product. This product can be deployed on Windows, Mac and Linux platforms
How to invite Beta Testers to test my application.
Also I want to know how to invite linux, Mac, StackOverFlow and other community guys to beta test my product.
Thanks
Sunil Kumar Sahoo
Hi I want to write a java program where I will provide my email id and password. and I want to read all new unread messages that arrived to that email id. I donot know how to write program for that.
Thanks
Sunil Kumar Sahoo
Hi guys,
i have one application that is deployed in IIS at Remote Desktop. if i access that application from local system
i am getting "Internet explorer cannot display the webpage" and it is running fine in Remote Desktop but not in Local system.
any solution why?
Regards
kumar
Hi,
How do i update textbox using MVC Ajax UpdateTargetId option.?
I am new to MVC Ajax applications. Please any one help me out.
Thanks,
Pon Kumar Pandian .T
Hi I have created a text field in java and i am able to get the data from text field and store in a .txt file. But My problem is that let the my data in textfield is in bold and italic format and the font colour is red. Now I want to store the data exactly in the same format in .txt file. I donot know how to write code for that.
Anyone please help me to solve this type of problem
Thanks
Sunil Kumar Sahoo
Hi,
i am developing one aspnet application in that i am using Sessions. if user login into the application and click on logout here i am closing session.
suppose if the user doesn't click on the logout and he close the browser. how to kill the session when user closed the brower without logout
Regards
kumar
Hi,
I want to select the records from a table which are updated or added in the last one month (table doesn’t have any datetime field and I can’t change the table structure).
Is it possible to write a sql query for that? how to fetch those records from table
regards,
kumar
Hi All,
I created Tabular value filter and configured to report in dashboard designer
but when I preview the report 'This report requires a default or user-defined value for the report parameter 'swcustomer''
How to i resolve this issue.
Thank you for your help.
Kumar
hi,
how to view the job in text in sql server 2005?
Ex: for store procedure we use sp_helptext .is there any keyword for job in sql server 2005
regards
kumar
How can i use SVD algorithm in mahout for producing recommendations on explicit binary data-set (eg. a user purchased or not but no specific ratings ) in an e-commerce domain ? Also what algorithms aim at producing recommendations on such binary data-sets ?
Thanks in advance.
Pranay Kumar,
2nd yr,cse
Hi All,
Actually am try to get a report on merge conflicts. I used 'git blame' to see who has changed what line, but i couldn't find the branch and repository name information.
Is there a way to find the repository name, branch name and author name of a file from 'git blame' or from commit ids' so that whenever a merge conflict occurs i can send an email to the authors who have touched that file/lines to resolve it.
Thnaks
Senthil A Kumar
Hi,
In SQL SERVER 2005 This query works fine : Select * from sys.procedures where object_definition(object_id) like '%J%'
SELECT * FROM MSDB.DBO.SYSJOBS WHERE NAME LIKE '%J%'
but in sql server 2000 it is not working. Here i need to find the all the stored procedures and jobs which matches my string ? how to find in sql server 2000 ?
regards,
kumar