hi sudhir.......
k heraft ll do it...
well,here s ma code
To make grid to wrk:
private sub ok_click()
dim rs as new adodb.recordset
dim adconn as new adodb.recordset
set adoconn=new adodb.recordset
adconn.connection="provider=msdaora.1;user id=bs;data source=ltm;password=inno"
adconn.open
rs.cursorlocation=aduseclient
rs.open "select * from lib_issue",adconn,adopenkeyset,adlockoptimistic
set datagrid1.datasource =rs
datagrid1.refresh
end sub
this is what i did so far....
once again i remind you what i actually need
see,i have a datagrid in one form. In that ineed todoubleclick a row which opens another form.
In that second form m having textboxs which should display the row detials in that...
say if that row contains author name,book name,book id...all those details should be get displaying in the corresponding text boxes.
m i clear to you mr.sudhir????
if you know the solution for dis please dohelp me(vry vry urgent).........
million thanks in advans....