|
-
February 15th, 2003, 12:39 PM
#1
DataView exception error... Please help
Hi I'm getting the below error message when i try to initialize dataview object
An unhandled exception of type 'System.Data.SyntaxErrorException' occurred in system.data.dll
Additional information: Syntax error: Missing operand after 's' operator.
I use the following code
Dim dv As New DataView(ds.Tables("Files"), "URL = '" & strFile & "'", "ID", DataViewRowState.CurrentRows)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|