Results 1 to 2 of 2

Thread: Sql [Resolved]

Threaded View

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Sql [Resolved]

    This frustrating me !! What am I missing here ??
    VB Code:
    1. dim colum as string
    2.  
    3. Dim dv As New DataView(ds.Tables("MyTab"), "" & colum & " Like '" & txt.Text & "%'", "C_URL", DataViewRowState.CurrentRows)
    It gives me an error saying "Wrong in SQL statement "
    any idea ??
    Last edited by Pirate; Mar 9th, 2003 at 10:16 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width