Search found 19 matches

by ArunBerlin
Fri Sep 29, 2023 7:01 am
Forum: VO & Vulcan
Topic: Seek function isn't working for DBF with CDX index in X# - VO Dialect
Replies: 3
Views: 132

Re: Seek function isn't working for DBF with CDX index in X# - VO Dialect

Hi Chris,

I've attached the DBF file and its cdx file with the reply.

Seek : CONNECT STRING
Please have a look at it.
by ArunBerlin
Wed Sep 27, 2023 6:46 am
Forum: VO & Vulcan
Topic: Seek function isn't working for DBF with CDX index in X# - VO Dialect
Replies: 3
Views: 132

Seek function isn't working for DBF with CDX index in X# - VO Dialect

The below seek is always returning Not Found . I've manually verified that the sParameter key is present in DBF using a DBF Viewer. Also confirmed that no extra space is present. Index File used : CDX IF INIFILE:Seek(sParameter) //Found ELSE //Not Found ENDIF Is there any way to solve it ? Does CDX ...
by ArunBerlin
Thu Sep 21, 2023 3:08 pm
Forum: Welcome
Topic: Error on SQL Query execution in Oracle Database in X# VO Project
Replies: 4
Views: 216

Re: Error on SQL Query execution in Oracle Database in X# VO Project

Thanks Arne. Tried configuring Oracle ODBC and not the Microsoft ODBC. It worked !
by ArunBerlin
Fri Sep 15, 2023 8:01 am
Forum: Welcome
Topic: Error on SQL Query execution in Oracle Database in X# VO Project
Replies: 4
Views: 216

Re: Error on SQL Query execution in Oracle Database in X# VO Project

Hi Robert,

.NET framework version: v4.6
Dialect : Visual objects
Type : Windows Application
XSharp version : 2.12.2.0
by ArunBerlin
Fri Sep 15, 2023 6:50 am
Forum: Welcome
Topic: Error on SQL Query execution in Oracle Database in X# VO Project
Replies: 4
Views: 216

Error on SQL Query execution in Oracle Database in X# VO Project

Error message : [microsoft][odbc driver for oracle]cannot use keyset-driven cursor on join, with distinct clause, union, intersect or minus or on read only result set ODBC Used : Microsoft ODBC for Oracle 32 bit - MSORCL32.DLL (07/12/2019) I've verified that connection to the server was successful ...
by ArunBerlin
Tue May 16, 2023 9:03 am
Forum: VO & Vulcan
Topic: Which RDD Class should be used for DBF/DBZ/DBV
Replies: 16
Views: 2156

Which RDD Class should be used for DBF/DBZ/DBV

Hi Robert,

Any updates on DBFBlob and DBFMemo support in the latest release ?
by ArunBerlin
Thu Oct 06, 2022 1:16 pm
Forum: VO & Vulcan
Topic: Which RDD Class should be used for DBF/DBZ/DBV
Replies: 16
Views: 2156

Which RDD Class should be used for DBF/DBZ/DBV

Hi Robert,
Any updates on DBFBlob and DBFMemo support in the latest release - v2.13.2.2 ?
by ArunBerlin
Fri Aug 26, 2022 2:23 pm
Forum: VO & Vulcan
Topic: Which RDD Class should be used for DBF/DBZ/DBV
Replies: 16
Views: 2156

Which RDD Class should be used for DBF/DBZ/DBV

Hi Robert,

If you still need another VO example code, let me know. I can provide it.
Thanks @AlainC for proving the sample.
by ArunBerlin
Thu Aug 25, 2022 7:30 am
Forum: VO & Vulcan
Topic: Which RDD Class should be used for DBF/DBZ/DBV
Replies: 16
Views: 2156

Which RDD Class should be used for DBF/DBZ/DBV

<r>Hi Robert,<br/> <br/> Functional flow - Create DBV/DBZ - > Open the file -> Replace(append) the DBV content with a 'Data String'<br/> <br/> Code: <CODE><s>[code]</s><i> </i> FUNCTION _DictCreate(pszDictName AS PSZ) AS LONG PASCAL LOCAL cFile AS STRING LOCAL aStruc AS ARRAY LOCAL strRDDList AS _RD...
by ArunBerlin
Wed Aug 24, 2022 11:08 am
Forum: VO & Vulcan
Topic: Which RDD Class should be used for DBF/DBZ/DBV
Replies: 16
Views: 2156

Which RDD Class should be used for DBF/DBZ/DBV

Thankyou Robert for considering the request.
I'm attaching a sample (DBF-DBZ-DBV Sample.zip) with this message.