hi,
I'm novice in WinRunner, I'm trying to make a small database test, I'm connected to the DB, I can create table, add lines, but I can't interogate it with :
- db_get_row ( )
- db_get_field_value ( )
db_connect(DSN,"DSN="&DSN&";UID="&UID&";PWD="&PWD) ->ok
db_execute_query(DSN,sql,Nbr_Enreg)...