kixosvk
4 years agoNew Contributor
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...
- 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()?