Guest User

Untitled

a guest
Jun 17th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. insert_Producto = do
  2. conn <- connect
  3. defaultConnectInfo {ciUser = "root", ciPassword = "", ciDatabase = "prueba"}
  4. oks <- executeMany conn "delete from producto"
Add Comment
Please, Sign In to add comment