The situation right now is that, I have the application using two separate DBs (membership provider and application). I need to be able to do SQL statement in application DB to search for all guests by name, address etc... Since application DB doesn't
have role column to filter by, is there any way I could make this work?? Thanks.
thiennhien
Member
36 Points
24 Posts
Search by all members with guests role
Jan 20, 2007 08:25 PM|LINK
Hi All,
The situation right now is that, I have the application using two separate DBs (membership provider and application). I need to be able to do SQL statement in application DB to search for all guests by name, address etc... Since application DB doesn't have role column to filter by, is there any way I could make this work?? Thanks.