B
Bmack500
Hello. I have two databases, both of which store an objectGUID (from a
contact object) in a UniqueIdentifier Column.
How can I search a value picked up in one (using sqlreader) to a value
in the other table? For example, using the following:
"SELECT * FROM table1 Where objectGUID = '" & sqlReader3("guid") & "'"
This just tells me that I cannot compare objects. How do I cast them,
and what is the syntax for the sql command?
Thanks in advance!
contact object) in a UniqueIdentifier Column.
How can I search a value picked up in one (using sqlreader) to a value
in the other table? For example, using the following:
"SELECT * FROM table1 Where objectGUID = '" & sqlReader3("guid") & "'"
This just tells me that I cannot compare objects. How do I cast them,
and what is the syntax for the sql command?
Thanks in advance!