messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI'm think the only low cost way to use ADO is through an RDD for it.\n\nIf I'm startint from scratch or I have the process in a kind of Tdata object then pure ADO its ok but I think the big majority of Harbour users ha... | ADO RDD xHarbour |
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nlets do one thing. Go ahead and test it with some minor examples and I will help you from here.\n\nIf you get blocked, I will help you how to solve it and you will start understading it.\n\nit is easier than it seems o... | ADO RDD xHarbour |
[
{
"date": "2015-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAgreed. I'm crossing my fingers.\n\nFirst I'm trying to connect to traditional DBF files. \n\nI have in Odbc UserDsn a VisualFoxpro driver.\n\nThe properties are:\n \"Microsoft FoxPro VFP Driver (... | ADO RDD xHarbour |
[
{
"date": "2015-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm using xHarbour 30.09.2008 and FW 8 and ado.prg from harbour 3.0.0.\n\nI had to change in ado.prg win_OleCreateObject to CreateObject\n\nI make a connection\n.....\n cStr := CFILEPATH(aOpenInfo[ UR_OI_NAME ]) \n cStr := SUB... | ADO RDD xHarbour |
[
{
"date": "2015-03-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Forget my previous post I must use TOleAuto():New instead of CreateObject.\n\nNow I get error :\n\n1003 adordd 1: EG_ARG\nSource : ADO_OPEN -> UR_SUPER_ADDFIELD( nWA, aField )",
"time": "09:46",
"topic": "ADO RDD xHarbour"... | ADO RDD xHarbour |
[
{
"date": "2015-03-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWhat ADORDD version are you using ?\n\nWhere have you downloaded it from ?",
"time": "11:25",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Im using RDDADO.prg from harbour 3.0.\n\nIm only linking adordd.prg ( no other rdd lib explicit linked) to the app.",
"time": "11:40",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please copy the source code of ADO_OPEN here, thanks",
"time": "11:47",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Im connecting dbf - DbaseIV\n\n[code=fw:323ea2lv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADO_OPEN<span style=\"c... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nIf you post a full working sample and the source code of RDDADO.prg we can try to help!.\n\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThis is how it is done from Harbour\\src\\rdd\\arrayrdd.prg\n\n[code=fw:1konyn7q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> aField := Array<span style=\"color: #000000;\">(</span> UR_FI_S... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "MsgInfo( ADO_GETFIELDTYPE( oRecordSet:Fields( n - 1 ):Type ) ) \ntype char value returned 1\ntype date value returned 3\ntype numeric value returned 7\ntype logic value returned 2\n\n\n[code=fw:lwkzinm0]<div class=\"fw\" id=\"{CB... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlease replace this line in AdoRdd.prg:\n\n aField[ UR_FI_TYPE ] := ADO_GETFIELDTYPE( oRecordSet:Fields( n - 1 ):Type )\n\nwith this:\n\n[code=fw:13v9q6zl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mono... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nError:\n\ngenCode 14: EG_NOVAR\n operação HB_FT_NUMERIC\n\nIf I change it to HB_FT_INTEGER then I get the same error:\n\n genCode 1: EG_ARG\n severity 2\n subCode 1003\n subSystem ... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlease add this include at the top of AdoRdd.prg\n\n#include \"hbusrrdd.ch\"\n\nand replace HB_FT_NUMERIC with HB_FT_DOUBLE\n\nif HB_FT_DOUBLE fails, try it with HB_FT_INTEGER",
"time": "20:18",
"topic": "ADO R... | ADO RDD xHarbour |
[
{
"date": "2015-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n#include \"hbusrrdd.ch\" was already there.\nHB_FT_NUMERIC its not defined in hbusrrdd.ch\n\nPassing the FOR clause in the first field I get:\n\nname user type 1 len 30\n\nits correct according to dbf file. user c 30\n... | ADO RDD xHarbour |
[
{
"date": "2015-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nCould you send me a small ZIP renamed as ZOP with the PRG and DBF ? thanks",
"time": "00:25",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSent to your email.",
"time": "10:13",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI have not received it yet. \n\nPlease remember to rename ZIPs as ZOPs or gmail will block them",
"time": "10:20",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sento as zop to <!-- e --><a href=\"mailto:'alinares@fivetechsoft.com\">'alinares@fivetechsoft.com</a><!-- e -->'",
"time": "10:26",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nDid you received my email?",
"time": "09:24",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWhere can I find FWAdoFieldSize() and FWAdoFieldDec( ) ?",
"time": "10:29",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI have not received your email\n\nPlease rename the attached files as *.zop or gmail will delete them",
"time": "12:12",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":28wvb5kz]Antonio,\n\nWhere can I find FWAdoFieldSize() and FWAdoFieldDec( ) ?[/quote:28wvb5kz]\n\nThose functions and much more are in FWH\\source\\function\\adfuncs.prg",
"time": "12:28",
"topic": "ADO RDD... | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIm working with FWH October 2008 and xHarbour Sept 2008 and I dont have such functions.\n\nEmail resent",
"time": "12:34",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIt seems as you are not using the most recent adordd.prg.\n\nPlease try it with this one:\n\n[url:45huubk2]https://github.com/harbour/core/tree/master/extras/rddado[/url:45huubk2]",
"time": "21:32",
"to... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nContinue to get error UR_SUPER_ADDFIELD(0) EG_ARG 1003 SUBSSYSTEM ADORDD\n\nMay be I have a wrong version of UR_SUPER_ADDFIELD\n\nWhat are the expected parameters of this function?\n\nAlso the THREAD STATIC does not c... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In [url:2qp9l10u]https://github.com/harbour/core/blob/master/src/rdd/usrrdd/rdds/arrayrdd.prg[/url:2qp9l10u] UR_SUPER_ADDFIELD() is used this way:\n\n[code=fw:2qp9l10u]<div class=\"fw\" id=\"{CB}\" style=\"font-family:... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:h4q42lrm]I dont have function hb_ntos, hb_stod[/quote:h4q42lrm]\n\nThose functions are from harbour standard libraries. \n\nHow do you get this error ?",
"time": "11:54",
"topic": "ADO RDD xHarbour",
"username":... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIm working with FWH October 2008 and xHarbour Sept 2008 .\n\nIs this the reason?",
"time": "12:54",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAs far as I understand I must send in aField[ UR_FI_TYPE ] with clipper standard field types C N L...\n\nBut I still get te same error",
"time": "13:10",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please post here the code that you are using when you fill aField and call the function",
"time": "13:29",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here it is\n\n[code]FOR n := 1 TO nTotalFields\n aField := Array( UR_FI_SIZE )\n aField[ UR_FI_NAME ] := oRecordSet:Fields( n - 1 ):Name\n\t ADO_FIELDINFO( nWA, n, DBS_TYPE, @uInfo )\n aField[ UR_FI_TYPE ] := uInfo... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:3kzvoxy9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FOR</span> n := <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> nTotalField... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nIf you post a full working sample it would be easier to look into the problem.\n\nI tested ADORDD in the past and it worked nice, but indexes were not supported. Are thet now?.",
"time": "17:44",
"topic":... | ADO RDD xHarbour |
[
{
"date": "2015-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Lucas,\n\nIm using the rddado.prg and .ch posted by Antonio in previous post.\nI've proceed with the changes posted after because I always get an error .\n\nI'm trying to work first with dbf files like this.\n\nRddRegister(\... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAll that we can do here is to double check that we have properly filled aField before calling that function.\n\nI doubt there is an error like this in the Harbour RDD engine, so I guess we are suplying wrong values to ... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI checked with msginfo() and the values in aField passed to UR_SUPER_ADDFIELD( nWA, aField ) are:\n\n nWa = workarea number\n aField[ UR_FI_NAME ] := \"name of field\"\n aField[ UR_FI_TYPE ] := one of \"C\",\"L\",\"D\... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Have you compared it with the way it is called from ?\n\n[url:1am2q2oo]https://github.com/harbour/core/blob/master/src/rdd/usrrdd/rdds/arrayrdd.prg[/url:1am2q2oo]",
"time": "10:20",
"topic": "ADO RDD xHarbour",... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes and I checked with :\n\nmsginfo(str(HB_Decode( aField[ DBS_TYPE ], \"C\", HB_FT_STRING, \"L\", HB_FT_LOGICAL, \"M\", HB_FT_MEMO, \"D\", HB_FT_DATE, \"N\", IIF( aField[ DBS_DEC ] > 0, HB_FT_DOUBLE, HB_FT_INTEGER ) )... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI guess you have to supply HB_FT_STRING instead of \"C\"",
"time": "12:12",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nTried it again. Same error.",
"time": "12:19",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lets review Harbour's usrrdd.c code:\n\n[code=fw:2qpxqj5d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">HB_FUNC_UR_SUPER<span style=\"color: #000000;\">(</span> ADDFIELD <span style=\"color: #000000;\">)<... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[url:3ugpccpb]https://github.com/harbour/core/blob/master/src/rdd/usrrdd/usrrdd.c[/url:3ugpccpb]",
"time": "13:03",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPassed array its corrected.This is the print out:\n\naField[ UR_FI_NAME ] = NRENCOMEND\naField[ UR_FI_TYPE ] = 1\naField[ UR_FI_TYPEEXT ] = 0\naField[ UR_FI_LEN ] = 10\naField[ UR_FI... | ADO RDD xHarbour |
[
{
"date": "2015-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nadordd is working with copy to and copy struct when the table source is opened with via adordd.\nThus it goes directly to ado_trans and we have the control to do it either to another table via adordd or to other rdd.\n... | ADO RDD xHarbour |
[
{
"date": "2015-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWhat harbour version are you using ?",
"time": "22:11",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":2t8c3q9j]Antonio,\n\nIm working with FWH October 2008 and xHarbour Sept 2008 .\n\nIs this the reason?[/quote:2t8c3q9j]",
"time": "08:50",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI checked usrrdd.c from xHarbour and it expects aField[ UR_FI_FLAGS ] aField[ UR_FI_STEP ] that I now send := 0.\n\n\nIts ok now <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\"... | ADO RDD xHarbour |
[
{
"date": "2015-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I save a password with functions FwEncrypt and Fwdecrypt but the charater returned doesnt correspond to what is in that field.\n\nI think this has something to do with charset\n\nAny solutions?",
"time": "15:49",
"topic": ... | ADO RDD xHarbour |
[
{
"date": "2015-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antono,\n\nThere is a problem with the field:type.\nWhen its dbf field \"N\" with 0 decimals it returns a double with 2 decimal places.\nHow can we make this conversion when uploading dbfs as tables for ex to mysql or working with... | ADO RDD xHarbour |
[
{
"date": "2015-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":3lfcbnos]Antonio,\n\nI checked usrrdd.c from xHarbour and it expects aField[ UR_FI_FLAGS ] aField[ UR_FI_STEP ] that I now send := 0.\n\n\nIts ok now <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":... | ADO RDD xHarbour |
[
{
"date": "2015-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":3ss85ue0]Antono,\n\nThere is a problem with the field:type.\nWhen its dbf field \"N\" with 0 decimals it returns a double with 2 decimal places.\nHow can we make this conversion when uploading dbfs as tables for ex ... | ADO RDD xHarbour |
[
{
"date": "2015-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":3p8vi1tm]I save a password with functions FwEncrypt and Fwdecrypt but the charater returned doesnt correspond to what is in that field.\n\nI think this has something to do with charset\n\nAny solutions?[/quote:3p8vi... | ADO RDD xHarbour |
[
{
"date": "2015-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThe application crashes without any error in the following condition:\n\nACTIVATE WINDOW … ON INIT initial() …\n\n\nFunction Initial()\n\n Use dbf\n Do while !eof()\n\n …..\n Dbskip()\n Enddo\n\nIf the ... | ADO RDD xHarbour |
[
{
"date": "2015-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":20b7ey5b][quote=\"AHF\":20b7ey5b]I save a password with functions FwEncrypt and Fwdecrypt but the charater returned doesnt correspond to what is in that field.\n\nI think this has something to do with ch... | ADO RDD xHarbour |
[
{
"date": "2015-03-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nCan you test this and confirm it?\n\n[quote=\"AHF\":35jcxuv4]Antonio,\n\nThe application crashes without any error in the following condition:\n\nACTIVATE WINDOW … ON INIT initial() …\n\n\nFunction Initial()\n\n Use d... | ADO RDD xHarbour |
[
{
"date": "2015-03-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAre you showing some data from the window ?\n\ntry not to paint any data from the database on the window, so the RDD is only used once\n\nLater on we will find a way to solve it,",
"time": "11:50",
"topic": "AD... | ADO RDD xHarbour |
[
{
"date": "2015-03-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n\nI'm showing on a modal dialog with an array with several elements extracted from that table.\nThe error does not occours in the modal dialog but when I close the table just after the do while and before the moda dial... | ADO RDD xHarbour |
[
{
"date": "2015-03-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it a GPF ?\n\nDo you get any log file ?",
"time": "16:55",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSorry I forgot to send it.\n\nAssinatura do problema:\n Nome do Evento de Problema:\tAPPCRASH\n Nome da aplicação:\tfllup.exe\n Versão da aplicação:\t10.0.0.0\n Carimbo de Data/Hora da Aplicação:\t5507d7fe\n Nome ... | ADO RDD xHarbour |
[
{
"date": "2015-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlease copy ADO_CLOSE source code here, thanks",
"time": "08:35",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nHere it is.\n\n[code=fw:1nhgmzvr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADO_CLOSE<span style=\"colo... | ADO RDD xHarbour |
[
{
"date": "2015-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWe just found out that previous GPF occours with:\n\noRecorset:Open(\"SELECT * FROM \"+ cTableName.... GPFs in any condition\n\noRecorset:Open(cTableName .....GPFs if oRecordSet:CursorLocation := adUseClient\n\nIts ok... | ADO RDD xHarbour |
[
{
"date": "2015-03-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nNo idea why, but its great that you found a workaround so you can continue testing and working on it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14... | ADO RDD xHarbour |
[
{
"date": "2015-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThere are some issues that we must workaround in order to have full compatibility between ADO and normal RDD with no changes in the code if at all possible.\n\nThese are the issues:\n\n1)\tINDEX – In SQL these should b... | ADO RDD xHarbour |
[
{
"date": "2015-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nCheck the functions for each task that you mention. There you will see where the indexes, etc. are placed:\n\ni.e. in ADO_ORDCREATE()\n[code=fw:cjrwsj4q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> ... | ADO RDD xHarbour |
[
{
"date": "2015-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI need to alter function IndexKey() to work also with adordd. \nHow can I do it ?",
"time": "10:34",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIndexKey() se traduce en una llamada a OrdKey() y OrdKey() llama a ADO_ORDINFO()\n\n[url:234cfxg4]https://github.com/harbour/core/blob/master/extras/rddado/adordd.prg[/url:234cfxg4]",
"time": "12:56",
... | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAt ADO_ORDLSTADD how can I save the all open index info to workarea array to be used in ADO_ORDINFO?",
"time": "10:44",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nChange this:\n\n#define WA_RECORDSET 1\n#define WA_BOF 2\n#define WA_EOF 3\n#define WA_CONNECTION 4\n#define WA_CATALOG 5\n#define WA_TABLENAME 6\n#define WA_ENGINE 7\n#define WA_SERVER ... | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThe aOrderInfo[ UR_ORI_TAG ] can be Numeric or String.\n\nIs this behavior correct?",
"time": "16:34",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWhat func calls the ADO_ORDDESTROY ?",
"time": "16:46",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlace an error in ADO_ORDDESTROY() and you will see the calls stack list\n\nin example, write:\nx++\n\nit will error and you will see what function calls it",
"time": "17:18",
"topic": "ADO RDD xHarbour",
"... | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWhere is information about the controling index in ADO RDD ?",
"time": "19:44",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The controlling index is set in the ADO recordset:\n\noRecordSet:Index := aOrderInfo[ UR_ORI_BAG ]",
"time": "22:39",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI needed an VAR to save the controling index. \nAll indexes are \"virtual\" they really dont exist as files in ADORDD. \nThe indexes are SELECTs\nIts solved. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt... | ADO RDD xHarbour |
[
{
"date": "2015-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nVery good, you are progressing <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nhave a look at this:\n[url:2j0oyblq]http://www.ousob.com/ng/53tecref/ng4... | ADO RDD xHarbour |
[
{
"date": "2015-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nOk got it! \n\nHow can I have DBRLOCKLIST() to work?",
"time": "23:45",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSee how it is implemented in Harbour:\n\n[code=fw:18xx2qsy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> DBRL... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSorry didnt catch it.\n\nI'm not familiar with harbour C ext. \n\nWhere can I keep the locklist array updated in adordd everytime ADO_LOCK and ADO_UNLOCK are called?\n\nLocks dont really exist in the files its only for... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIn that C code an array is created and filled with an array (DBI_GETLOCKARRAY)\n\nThe question here is: Does it have sense to talk about this in ADO ? Do we just return an empty array ?\n\nAre we going to need those lo... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIts absolutly necessary to keep the locklist array.\n\nIn transactions we lock and append all necessary records and then we loop trough the locklist with dbgoto to make all replaces. If a lock fails the transaction fai... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nok, you can save them using bookmarks, yes",
"time": "09:47",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI need your support here because I still dont know how to do it.",
"time": "09:53",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlease post your most recent adordd.prg file and I review it, thanks",
"time": "10:19",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSent to your email.",
"time": "10:40",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYour code looks fine. What is missing ?\n\nIf you don't mind I am going to share your version so other users may try it too, thanks\n\n[url:1z91ljii]https://bitbucket.org/fivetech/fivewin-contributions/download... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nDbrocklist() returns zero",
"time": "11:33",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nPlease place a MsgInfo() in function ADO_ORDINFO() and check if it is shown when you call to Dbrlocklist()",
"time": "11:57",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI did that already.\nDbrlocklist doesnt call ado_ordinfo.",
"time": "12:19",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nDbrlocklist is a area/table related information and not index.\n\nI think drblocklist is calling dbinfo with the corresponding #define.\n\nWhen we open a recorset we load to UR_SUPER_OPEN( nWA, aOpenInfo ) all openinfo... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes, you are right, it is DbInfo()\n\nWhat we are not going to lock any records, so what do you need that for ?",
"time": "12:43",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":1st6raph]Antonio,\n\nIts absolutly necessary to keep the locklist array.\n\nIn transactions we lock and append all necessary records and then we loop trough the locklist with dbgoto to make all replaces. If a lock f... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSo the array that you have to return is aWdata[ WA_LOCKLIST ]",
"time": "16:23",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes thats the array I created for that porpose and its already updated by ado_lock and ado_unlock.",
"time": "16:55",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can't you return it from DbInfo() ?",
"time": "18:40",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nNo. The problem is that I must pass somewhere the locklist array that I build but dont know where and how.\nI dont have any other rdd.prg source to check it out.",
"time": "19:31",
"topic": "ADO RDD xHarbour",
... | ADO RDD xHarbour |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "See the source code for dbinfo():\n\n[code=fw:3ihvhqz9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> DBINFO <span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI dont understand it.\nAs I said before I dont know nothing about rdd specs and the way of working.\n\nI define #define WA_LOCKLIST 22 \n\nCant we do with dbrlocklist something like\n\naADOFunc[ UR_LOCK ] :=... | ADO RDD xHarbour |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.