I m using give below code to get record from ms access via asp.
SELECT name FROM Tbl_PlayerList WHERE name Like '*raja*'
But this query is not working.....but when i m running this query in ms access query window...there this query is running perfectly...but through ASP...it is not working why....
Can any one help regarding this....i will be very thankful to him.