User Profile

Collapse

Profile Sidebar

Collapse
vinot85
vinot85
Last Activity: Dec 26 '14, 02:50 PM
Joined: Aug 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I would say it is Windows.

    Windows has got excellent features on GUI which is very easy/efficient for a portable computer. Moreover, windows is meant for Personal/Portable computers.

    LINUX and its flavours are known for servers/workstations where high performance and availability is needed.
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to how to develop application using MVC pattern?
    in Java
    Use struts.
    See more | Go to post

    Leave a comment:


  • Vinoth

    First of all, You need to prepare a web service in the Linux machine Language of choice can be Java.

    From the java webservice, you could read the CPU performance parameters by using System class. Or, write a C program to measure the CPU parameters and call the same through JNDI.

    Finally, deploy the webservice and access it from you C# application on windows machine.
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to How to send data back to sql from excel
    in .NET
    You could use Visual Basic Macros If I am not wrong. But, it is slight tough to build efficient.

    My suggestion is to replace the Excel Sheet with MS Data Grid control and updating there to get it reflect in Sql databases....
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to EJB usage in a web system
    in Java
    Hi Buddy,

    Well and good.

    You can very well use it. To use EJB, first you need to have an Application Server like Websphere Application Server, Glass fish, BEA web logic, etc.

    I would suggest you to develop your application using Netbeans5 or 6 where you can deploy the EJB components easily with few actions on the IDE itself.

    The second question of you is Advantage and uses of EJB :
    ...
    See more | Go to post

    Leave a comment:


  • Hi Harsha,

    I would like to clarify something.

    Did you configured the data source using (ODBC data sources) for which you are trying to access ?

    If you have configured, can you please enclose the code snippet herewith, so that I can look over it.


    Regards,
    Vinoth...
    See more | Go to post

    Leave a comment:


  • vinot85
    started a topic Measuring the no of requests to a servlet
    in Java

    Measuring the no of requests to a servlet

    Hi all,
    Can anyone tell how to measure the no of access to a servlet( No of hits by the clients) ?
    See more | Go to post

  • vinot85
    replied to Mfc
    in C
    Hi,
    For learning MFC, MSDN is more than adequate.
    See more | Go to post

    Leave a comment:


  • vinot85
    started a topic Stored Procedure Creation

    Stored Procedure Creation

    Hello to everyone. Im using MySQL 5.0. I am trying to create a simple stored procedure like,

    Code:
     
    CREATE PROCEDURE login_authenticate(IN uname varchar(50), IN pwd varchar(50), INOUT status)
    BEGIN
          DECLARE tcount INT DEFAULT 0;
          select count(*) into tcount from login where username=uname  and password=pwd;
          if tcount > 0 then
               set status = 1
         end if;
         if
    ...
    See more | Go to post

  • vinot85
    started a topic Ending Sessions in PHP
    in PHP

    Ending Sessions in PHP

    Hi everyone,
    I have no idea about how to use sessions in PHP. When i click logout button, my session should get lost. If i press back button in the browser it should not go to the server page.It should show message like session ended. Please share your ideas. whether i need to use javascript for doing so? or else some server side code? Help me soon.


    Kind and Regards,

    Vinoth
    See more | Go to post

  • vinot85
    replied to OdbcConnections - more or less?
    Limiting the connections to a database is always advisable. Because it increases the performance of the application thereby decreasing the database server load.
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to pass value from a form to web service
    in Java
    All you need to do is,
    1) GO to your JSP code window and right click there. You will find pop up window there. from there you can find a option called 'Call web service operation'.

    2)There will be a window asking you to specify the WSDL file location of your web service. Give it accordingly. Netbeans will create the proxy and program skeleton to access the web service via the proxy.

    ...
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to Web Service queries
    in .NET
    Hi buddy,
    There is something called UDDI. Wherein we will discover the services.
    See more | Go to post

    Leave a comment:


  • vinot85
    started a topic How to access a python script

    How to access a python script

    Hello guys,
    Im new to program with python. i want to access python server side script from a web page. What are the prerequesties for that? Im using apache server. should i change any configuration in that server?
    See more | Go to post

  • how to attach the database while deploying the vb.net

    I am going to deploy an standalone project in a standalone system. I have created this project with Visual Studio2005 and SQL Server 2000. I dont know how to install it with their corresponding database in the targeted machine.
    See more | Go to post

  • vinot85
    replied to display data from one page to another
    in .NET
    Hey buddy,
    It is very simple to send an information from one form to other web form.
    You can either use Query strings or Sessions
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to file upload control
    in .NET
    All you have done is right,

    In order to save a file at Server, you should use like,

    file1.SaveAs(Se rver.MapPath("\ Uploads\" & file1.name & ".jpg"))

    This Server.MapPath( ) method will map your application to correct virtual path where your application is running.

    Now ur files will be saved at dir called "Uploads" in your virtual directory.
    ...
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to Read records on first login
    in .NET
    Hi buddy,
    this is simple ya.

    Just do the following after opening the connection.

    dim cmd as new OleDbCommand()
    cmd.CommandText = "select * from table_name"
    cmd.Connection = con
    dim reader as OleDbDataReader ()
    reader = cmd.ExecuteRead er()
    while(reader.Re ad())
    if reader.GetValue (0).Equals(Text Box1.Text) and reader.GetValue (1).Equals(Text Box2.Text)
    ...
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to How to access java webservices in c#
    in .NET
    Hi buddy,

    If you are using visual studio 2005 and you are trying to access it from c#, just go to project and select Add web reference. it will automatically show an address bar showing enter the url for that web service.

    If you enter the URL of the web service created in Java, and click ok after specifying the name of the proxy class say "addproxy" for example.

    Then Visual studio will automatically...
    See more | Go to post

    Leave a comment:


  • vinot85
    replied to General Question on PHP
    in PHP
    Thank u coolsti,
    Information provided by you has given me answers for many questions. Thank you.

    Can you tell what can be done in PHP, that cannot be done in ASP.NET?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...