On just one user site, my VB(5) apps fail when trying to get Oracle(8) table details using a command like
iMaxSurnameLength = tTableDefCollection("TBLDAILY_STAFF".Fields("Surname".Size
Error is 3265 object not in this collection.
It turns out the .Count value for the Fields is always zero. Everything else (recordsets, directly executed SQL, running stored procedures) works fine! It's weird. I expect it's coincidence but this one site is running the apps under Citrix rather than direct on the user PC. As everything looks fine when querying through SQLplus, my suspicions are on the ODBC area. Has anyone else run into anything like this?
iMaxSurnameLength = tTableDefCollection("TBLDAILY_STAFF".Fields("Surname".Size
Error is 3265 object not in this collection.
It turns out the .Count value for the Fields is always zero. Everything else (recordsets, directly executed SQL, running stored procedures) works fine! It's weird. I expect it's coincidence but this one site is running the apps under Citrix rather than direct on the user PC. As everything looks fine when querying through SQLplus, my suspicions are on the ODBC area. Has anyone else run into anything like this?