Fwd: hdbc parametrized select

This was not sent to the cafe since I used the wrong from address.
---------- Forwarded message ----------
From: Asten, W.G.G. van (Wilfried, Student M-CSC)
does hdbc have parametrized selects ? There is execute execute :: Statement -> [SqlValue] -> IO Integer and some other functions which get list of parameters but return IO Integer or IO () and there is other couple of functions fetchRow :: Statement -> IO (Maybe [SqlValue]) which return values of select but do not get parameters
How can i execute parametrized select with hdbc ?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
Wilfried van Asten