messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:30kd32cw]seek whatever = select * from .... where (seek expression)[/quote:30kd32cw]\n\nWhy don't you create a new RecordSet for this seek ?\n\nThis way, the original RecordSet remains intact.", "time": "22:...
ADO RDD xHarbour
[ { "date": "2015-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThe name of the index in the array is the name of the tag of the struct index file right?\n\nYes.\n\nThis approach didn't foresee to keep the struct file name index and it might not be needed.\nYou simply ask for the o...
ADO RDD xHarbour
[ { "date": "2015-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nIts done also taking in account autoorder setting.\n\nIll post a new version asap\n\nThanks for the info.", "time": "09:16", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Antonio, there is no rush.\n\nI would like to ask you how I define such indexes with functions and conditions. For instance:\n\n\n[code=fw:1q9pcrp4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span st...
ADO RDD xHarbour
[ { "date": "2015-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\n[quote=\"lucasdebeltran\":2gwx4at7]Thank you Antonio, there is no rush.\n\nI would like to ask you how I define such indexes with functions and conditions. For instance:\n\n[code=fw:2gwx4at7]<div class=\"fw\" id=\"{CB}\"...
ADO RDD xHarbour
[ { "date": "2015-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Antonio.\n\nHave you looked at arrayrdd source, SQLRDD rdd source or Mediator SQL RDD from <!-- w --><a class=\"postlink\" href=\"http://www.otc.pl?\">www.otc.pl?</a><!-- w -->.\n\nIt may help. \n\nAlso, if you use find ...
ADO RDD xHarbour
[ { "date": "2015-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nDbCreate() working:\n\n[code=fw:28owrdr1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADO_CRE...
ADO RDD xHarbour
[ { "date": "2015-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nI detected that the changes are not saved to the disk.\n\nHave you checked this?.\n\nThank you.", "time": "15:34", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Sample to test it:\n\n[code=fw:2as6i00o]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">&#40;</span><span style=\"colo...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas, Antonio,\n\n[quote:1pml654a]Have you looked at arrayrdd source, SQLRDD rdd source or Mediator SQL RDD from <!-- w --><a class=\"postlink\" href=\"http://www.otc.pl?\">www.otc.pl?</a><!-- w -->.\n\nIt may help. \n\nAlso, if ...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIve a problem with bookmarks.\n\nThe value returned by bookmark its a Variant.Ex.\n\nnrecno := oSet:bookmark\n......\ndbgoto(nrecno) = adordd - oSet:Bookmark := nrecno\n\nnRecni it is received in ADO_GOTOID as integer ...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nDbSeek only supports searching into 1 field.\n\n[quote:3gpgb7jp]DbSeek()\nSearches a value in the controlling index. \nSyntax\nDbSeek( <xValue>, [<lSoftSeek>], [<lFindLast>] ) --> lFound\n\nArguments\n<xValue> \nThe va...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI don't understand this line:\n\n[quote:mpejbos1]dbgoto(nrecno) = adordd - oSet:Bookmark := nrecno[/quote:mpejbos1]\n\nCould you please explain it ? thanks", "time": "17:25", "topic": "ADO RDD xHarbour", "u...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\n[quote:3ug2ae8y]DbSeek only supports searching into 1 field.[/quote:3ug2ae8y]\n\nCan you post the code example and index used? Here seeks more 1 field.\n\n[quote:3ug2ae8y]But the real problem is that data is not saved!!!...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":1n5bq4tx]Antonio,\n\nI don't understand this line:\n\n[quote:1n5bq4tx]dbgoto(nrecno) = adordd - oSet:Bookmark := nrecno[/quote:1n5bq4tx]\n\nCould you please explain it ? thanks[/quote:1n5bq4t...
ADO RDD xHarbour
[ { "date": "2015-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nNew version adordd -trial alternative seeks <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nready : auto open, auto order, relat...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nIs APPEND BLANK working ?", "time": "08:33", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nPlease send me addfef.ch.\n\nThanks", "time": "10:01", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nCan you check what function is calling UR_EXISTS ?", "time": "10:13", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"AHF\":1tttu0tv]Antonio,\n\nPlease send me addfef.ch.\n\nThanks[/quote:1tttu0tv]\n\nWhere is such file ? I can't find it in Harbour files neither in FWH ones.", "time": "10:24", "topic": "ADO RDD xHarbour", "us...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":3265h2ye]Antonio,\n\nCan you check what function is calling UR_EXISTS ?[/quote:3265h2ye]\n\nIn adordd.prg there is:\n\n aADOFunc[ UR_EXISTS ] := @ADO_EXISTS()", "time": "10:40", "topic": ...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:399kncp3]Where is such file ? I can't find it in Harbour files neither in FWH ones.[/quote:399kncp3]\n\nIts mentioned in adofuncs.prg\n\n[quote:399kncp3]In adordd.prg there is:\n\naADOFunc[ UR_EXISTS ] := @ADO_E...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nWhat are these function for?\n\n/* non WorkArea functions */\n\n#define UR_EXIT 95\n#define UR_DROP 96\n#define UR_EXISTS ...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nadordd its almost finished and all \"light\" trials seem to be ok Not one line code changed!:D \n\nadordd its prepared to work the dbseek with selects or :find and the final decision will depend on performance.\nIt mig...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nUR_EXIT seems as an EXIT procedure where we can do cleaning if needed.\n\nRegarding the others, dbcmd.c uses them this way:\n[code=fw:ccydbegq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:owsdlucm]adordd its almost finished and all \"light\" trials seem to be ok Not one line code changed!:D [/quote:owsdlucm]\n\nExcellent! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nTime to announce it in the Harbour devel and users lists <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->", "time": "14:50", "topic": "ADO RDD xHarbour", "us...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nDoes append blank and replace work?.\n\nIn my tests from last week once the aplication was closed, [b:3jpxuo27]data were lost[/b:3jpxuo27].\n\nAntonio L., please wait to the announcment.\n\nThank you.", "time": "16...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Ahf and others: thanks and congratulations.\nI have saw announcement on xharbour forum but no on harbour forum.\nis adordd harbour/xharbour compatible ? Is it operative in production environment ?\n\nRegards", "time": "16:33",...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, \n\nPut simple test.prg for diferents test, in github.\nI like test under Sql Server and MySql.\n\nRegards.", "time": "16:44", "topic": "ADO RDD xHarbour", "username": "thefull" } ]
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Rafa,\n\n[code=fw:3akovahm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"lucasdebeltran\":1j9uis2r]Antonio,\n\nDoes append blank and replace work?.\n\nIn my tests from last week once the aplication was closed, [b:1j9uis2r]data were lost[/b:1j9uis2r].\n\nAntonio L., please wait to the announcme...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hmpaquito\":2dzn4e7i]Ahf and others: thanks and congratulations.\nI have saw announcement on xharbour forum but no on harbour forum.\nis adordd harbour/xharbour compatible ? Is it operative in production environment ?\n\n...
ADO RDD xHarbour
[ { "date": "2015-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:3smy6dlw]Having as many people as possible trying will help to solve all the issues more rapidly[/quote:3smy6dlw]\n\n+1", "time": "17:33", "topic": "ADO RDD xHarbour", "username": "Antonio Linares" } ]
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:qv7arj3m]:AddNew() is disrupted not ok anymore! (append)\nThe reason is that in order to enable seek expression like we do normally I had to add one more field to the selects that is INDEXKEY.\nNow because INDEX...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI have emailed Mr. Rao asking for his advice", "time": "10:39", "topic": "ADO RDD xHarbour", "username": "Antonio Linares" } ]
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Buenas, seria bueno quitar todo referente a Fivewin, para que sea más fácil compilar.\nPor ejemplo, \n\n[code=fw:1ez7h47r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#ifndef __XHARBOUR__<br /><br />&nbsp; &nbsp...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Uy, faltaba meterle un REQUEST HB_GT_WVT_DEFAULT para ver que hace\n\nMe dice que descomente esta linea ???\n\n // cSql := FW_AdoCreateTableSQL( cTableName, aWAData[ WA_SQLSTRUCT ], oConnection, .T. )\n // oConnecti...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":hi9pr33p]May be M Rao or Enrico can give us a hand?[/quote:hi9pr33p]\n\nI could help but I need a reduced and self-contained sample showing the problem.\n\nEMG", "time": "15:32", "topic": "ADO RD...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI cannot find the cause of this error:\n\n[quote:3sm3bidf]\nargumentos <nenhuma>\ndescrição Workarea not in use\nficheiro <nenhuma>\ngenCode 35: EG_NOTABLE\noperação ORDSETFOCUS\nosCode (Nã...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":1a56wsk8]Antonio,\n\n[quote=\"AHF\":1a56wsk8]May be M Rao or Enrico can give us a hand?[/quote:1a56wsk8]\n\nI could help but I need a reduced and self-contained sample showing the problem.\n\nEMG[/...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":a0j5wefs]It will be impossible to add rows to the first recordset because of the aliase column?[/quote:a0j5wefs]\n\nNo, not for the aliased column but for the calculated column.\n\nEMG", "time": "15:...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nDoes it means we could addnew specifying others columns except the calculated column or not even that.", "time": "15:54", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":1afrr3p3]Enrico,\n\nDoes it means we could addnew specifying others columns except the calculated column or not even that.[/quote:1afrr3p3]\n\nI think that the entire recordset is readonly, but I'm not s...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks. Its read only.\n\nDo you know what can cause this?\n\n[quote:79ds2prc]I cannot find the cause of this error:\n\nQuote:\nargumentos <nenhuma>\ndescrição Workarea not in use\nficheiro <nenhuma>\ngenCode 35: EG_NOT...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"AHF\":3bve0pxg]Antonio,\n\nI cannot find the cause of this error:\n\n[quote:3bve0pxg]\nargumentos <nenhuma>\ndescrição Workarea not in use\nficheiro <nenhuma>\ngenCode 35: EG_NOTABLE\noperação ORDSET...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "ahf,\n\nYou need to tracer where close nenhuma. Exit procedures, perhaps... timers...\n\nBTW, <nenhuma>, is bad filename, perhaps a sample...\n\n\nregards", "time": "17:33", "topic": "ADO RDD xHarbour", "username": "hm...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nWhy is subSystem DBCMD ? shouldnt be adordd?\n\nIve tested with msginfo in place I catch the exact point where error occurs and there is nothing there only close table saved in a var of an object.\n\nclose(::encomendas...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear all,\n\nThe adordd its running quite well in the real world, but I'm still finding many bugs.\n\nThe main problem is accurate record positioning.\nThe only solution I could find is the table with a field AUTOINC HBRECNO.\nI c...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "New adordd version posted <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->", "time": "19:22", "topic": "ADO RDD xHarbour", "userna...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"lucasdebeltran\":2uparlvj]Antonio,\n\nDoes append blank and replace work?.\n\nIn my tests from last week once the aplication was closed, [b:2uparlvj]data were lost[/b:2uparlvj].\n\nAntonio L., please wait to the announcme...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\"]Antonio,\n\nWhy is subSystem DBCMD ? shouldnt be adordd?[/code]\n\nCan you check is this correct?", "time": "19:30", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":2ncjx2p3]The main problem is accurate record positioning.\nThe only solution I could find is the table with a field AUTOINC HBRECNO.\nI cant find another solution. Any ideas?[/quote:2ncjx2p3]\n\nYes, the...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":2sg9eaeg]Why is subSystem DBCMD ? shouldnt be adordd?[/quote:2sg9eaeg]\n\nNo, DBCMD is for generic database error.\n\nEMG", "time": "20:11", "topic": "ADO RDD xHarbour", "username": "Enrico M...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":37rdhqht] \nAnd by the way, it's good practice (if not mandatory) to have it in a SQL table.[/quote:37rdhqht]\n\nEnrico,\n\nWhat do you mean ?", "time": "21:34", "topic": "ADO RDD xHarbour"...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":1qi17ggr][quote=\"Enrico Maria Giordano\":1qi17ggr] \nAnd by the way, it's good practice (if not mandatory) to have it in a SQL table.[/quote:1qi17ggr]\n\nEnrico,\n\nWhat do you mean ?[/quote:1qi17ggr]\n...
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nOk thats what adordd expects.\n\nDo you have the same field name in every table?", "time": "22:31", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":1q69pndn]Enrico,\n\nOk thats what adordd expects.\n\nDo you have the same field name in every table?[/quote:1q69pndn]\n\nThis is your choice. I use \"ID\" but you may prefer \"something\" + tablename so ...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2timkq9p]This is your choice. I use \"ID\" but you may prefer \"something\" + tablename so you won't have problems with the queries.[/quote:2timkq9p]\n\nWhich problems ?\nIMHO Its seems what same field for all tables is a m...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "hmpaquito,\n\nThe problem is that there might be users with some \"id\" autoinc field already in some tables thus adordd should use it and not force them to create a new field.\n\nAntonio,\n\nDo you agree ? Lets give the option to...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nMaybe the solution is to check if such field with those properties exist and if not, then create hbrecno.\n\nNot sure if both can co exist with no problems.", "time": "09:00", "topic": "ADO RDD xHarbour", "...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI think adordd should not be able to create new tables. \nFrom my experience in our clients we cannot. Thats to DBadmin.\nSometimes other apps use the same DB and one cannot alter any struct indexes whatever.\nBesides...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "ahf,\n\n[quote=\"AHF\":3k0yoaag]\n[code=fw:3k0yoaag]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />SET ADO TABLES <span style=\"color: #0000ff;\">INDEX</span> LIST <span style=\"color: #0000ff;\">TO</s...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"hmpaquito\":1pdv76q0][quote:1pdv76q0]This is your choice. I use \"ID\" but you may prefer \"something\" + tablename so you won't have problems with the queries.[/quote:1pdv76q0]\n\nWhich problems ?\nIMHO Its s...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThats true. But thats to the DB admin and the app developer to define.\n\nadordd should cover any situation so I think the best way is to let to the developer define those in the previous sets.\n\nWont you agree or do y...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI have not been able to test latter versions due to a lack of time.\n\nI think we should use always HBRECNO, as it´s not a common field name like ID, which is the one I use. In fact, SQLRDD from xHarbour.com uses a priva...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, it´s not working.\n\nTest simple:\n\n[code=fw:2pytclpz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</sp...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\n[quote:38isdix2]I think we should use always HBRECNO, as it´s not a common field name like ID, which is the one I use. In fact, SQLRDD from xHarbour.com uses a private field for such purpouses.\n[/quote:38isdix2]\n\nI ch...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nXBROWSER FASTEDIT\n\n[quote:alm8os5u]\nError description: Error BASE/1068 Argument error: array access\n Args:\n [ 1] = U \n [ 2] = N 1\n\nStack Calls\n===========\n Called from: lucas.prg => (b)ADO_...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Next, I SET AUTOPEN OFF:\n\n[quote:1aix0ufl]\n\n Error description: Error BASE/1075 Argument error: >\n Args:\n [ 1] = N 1\n [ 2] = C \n\nStack Calls\n===========\n Called from: .\\source\\classes\\DATABASE....
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nI dont know the error. Have you check if index table and names are correct\nWas it working in a previous version?\n\n[quote:35vzy7bc]Called from: .\\source\\classes\\DATABASE.PRG => ORDERTAGINFO( 1258 )[/quote:35vzy7bc]\...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:lid93e3o]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> OrderTagInfo<span style=\"color: #000000;\">&#40;</span> aStruct, nCol <span style=\"color: #000000;...
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nYou dont have open indexes right ?", "time": "20:28", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "No.", "time": "20:55", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, Enrico,\n\nHow can we show or hide deleted records in ADO?\n\nHow can we enforce SET DELETED?", "time": "10:23", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":3hkwsvkt]Antonio, Enrico,\n\nHow can we show or hide deleted records in ADO?\n\nHow can we enforce SET DELETED?[/quote:3hkwsvkt]\n\nAs far as I know, there is no direct support for deleted records in SQL...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Perhaps a first version of ADORDD no need to treat the deleted records because generally all have SET DELETED ON at the beginning of our programs", "time": "10:51", "topic": "ADO RDD xHarbour", "username": "hmpaquito" ...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIn fact this is not a problem because deleting records in SQL will wipe records off the table and we cannot recover them again. Is this true for all DB Sql ?", "time": "11:19", "topic": "ADO RDD xHarbour", "...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":iahikai4]Enrico,\n\nIn fact this is not a problem because deleting records in SQL will wipe records off the table and we cannot recover them again. Is this true for all DB Sql ?[/quote:iahikai4]\n\nI don...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nDo you mean mark a record as deleted with truly deleted in SQL using a delete field in the tables?\n\nIn dbf apps we have to pack to clean it and some kind of recycle to recover it when adding records.\nIf we truly dele...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "The only drawback I see is this case:\n\n[code=fw:1ev9mbpo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nRec: = RecNo<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":ytv53x7p]Enrico,\n\nDo you mean mark a record as deleted with truly deleted in SQL using a delete field in the tables?[/quote:ytv53x7p]\n\nYes.\n\n[quote=\"AHF\":ytv53x7p]In dbf apps we have to pack to c...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI think each RDMS handles deleted records a bit differently .. As in all Sql Databases, when a record is Deleted, it just drops off the 'radar' and there is no need to even worry about it or even to 'Recall' it .. I do n...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nThanks for the info.\n\nInside transactions if it fails everything rolled back, but its the only situation I can find where his happens.\n\nAre you trying adordd. All feed back its a great help.\n\nIm trying it for a big ...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Is possible get library for Borland C 5.5 ? \nToday, direct from Harbour, is imposible make this library.\n\nRegards\n\nO te pago una cerveza si lo consigues... <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" t...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nI use the ADO Class and methods to create recordsets to manage SQL.. and creating separate recordsets based on the primary key and the foreign key or a single recordset based on inner and outer joins.. not necessarily l...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nThats the SQL normal way.\n\nUnfortunately we would get only one recordset (joined) and to simulate Dbf behavior and working with already written apps that's not possible because it breaks completely the code.\n\nThus I'm...
ADO RDD xHarbour
[ { "date": "2015-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:1g0wrn9i]I'm converting a big app and till now in browses didn't need to change a single line of code![/quote:1g0wrn9i]\n\nWonderful! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"S...
ADO RDD xHarbour
[ { "date": "2015-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "with translate.google.com\n\ngreat initiative\n\n1. They give the ultimate solution database engine ... update with trend data management\n2. For those who have SQLRDD of xharbour.com ... could go with fwh + harbor + ADORDD\n3. I...
ADO RDD xHarbour
[ { "date": "2015-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "New version of adordd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nPlease help trying it.", "time": "19:09", "topic": "ADO R...
ADO RDD xHarbour
[ { "date": "2015-04-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nSorry, but it does not work under Harbour. Many warnings and errors when compiling...", "time": "20:40", "topic": "ADO RDD xHarbour", "username": "elvira" } ]
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Elvira,\n\nPlace this at top adordd.prg:\nThis has not been tested by me because I only use xHarbor.\n\n[code][#ifndef __XHARBOUR__\n\n #xcommand TRY => BEGIN SEQUENCE WITH {| oErr | Break( oErr ) }\n #xcommand CATCH [<!oErr!...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, Enrico,Mr Rao,\n\nWe have to decide for a way to go but with a few trials and small tables (30.000 records) its difficult to take an option.\nMay be you have some experience with it.\nThe problem is when we make a seek wi...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"AHF\":2w5zoo0y]Cons: adordd has to do some guessing[/quote:2w5zoo0y]\n\nPlease explain this point.\n\nEMG", "time": "10:45", "topic": "ADO RDD xHarbour", "username": "Enrico Maria Giordano" } ]
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":ewe90o4k]Antonio,\n\n[quote=\"AHF\":ewe90o4k]Cons: adordd has to do some guessing[/quote:ewe90o4k]\n\nPlease explain this point.\n\nEMG[/quote:ewe90o4k]\n\nEnrico,\n\nIn option 1) adordd creates a ...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "neither the first nor the second option, but both\n\n\nmy proposal:\n\nbasic programming: compatibility mode: 2nd option\n\nadvanced programming: 1st option. New command ADORDD_SEEK", "time": "11:51", "topic": "ADO RDD xHa...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hmpaquito\":9o4itq3r]neither the first nor the second option, but both\n\n\nmy proposal:\n\nbasic programming: compatibility mode: 2nd option\n\nadvanced programming: 1st option. New command ADORDD_SEEK[/quote:9o4itq3r]\n...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "The question remains is :find quick enough to work with in average size tables ( 100.0000 records) in every DB?", "time": "12:54", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rick Lipkin\":1z4cdh54]Antonio\n\nI use the ADO Class and methods to create recordsets to manage SQL.. and creating separate recordsets based on the primary key and the foreign key or a single recordset based on inner and...
ADO RDD xHarbour
[ { "date": "2015-04-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Here are an example .. lets open an Invoice table for [InvoiceNumber] = 354 then open the InvoiceDetail for the foreign key also named [InvoiceNumber]\n\n[code=fw:2x64qiiu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospa...
ADO RDD xHarbour