xsharp.eu • VO Select Problem - Page 2
Page 2 of 2

VO Select Problem

Posted: Mon Jul 23, 2018 8:55 am
by Ивайло Кантурски
We use Vo2AdoRdd (SQL) and "::" is required to set the catalog depends of data source (Oracle or SQL). I'm not sure that "DBUSEAREA" cause XSC.EXE to crush. May be some part of code after calling of "DBUSEAREA"

VO Select Problem

Posted: Mon Jul 23, 2018 9:09 am
by wriedmann
Hello,

unfortunately I have no experience with the VO2Ado RDD so I cannot help you further.

I may be wrong, but the documentation of VN2Ado Build 4.30.401 states:
The Vn2Ado RDD is not available. We are not sure if we will create such an RDD. Please contact
us if you are interested in the RDD


I don't know if such a RDD was build later - my version is from September 2015.

You cannot use a VO RDD with X#, but you need a .NET RDD.

Wolfgang

VO Select Problem

Posted: Mon Jul 23, 2018 9:45 am
by Chris
Hello,

This must be a compiler bug, but unfortunately I cannot reproduce it here with the code that you posted. Can you please zip the full code and post it here or send it to me (chris at xsharp.eu) to have a look? I am sure it will be easy to find a quick fix for this so you can continue testing.

Also please note that in addition to what Wolfgang said, DBSelectArea() returns a LOGIC value, so you need to remove the "== 0" part.

Chris