I´m trying to fetch some data from a database to a variabele.
I´d created a data connection to an acces db
I can login (due to select statement), but i can't fetch data from the db
VB Code:
command = "{statement}" OleDbDataAdapter1.SelectCommand.CommandText = command
But how can you fetch data from the db.
I read something about getrow but i really can't fix it.


Reply With Quote
