1. DO the Connectivity through oracle as mentioned in database connectivity forum
2. Now the following code will allow u to copy the data from the data base to the VB form
as given below.
MSHFlexGrid1 is the name of the flexgrid..
- Quote :
- Set adoRecSet = adocon.Execute("Select * from product")
Set MSHFlexGrid1.DataSource = adoRecSet
adoRecSet.Close
_________________
""»-(¯`v´¯)-»"HACKER OF HEART"»-(¯`v´¯)-»"
