Hi,
There is an error on DataGrid1.DataSource = Adodc1.RecordSource
method or data member not found. When i do below setting manuel in properties, there is no problem.
Thanks
Adodc1.ConnectionString = "Provider=MSDAORA.1;Password=psw;User ID=iuu;Data Source=video;Persist Security Info=True"
Adodc1.RecordSource = "Select * From movie"
DataGrid1.DataSource = Adodc1.RecordSource