Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for JeanPhilippe

try this "select a.client_id,a.name,a.address,b.animal_id,b.name from customers a, animal b where a.client_id=b.client_id and a.name like '% John%' here we join two tables customers with name a and animal with name b and search like from a table . But you can search from any field of any table but use refrence …

Member Avatar for simplypixie
0
277
Member Avatar for Travus
Member Avatar for Travus
0
140
Member Avatar for t0kipot

I hope this will help you Set Datagrid1.DataSource = Nothing It will clear the Datagrid . Regards, Shahid From Pakistan +92-0333-4186355

Member Avatar for shahidpk
0
2K

The End.