Search found 31 matches: adodefault

Return to advanced search

Re: ADO : Building columns , NULL ... DEFAULT

... Resync() does not work perfectly with all databases. Works perfectly with MSSQL and Requery() is slow but works in all cases Tested just now. Adodefault() is not working. As to the code we can always share with you wherever necessary. But this is not working here. May I know are you developing ...
by nageswaragunupudi
Thu Sep 22, 2016 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1615

Re: ADO : Building columns , NULL ... DEFAULT

... 'Fivewin power' , ... ) .... oRs:AddNew() FIELD2 must become the value "Fivewin power" . Will Ors:Fields("FIELD2"):Value := AdoDefault() do so ? or does it the same as AdoNull() ? This function is not present in FWH1404. ( I don't use FWH for comercial purposes , ony to make ...
by Franklin Demont
Thu Sep 22, 2016 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1615

Re: ADO : Building columns , NULL ... DEFAULT

... done either by omitting the assignment in SQL statement of specifically assigining DEFAULT. Now, how do we do it in ADO. Instead of using NIL, use AdoDefault(). AdoDefault() and AdoNull() are functions provided by FWH for this purpose.
by nageswaragunupudi
Wed Sep 21, 2016 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1615

Re: ADORDD FAQs

Angel, Aqui sigue funcionando bien. Lo que he visto es que hay funciones de FWH repetidas dentro de AdoRdd.prg Cambia estas funciones a static en AdoRdd.prg ó simplemente bórralas de AdoRdd : ADORDD.obj : warning LNK4006: _HB_FUN_ADONULL already defined in Fivehm.lib(ADOFUNCS.obj); second definitio...
by gautxori
Sun May 15, 2016 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 23005

Re: ADORDD FAQs

Angel, Aqui sigue funcionando bien. Lo que he visto es que hay funciones de FWH repetidas dentro de AdoRdd.prg Cambia estas funciones a static en AdoRdd.prg ó simplemente bórralas de AdoRdd : ADORDD.obj : warning LNK4006: _HB_FUN_ADONULL already defined in Fivehm.lib(ADOFUNCS.obj); second definition...
by Antonio Linares
Sun May 15, 2016 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 23005

New FTDN June 2015 (FWH 15.06)

... 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the function OleDefaultArg() * Enhancement: Class TCheckBox Method Redefine() was missing ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3474

Re: ADORDD Error : ADODEFAULT(5256)

Thank you so much Antonio and Lucas Index is working now, when I change all to uppercase. The RELATION is working too.     SET ADODBF TABLES INDEX LIST TO { {"CCRTBL",{"CCRTBL1","TBL_RMNO"}}, ;                                                ...
by dutch
Wed Jun 17, 2015 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

I did both set but still got the same error. Application==========   Path and name : D:\V6\TADORDD\Release\test.EXE (32 bits)   Gr๖฿e : 2,948,608 bytes   Time from start : 0 hours 0 mins 57 secs    Error occurred at : 06/17/15, 17:18:15 Description : Error ADORDD/1201  Work area not indexed:...
by dutch
Wed Jun 17, 2015 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Dutch,

You have to set both SET ADO TABLES INDEX LIST TO... and SET ADODBF TABLES INDEX LIST TO...
by lucasdebeltran
Wed Jun 17, 2015 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

This is my sample code. I have 2 table and need to make RELATION but it got an error "ADORDD/1201 Work area not indexed: GST" 1. ccrtbl it has tbl_gstno = gst_intno in ccrgst 2. ccrgst Now I try to make index for both table. What I do wrong? #include 'adordd.ch'#include 'fivewin.ch'#includ...
by dutch
Wed Jun 17, 2015 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Dutch, You can do whatever you do with any other rdd like dbfcdx. Please read the readme.pdf in github its like a small manual you have everything there. The only limitation is the variables evaluation in index expressions as they are unknown to adordd SQL. Here its just like ADS rdd. And actions ov...
by AHF
Wed Jun 17, 2015 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Dear Antonio,

I have set SET ADO FORCE LOCK OFF as Lucas recommendation, it's working now.

Can I make SET RELATION TO ... INTO ....?

Thanks in advance,
Dutch
by dutch
Wed Jun 17, 2015 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Ducth,

Please post your set SET ADO LOCK CONTROL

Please check the Lucas post in the topic 2012 server.
by AHF
Wed Jun 17, 2015 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Dear Antonio F., If I use MySql, I have to set ADODBF TABLES with Clipper Expression Index. Do I need to set ADO TABLES also? You need always to set both ADODBF TABLES and ADO TABLES Yes, It has created in my MySql Db. No, It just create from your code (LOCK CONTROL) How do you have a tLocks in MySq...
by dutch
Wed Jun 17, 2015 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649

Re: ADORDD Error : ADODEFAULT(5256)

Dear Antonio F.,I try to find in ADORDD.PRG, because I got an error message for existing table TLOCKS in MySql. You have checked the existing TLOCKS.DBF from SET ADO LOCK CONTROL SHAREPATH TO .... setting but it got an error message when I use MySql DB.If I use Clipper Expression in INDEX file, I n...
by AHF
Tue Jun 16, 2015 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 4649
Next

Return to advanced search