curiosità...che differenza c'è tra questo:

codice:
a = "select * from OPERE where codice like '*" & textbox1.text & "*'"
e questo?

codice:
a = "select * from OPERE where codice like '%" & textbox1.text & "%'"