Search:

Type: Posts; User: deepakk87; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: How to build simple Treeview programatically?

    Public static void updatetreeview(universal_database_manager form) { datatable dt; treenode tn1,tn2,tn3; string databasename; form.datatreeview.nodes.clear(); foreach (databaseinformation di in...
  2. Answers
    7
    Views
    22,421

    Re: How C# differes from JAVA

    Dot can use poinrter but we have to compile it with unsafe keyword in java we can not use system dll file like kernel.dll gdi.dll etc while in dot.net we can do all this .example we can use directx...
  3. Answers
    3
    Views
    4,998

    Re: db connectivity

    It is similar to any other DBMS like SQL.
    Use ODBCConnection and OdbcReader .In Connection String= ";dbq="Pathname of file;dsn=access files ";
  4. Answers
    1
    Views
    5,068

    Re: DataGridView Automatically Refreshes

    I think It is happening Due to the Event in which you have placed the logic of loading the DataGridView .For Example you might have placed code in Activate Event Best Way is to use load Event of the...
  5. Answers
    4
    Views
    8,532

    Re: Hi i have just joined so sorry for begin late :P

    Thanks for replying but i have made it on my own. I use data provider factories for designing my software. It allows you to connect to any database server and allows you do many task. Although it is...
  6. Answers
    4
    Views
    8,532

    please read this

    I am Currently working on a software which open any Database File (Access,SqlServer,Excel etc) and display any of its Table in a DataGrid View
    If you Edit the table i want changes to be made into...
  7. Oracle Re: how differentiate between function and procedure?

    function return something whereas procedure dont return anything
Results 1 to 7 of 7
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact