23 Oct
2012
23 Oct
'12
6:50 a.m.
On 22-10-2012 19:18:15 -0700, Liwen -George- Zhang wrote:
mal>X_3 := sql.mvc();
mal>X_4:bat[:oid,:int] := sql.bind(X_3,"midas","gzhang_test","intcol1",0);
mal>io.print(X_4);
I will get ERROR = !SQLException:mvc:SQL module not initialized. Should I load the SQL module in a MAL session, what's the correct way to get the column if not?
Use the "msql" language (mclient -lmsql), that should initialise the SQL context, so you can get a initialised mvc from sql.mvc(); Fabian _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list