Bryan
Well-known member
ok, it seems microsoft changed way to much when they went to .NET
in VB6 if I wanted to set a string equal to a value of a field in a record I did:
stringname = rs.fields("FieldName")
now when i do that .NET gives that cute little blue squigly line underneath the rs.fields("Fieldname") and when I hover my mouse over it I get the message that says "Value of type ADODB.Field Cannot be converted to String."
So do any of you here know how I set the value in a field into a string? I cant figure it out.
in VB6 if I wanted to set a string equal to a value of a field in a record I did:
stringname = rs.fields("FieldName")
now when i do that .NET gives that cute little blue squigly line underneath the rs.fields("Fieldname") and when I hover my mouse over it I get the message that says "Value of type ADODB.Field Cannot be converted to String."
So do any of you here know how I set the value in a field into a string? I cant figure it out.