Hi folks,

My Problem is that I can't execute two SQL queries at the same time using one connection.
I want to create two ODBCDataReader objects by using odbccommand.ExecuteReader()
The first one goes fine, but the second one crashes telling me there is already one odbcdatareader assigned to this connection

how can I execute more than one querys without creating a second connection?

greetings UNI