User Profile

Collapse

Profile Sidebar

Collapse
Mustaf Kazi
Mustaf Kazi
Last Activity: Apr 5 '07, 04:26 AM
Joined: Jan 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do I get functionalities of ADODB.recordset in datatable

    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...
    See more | Go to post

  • Mustaf Kazi
    started a topic data adapter update error
    in .NET

    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
    ...
    See more | Go to post

  • Mustaf Kazi
    started a topic how to clear listview items
    in .NET

    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.
    See more | Go to post

  • Mustaf Kazi
    replied to sql server
    suppose @@tablename is my table
    to get columns in table then
    select * from information_sch ema.columns where table_name= @@tablename

    ok...
    See more | Go to post

    Leave a comment:


  • Mustaf Kazi
    started a topic How to debug sql programme

    How to debug sql programme

    Hi,

    Can anyone pls tell me how to debug SQL stored procedure or program in Query Analyzer?
    See more | Go to post
No activity results to display
Show More
Working...