Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Open Points: 75 Time: 05:14 - Nov 25, 2008  

psycho802

load the table data from database into a datagridview

hi, i'm a beginner in vb.net, i tried to create a sample program that loads the table data from oracle database into a datagridview on my vb.net program but the data from the table was not loaded. can i ask a little help regarding this?

the vb6 method of loading table data into a datagrid (set me.dgview.datasource = rs) is not applicable

thanks...

you can send mail here: cleyventh.debelen@phl.fujixerox.com

Categories

Answer Discussion
Tutorials

 

nidhi

Date:: Nov 25, 2008

Time:: 06:35

One way possibly you could try is to use the Fill method

So you have your datagrid, lets call it DataGrid1

You would of defined your connection object using OleDbConnection

Next create the OleDbAdapter and here you put in your query

eg (conn is the OleDbConnection object)

Dim adapter As New OleDbDataAdapter("SELECT Field1, Field2 FROM MyTable", conn)


Now define a datatable to populate the grid with
eg

Dim dt As New DataTable("MyTbl")
adapter.Fill(dt)


Now set the datasource of the datagrid

DataGrid1.DataSource = dt


nidhi

Date:: Nov 25, 2008

Time:: 06:40

Have a look at this alternative method also
http://www.oracle.com/technology/sample_...

admin

Date:: Mar 24, 2009

Time:: 09:51

The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.

The Quomon Team

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Tutorials cannot be submitted until the Answer Discussion is complete.

Submit answers in the Answer Discussion area

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es