archer_coal
Well-known member
- Joined
- Apr 4, 2003
- Messages
- 96
I have two tables
both have a FIELD 1
I want to compare the two fields and have my process report anything that doesnt match ( not case sensitive because its numerical)
any ideas?
i have my oledbadapter and connection string all setup
my select statement would be somthing like
SELECT Field1 FROM TABLE1, TABLE2 WHERE
then what?
Thanks for any help
both have a FIELD 1
I want to compare the two fields and have my process report anything that doesnt match ( not case sensitive because its numerical)
any ideas?
i have my oledbadapter and connection string all setup
my select statement would be somthing like
SELECT Field1 FROM TABLE1, TABLE2 WHERE
then what?
Thanks for any help