Search found 8 matches

by Cyril
Wed Nov 13, 2024 4:18 pm
Forum: VO & Vulcan
Topic: Issue when using DBF file more than 2GB
Replies: 2
Views: 250

Re: Issue when using DBF file more than 2GB

we use the 2.20 version
by Cyril
Tue Nov 12, 2024 9:53 am
Forum: VO & Vulcan
Topic: Issue when using DBF file more than 2GB
Replies: 2
Views: 250

Issue when using DBF file more than 2GB

Hi, I'm going on migration VO2.7 applications to X# and I found a new issue. We use DBF files and some of them are over than 2GB. In VO2.7, all is OK but when I run the same program in X#, I have an error. find a simple code for example: FUNCTION Start() AS VOID LOCAL oDb AS dbserver odb := dbserver ...
by Cyril
Thu Sep 26, 2024 3:42 pm
Forum: VO & Vulcan
Topic: SqlSelect error with DB2 Driver ODBC
Replies: 4
Views: 451

Re: SqlSelect error with DB2 Driver ODBC

Realy realy thanks !! it's ok with this option just a little correction for futur readers, we can't change option after open connection so we have to do this oDbDB2I := sqlConnection{} // The Cursor options are SQL_CUR_USE_IF_NEEDED, SQL_CUR_USE_ODBC, SQL_CUR_USE_DRIVER // VO 2.7 used SQL_CUR_USE ...
by Cyril
Thu Sep 26, 2024 7:21 am
Forum: VO & Vulcan
Topic: SqlSelect error with DB2 Driver ODBC
Replies: 4
Views: 451

Re: SqlSelect error with DB2 Driver ODBC

Hi

We use 2.7 VO version :(
Is there a solution to fix our issue ?

Thank you
Cyril
by Cyril
Wed Sep 25, 2024 4:19 pm
Forum: VO & Vulcan
Topic: SqlSelect error with DB2 Driver ODBC
Replies: 4
Views: 451

SqlSelect error with DB2 Driver ODBC

Hi I have a SQL error when I want to initiate a SQLSelect with a SQLConnection on DB2 database This code perform correctly in VO but not in XSharp with this error: [IBM][CLI Driver][DB2/AIX64] SQL30090N Opération incorrecte pour l'environnement d'exécution d'application. Code anomalie = "22". ...
by Cyril
Wed Sep 25, 2024 3:58 pm
Forum: VO & Vulcan
Topic: Send mail via smtp
Replies: 3
Views: 478

Re: Send mail via smtp

Hi

Thank you for your investigations.
We found a solution, we use the standard method SMTPSendMail

Cyril
by Cyril
Wed Jul 17, 2024 1:42 pm
Forum: VO & Vulcan
Topic: SetOrder(0) method problem
Replies: 6
Views: 823

Re: SetOrder(0) method problem

Thank you Chris

Yes Reindex problem append after zap. I'll test with the next release

Cyril
by Cyril
Wed Jul 17, 2024 1:30 pm
Forum: VO & Vulcan
Topic: SetOrder(0) method problem
Replies: 6
Views: 823

Re: SetOrder(0) method problem

Hi Chris I think we have some others problems with NTX index. Zap function and Reindex function don't perform correctly. For example the following code: LOCAL oDB AS DbServer LOCAL oMes AS warningbox oDB := DBserver{"C:\Temp\testIndex\EXPLOIT_Test_Zap.DBF", FALSE, FALSE, "DBFNTX"} oDB:SetIndex("C ...