# NOT RUN {
conn = odbcConnect('MyDataSource')
sqlPrepare(conn, "SELECT * FROM myTable WHERE column = ?")
odbcGetQueryTimeout(conn) # shows the current query timeout of the prepared statement
sqlExecute(conn, 'myValue')
sqlFetchMore(conn)
# }
Run the code above in your browser using DataLab