Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Vibin Venugopal

@Vibin Venugopal
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Combobox problem
    V Vibin Venugopal

    Thanks for the reply Please guide me on what i should include to get all the data in that particular column.

    C# csharp help database visual-studio winforms

  • Combobox problem
    V Vibin Venugopal

    HI, Am trying to retreive some data into the Visual Studio C#.net (Winforms) combobox from a access database, but when i run it, i get only the first record, Please help me out. Thanks Vibin private void Form2_Load(object sender, System.EventArgs e) { int count=0, b=0; try { con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\\JET PRINT LIMITED\\JET PRINT LIMITED.mdb"); da=new OleDbDataAdapter("select * from STOCKDET",con); con.Open(); ds=new DataSet(); da.Fill(ds,"STOCKDET"); comm.Connection=con; comm.CommandType=CommandType.Text; da=new OleDbDataAdapter(comm); dr=ds.Tables [0].Rows [b]; comboBox1.Items.Add (dr[1].ToString()); MessageBox.Show("data into Combobox successfuly!!!"); MessageBox.Show("Connected successfuly!!!"); } catch(Exception k) { MessageBox.Show(k.Message); } }

    C# csharp help database visual-studio winforms
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups