Hi,
Can anyone help me?
I want to search records in First, Previous, Next, Last manner very frequently. In recordset I can manage pointer with the help of movefirst, movenext,movepr ev,movelast but I dont want to use adodb.recordset .
No such Properties are available in datatable as far as I know so how do I manage these functinalities OR pointer in datatable?
thanks...
User Profile
Collapse
-
How do I get functionalities of ADODB.recordset in datatable
-
data adapter update error
hi,
I tried to update record using data table and dataadapter
but I get error for line (in edit case)
daadapter1.upda te(dtTable1)
the error is
"Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information."
can any one help me out from this.
Regards
... -
how to clear listview items
Hi
Can anyone tell me how to clear items from listview in vb.net 2003.
I tried the code as
Listview1.items .clear()
but it doesn't work.
is that any other method. -
suppose @@tablename is my table
to get columns in table then
select * from information_sch ema.columns where table_name= @@tablename
ok... -
How to debug sql programme
Hi,
Can anyone pls tell me how to debug SQL stored procedure or program in Query Analyzer?
No activity results to display
Show More
Leave a comment: