Forum Discussion

kixosvk's avatar
kixosvk
New Contributor
4 years ago
Solved

Getting DB result for Bulgarian Cyrilic in testComplete

Hello to everyone,    i have following problem. Im using ADO.CreateADOConnection() apporoach to getting results from oracle DB , via ODBC connections , created in OS.   But when i want to get te...
  • tphillips's avatar
    4 years ago

    What happens if you inspect rSet.Fields.Item(0)? Does it have any other properties/methods that might give you what you want?

     

    Does it do the same if you use ADO.CreateADOQuery() instead of ADO.CreateADOConnection()?