Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Links
Visual Basic
rowset is not bookmarkable in vb
how to solve the error "rowset is not bookmarkable" in datagrid or recordset?
Check the following VB code to solve the issues.
Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset
str = "select * from route"
rs.CursorLocation = adUseClient
rs.Open str, con, adOpenDynamic, adLockOptimistic
Set DataGrid1.DataSource = rs
50
Feb 08 10 02:50:32
Sekar
Rating : 









|
|||
Digg
Yahoo
delicious