Re: [Monetdb-developers] MAL access to tables created with SQL

2007-10-13 Thread Kambiz Darabi
[EMAIL PROTECTED] wrote: > The discussion thread indicates a need for some advice. A nice euphemism for me being clueless :-) > Either, your solution works on top of SQL or it > works directly on MAL. Don't ever attempt to be a > man in the middle, e.g. exploiting the implementation > scheme de

Re: [Monetdb-developers] Simple bat operations

2007-10-11 Thread Kambiz Darabi
Hello Martin, > >> However, I have found one solution to my problem; if I type the left > >> hand side, everything works: > >> > >> mal>b:bat[:int,:int] := bbp.bind("test"); > >> > yes that is necessary. In general the type of the bind can not be known. > and MAL requires strongly typed inst

[Monetdb-developers] Simple bat operations

2007-10-11 Thread Kambiz Darabi
Hello, sorry for asking so many dumb questions, but I don't seem to be able to find the answers in the docs. I try to create and persist a bat: (mclient -d demo -l mal) n := bat.new(:oid,:str); bat.setName(n, "person_name"); bat.setPersistent(n, true); bat.append(n, "John", true); bat.append(n