13 Oct
2007
13 Oct
'07
3:10 p.m.
darabi@web.de wrote:
For example, is it legal to do this:
$ mclient -l mal -d demo -H mal>include sql; mal>sql.start(); mal>bat1 := sql.bind("sys","_tables","id",1);
The last statement hangs the client.
As I expected, it was a dumb newbie mistake: I used sql.start() instead of sql.init() ! With init(), I can use sql.bind flawlessly. Thank you for your patience! Kambiz