ORACLE DATAADAPTER in vb.net

shankar_it

Well-known member
Joined
Jul 6, 2005
Messages
46
helooo,

I did use a

OracleDataAdapter1.Fill(DataSet11)

command to fill the dataset.Initially i did have a OracleDataAdapter1 then i deleted it manually and added another dataadapter,oracleconnection,dataset into the Form with same name and when i run the form it dosent show any error and i cant see the form running even though VB.net shows that it is running.

"OracleDataAdapter1.Fill(DataSet11)" is in the formload.When i remove it from load and place the code under a button control the forum runs.Do you know the reason.Do any one know how to fix it.
 
Back
Top