Re: Error: no property 'select' for type 'ddbc.core.Statement'

2016-09-21 Thread Vadim Lopatin via Digitalmars-d-learn
/* this code is work while(images.next()) { string mydata = images.getString(4); writeln(mydata); readln; } */ } I am getting error: Error: no property 'select' for type 'ddbc.core.Statement' What I am doing wr

Error: no property 'select' for type 'ddbc.core.Statement'

2016-01-31 Thread Suliman via Digitalmars-d-learn
string mydata = images.getString(4); writeln(mydata); readln; } */ } I am getting error: Error: no property 'select' for type 'ddbc.core.Statement' What I am doing wrong?