Hi,

I use following SQL-String to get all eMails in my Access Database belonging to the same domain:

sql.Format( "SELECT login, passwort, email FROM Accountdaten WHERE email Like '*%s*'", domain );

But for some reason LIKE doesn't work. Can u tell me where the problem is? I have MDAC SP1 installed.

Thanx in advanced

Karsten