C Curt_C [MVP] May 27, 2004 #2 Set = rs("field") isn't valid that I know of in ANY lang? And it will depend on if you are using a RS, DS, etc etc
Set = rs("field") isn't valid that I know of in ANY lang? And it will depend on if you are using a RS, DS, etc etc
S Steve C. Orr [MVP, MCSD] May 27, 2004 #3 The syntax you listed isn't quite valid... I'm not entirely sure what you're trying to do... Maybe you're looking for something like this: Dim s as string = MyDataReader("FirstName")
The syntax you listed isn't quite valid... I'm not entirely sure what you're trying to do... Maybe you're looking for something like this: Dim s as string = MyDataReader("FirstName")