User Profile

Collapse

Profile Sidebar

Collapse
kpoonam
kpoonam
Last Activity: Dec 14 '07, 07:32 AM
Joined: Nov 27 '07
Location: nagpur
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kpoonam
    started a topic VB.NET Exporting Table from Access to Excel
    in .NET

    VB.NET Exporting Table from Access to Excel

    Hi all


    I need to transfer some tables into Excel file.In my form on btnclick event I want to send all data of table into excel sheet.How can do this?plz provide the code .
    I am using Vb.net 2003 with Access
    See more | Go to post

  • kpoonam
    replied to how to load MDI form?
    in .NET
    hi try this........... .......


    [CODE=vbnet]Dim c As String
    s = "select pass from emplogin where username='" & cmblogin.Text & "'"
    com = New OleDbCommand(s, con)
    con.Open()
    dr = com.ExecuteRead er
    While dr.Read
    c = dr(0)
    End While
    con.Close()...
    See more | Go to post
    Last edited by Shashi Sadasivan; Nov 27 '07, 10:43 AM. Reason: adding code tags

    Leave a comment:


  • kpoonam
    started a topic VB .Net : Read Excel File
    in .NET

    VB .Net : Read Excel File

    hi all

    m new to vb.net.can anyone tell me how to import excel sheet into my form,I am using access as a backend

    regards
    poonam
    See more | Go to post
No activity results to display
Show More
Working...