soldieryap
Programmer
i tried a sql command in MS Access and it work properly but when i tried to put it in commandtext in vb.net (of course modified some to suit vb code), it had problems. how's that happened?? is that vb.net doesn't support it? thanks for answer me.
example : SELECT bread.[bread id], bread.Name, factory.ID, factory.name FROM bread INNER JOIN factory ON bread.[bread id] = factory.[bread id]
example : SELECT bread.[bread id], bread.Name, factory.ID, factory.name FROM bread INNER JOIN factory ON bread.[bread id] = factory.[bread id]