I am developing our intranet system with asp & ms-access 2003 & window 2003 server.
I have a problem to query from ms-access 2003.
When i query information of employees, it takes too long.
my query : select * from table where Last_Name like '%KK%'
i think the problem is to use keyword "like".
i just test simple "select * from table where Last_Name='kk'" is really fast.
If somebody have any idea, could you tell me
I have a problem to query from ms-access 2003.
When i query information of employees, it takes too long.
my query : select * from table where Last_Name like '%KK%'
i think the problem is to use keyword "like".
i just test simple "select * from table where Last_Name='kk'" is really fast.
If somebody have any idea, could you tell me
Comment