Re: [NTG-context] Struggling with SQL!

2021-06-05 Thread Hans Hagen
On 6/4/2021 9:09 PM, G.C.H.M. Verhaag wrote: Hans, thanks for your answer. I also tried \usemodule[sql] with the same result however! The system I use is Ubuntu 18.01 and installed TeXStudio, that's all. That also installs TeX/LaTeX/ConTeXt, but probably that's causing the issues! Hopefully

Re: [NTG-context] Struggling with SQL!

2021-06-04 Thread G.C.H.M. Verhaag
Hans, thanks for your answer. I also tried \usemodule[sql] with the same result however! The system I use is Ubuntu 18.01 and installed TeXStudio, that's all. That also installs TeX/LaTeX/ConTeXt, but probably that's causing the issues! Hopefully a complete reinstall of TeXLive will solve th

Re: [NTG-context] Struggling with SQL!

2021-06-03 Thread Hans Hagen
On 6/3/2021 12:51 PM, Gerard Verhaag wrote: Hi, I'm trying to get MySQL data access working but can't solve the issues I'm encountering. Part of my code looks like: it's probably better to use \usemodule[sql] you also need to have the sql library in the tex binary tree (see manual) (in l

[NTG-context] Struggling with SQL!

2021-06-03 Thread Gerard Verhaag
Hi, I'm trying to get MySQL data access working but can't solve the issues I'm encountering. Part of my code looks like: \startluacode productsheet = productsheet or {} function productsheet.sqldatabase(database,user,password) productsheet:sql(database,user,password) end function productsheet