C
cj2
I just found out that using the odbcdatareader I can executereader then
immediately start using the data like myodbcreader("field") without
using myodbcreader.read first. With the sqldatareader this does not
work. I have to do mysqlreader.read before I can use the data. I'm
curious why the difference.
immediately start using the data like myodbcreader("field") without
using myodbcreader.read first. With the sqldatareader this does not
work. I have to do mysqlreader.read before I can use the data. I'm
curious why the difference.