messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, i found in the meanwhile that when i use quit the massage is showing, but when i close the main window (FIVEWIN) the quit is not called!",
"time": "11:49",
"topic": "ADO RDD xHarbour",
"username": "byte-one"
... | ADO RDD xHarbour |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nIm trying with \n\n ACTIVATE WINDOW oWnd VALID ;\n FimPrograma(ownd,oTimer)\n\nThe FimPrograma does not quit and even so the message is shown only ADO_EXIT but without any procs.",
"time": "12:10",
"to... | ADO RDD xHarbour |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nIf you need you can call directly ADODB_CLOSE() in order to close all tables, sets and connection thats what ADO_EXIT does.\n\nI though ADO_EXIT would be called in any circumstance besides errors.",
"time": "12:14"... | ADO RDD xHarbour |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, for now i insert ADODB_CLOSE() in the valid from my main-window.\n\nAnother points to discuss i found on transfer my app to adordd is:\n1.) If i fill the index-array the order cannot changing with SET INDEX TO .... In som... | ADO RDD xHarbour |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\n[quote:3di2shte]\n1.) If i fill the index-array the order cannot changing with SET INDEX TO .... In some cases this is required if i will not change the code.\n[/quote:3di2shte]\nSorry I cant understand what you mean. ... | ADO RDD xHarbour |
[
{
"date": "2015-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nSET INDEX TO index1,index2,... or USE....INDEX index1,index2,... describes only the order from indexfiles. As in ADORDD no files exist i must use before INDEX ON... (in a clipper app only once to produce the indexfile) o... | ADO RDD xHarbour |
[
{
"date": "2015-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nUSE cTable\nSET INDEX TO index1,index2,index3\n\nOrder focus should be index1. If SET AUTOPEN ON the order focus will be on the first index in the SET ADODBF..\n\nYou should only use INDEX ON for temporary indexes as ... | ADO RDD xHarbour |
[
{
"date": "2015-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\n[quote:2fhf9z7j]You write in a message before that this array are always on first ranking and after this the indexes with INDEX ON... added.[/quote:2fhf9z7j]\n\nJust lie any other rdd INDEX ON without ADDITIVE clause w... | ADO RDD xHarbour |
[
{
"date": "2015-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nIs the problem solved ?\n\nIm looking into indexes with SQLite right now so if you need something please let me know.",
"time": "15:58",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, i test now my app and have wrote a little testprogram. I send you tomorrow the results!\nGreetings from Austria!",
"time": "16:50",
"topic": "ADO RDD xHarbour",
"username": "byte-one"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, after testing i can say: All is right!\n\nSuggestions:\nFor the local (.ctl, files with text \"nada\") files you should also set a path ex.: <app>\\adordd or the temp from windows as we should not write into the app-path ... | ADO RDD xHarbour |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\n[quote:2nah3spw]Antonio, after testing i can say: All is right![/quote:2nah3spw]\n\nGreat !\n\n[quote:2nah3spw]For the local (.ctl, files with text \"nada\") files you should also set a path ex.: <app>\\adordd or the t... | ADO RDD xHarbour |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio.\n[quote:19fp9x7m]In principle should be present here all ones that are not only to convert data types, such as SUBSTR for ex.\nThe ones that alter the value, length of a field must be present here.[/quote:19fp9x7m]\nAlso ... | ADO RDD xHarbour |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nWe normally use index functions to convert all index keys to the same data type.\nINDEX ON STR(NUM)+DTOS(DATE)+CVALTCHAR(LOGIC)\n\nThese kind of functions dont alter the data itself but only the type in order that can ... | ADO RDD xHarbour |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected bugs:\n\nAPPEND with SQLITE, FIREBIRD, POSTGRE and O... | ADO RDD xHarbour |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected Bugs:\n\n1) FIELDNAME was not returning upper fieldn... | ADO RDD xHarbour |
[
{
"date": "2015-11-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, line 6233 lReval -> lRetval",
"time": "10:28",
"topic": "ADO RDD xHarbour",
"username": "byte-one"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-11-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nThanks Done!",
"time": "10:34",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-12-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nNew:\n\n1) SET ADODBF INDEX LIST FIELDTYPE NUMBER TO {{ \"Tabl... | ADO RDD xHarbour |
[
{
"date": "2015-12-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected new Bugs due to changes previous build:\n\n1) ADO_SQ... | ADO RDD xHarbour |
[
{
"date": "2017-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd Version 1.070317 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nImprovements and corrected bugs:\n\nADO_ORDCREATE after cre... | ADO RDD xHarbour |
[
{
"date": "2017-03-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->",
"time": "10:47",
"topic": "ADO RDD xHarbour",
"username": "AHF"
... | ADO RDD xHarbour |
[
{
"date": "2017-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->",
"time": "09:11",
"topic": "ADO RDD xHarbour",
"username": "AHF"
... | ADO RDD xHarbour |
[
{
"date": "2017-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nPerformance enhancement opening tables.\n\nSET RECORDSET OPEN WHERE CLAUSE T... | ADO RDD xHarbour |
[
{
"date": "2017-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nImproved speed DBEval\nCache tables and recordsets enhancement",
"time":... | ADO RDD xHarbour |
[
{
"date": "2017-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New AdoRdd and tryadordd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->",
"time": "11:28",
"topic": "ADO RDD xHarbour",
"user... | ADO RDD xHarbour |
[
{
"date": "2017-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My main work now with AdoRdd its database with tables between 5.000 and 10.000.000 records building recordsets between 5.000 and 100.000 records and 70 columns in average.\nThe work its on a 1Gb LAN.\n\nIn the bigger tables if th... | ADO RDD xHarbour |
[
{
"date": "2022-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rick Lipkin\":18uicnv8]Gemtleman\n\nI have been using ( plain ) ADO ( class and methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbro... | ADO RDD xHarbour |
[
{
"date": "2022-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\nDo you also have speed problems on the PC where you saved your DBF files.\nRegards,\nOtto",
"time": "19:38",
"topic": "ADO RDD xHarbour",
"username": "Otto"
}
] | ADO RDD xHarbour |
[
{
"date": "2022-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Necesito ayuda, cuando estoy usando dos aplicaciones, cuando incluyo una, en la otra aplicación no aparece.",
"time": "14:25",
"topic": "ADO RDD xHarbour",
"username": "rodrigoppt"
}
] | ADO RDD xHarbour |
[
{
"date": "2022-04-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "¿ Quien no aparece ?",
"time": "15:14",
"topic": "ADO RDD xHarbour",
"username": "hmpaquito"
}
] | ADO RDD xHarbour |
[
{
"date": "2022-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "no aparece el elemento que agregué en el otro sistema,\nEj: dejo ambos sistemas en la pantalla de registro de grupo con xbrowse, al incluir en un sistema, en el otro si voy a incluir el mismo código porque no actualizo el registro... | ADO RDD xHarbour |
[
{
"date": "2022-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "o estoy usando asi\n\n[code=fw:plwh7zjm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REQUEST DBFCDX<br />REQUEST ORDKEYNO<br />REQUEST ORDKEYCOUNT<br />REQUEST ORDKEYGOTO<br />REQUEST ADORDD, ADOVERSION, R... | ADO RDD xHarbour |
[
{
"date": "2022-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A la luz del fuente: <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd/blob/master/adordd.prg\">https://github.com/AHFERREIRA/adordd/bl ... adordd.prg</a><!-- m --> quizás necesites incluir en tu codigo u... | ADO RDD xHarbour |
[
{
"date": "2022-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Usé SKIP 0, aun así no actualiza el último registro.\n\nAbro dos aplicaciones y dejo un stop en la pantalla de xbrowse, y en la otra creo un registro nuevo, y no actualiza en la otra que esta parada en xbrowse. La única forma que ... | ADO RDD xHarbour |
[
{
"date": "2022-04-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hola,\n\nSupongo que el SKIP 0 lo hiciste en el otro lado, en el lado que no añadio el registro.\nSiendo lo anterior ¿ Podrias probar a hacer un GO TOP ?\n\nHay un mensaje que habla de este tema... pero no resuelve mucho.. Seria e... | ADO RDD xHarbour |
[
{
"date": "2022-04-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Así que intenté poner SKIP 0 y GO TOP después de escribir el registro y no actualiza xbrowse en el otro.\nTambién intente actualizar xbrowse y no aparece, solo aparece el registro nuevo en el sistema que lo lanzó, en el otro no ap... | ADO RDD xHarbour |
[
{
"date": "2022-04-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Intenta contactar con el autor de la clase. Quizá él pueda dar alguna pauta",
"time": "20:28",
"topic": "ADO RDD xHarbour",
"username": "hmpaquito"
}
] | ADO RDD xHarbour |
[
{
"date": "2022-04-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gemtleman\n\nI have been using ( plain ) ADO ( class and methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbrowse, panels, folders ... etc.\n\... | ADO RDD xHarbour |
[
{
"date": "2022-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":10iinzd9]Marc,\nDo you also have speed problems on the PC where you saved your DBF files.\nRegards,\nOtto[/quote:10iinzd9]\n\nNo, On the pc with the dbf's the program is ok.\n\nOn the peer to peer (like it is) spe... | ADO RDD xHarbour |
[
{
"date": "2022-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nuse your software form the other PCs with RDP.\n\nBest regards,\nOtto",
"time": "10:12",
"topic": "ADO RDD xHarbour",
"username": "Otto"
}
] | ADO RDD xHarbour |
[
{
"date": "2022-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nAs far as updating any .dbf record ... I use goto Recno() .. that in many cases mimics dbCommit() .. goto Recno() forces the record pointer to move albeit .. back to itself.\n\nRick Lpkin",
"time": "13:21",
"topi... | ADO RDD xHarbour |
[
{
"date": "2022-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Resolvido, com a ajuda do AHF, descobri que na função do ADORECCOUNT não estava definido o MYSQL.\nAdicionei o aAWData[ WA_ENGINE ]== \"MYSQL\" no final do primeiro IF.\n\nObrigado.\n\n[code=fw:xi793poa]<div class=\"fw\" id=\"{CB... | ADO RDD xHarbour |
[
{
"date": "2023-11-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Does anyone know if there is any way to increase the conversion speed of hb_adoupload?",
"time": "21:46",
"topic": "ADO RDD xHarbour",
"username": "rodrigoppt"
}
] | ADO RDD xHarbour |
[
{
"date": "2013-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nI use ODBC in my programs to connect to database and want to change it and use ADO\nIs there a method Fetch() In ADODB.Recordset \nI want to execute sql but fetching records manyaly one by one.\n\nAND PLEASE ...\nWhere i can ... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista\n\nHere is the Wiki on using ADO and Fivewin that many of our friends have contributed ..\n\n<!-- m --><a class=\"postlink\" href=\"http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs\">http://wiki.fivetechsoft.com/... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks\nregards",
"time": "14:37",
"topic": "ADO RecordSet Fetch() ?",
"username": "cnavarro"
}
] | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista:\n\nAn other one\n\n<!-- m --><a class=\"postlink\" href=\"http://www.w3schools.com/ado/\">http://www.w3schools.com/ado/</a><!-- m -->\n\nBest regards",
"time": "16:42",
"topic": "ADO RecordSet Fetch() ?",
"user... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista ..\nPlease send me your Mail.",
"time": "01:10",
"topic": "ADO RecordSet Fetch() ?",
"username": "Adolfo"
}
] | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\nThis is my e-mail\n\n<!-- e --><a href=\"mailto:sunrised@t-home.mk\">sunrised@t-home.mk</a><!-- e -->\n\nRegards,",
"time": "07:58",
"topic": "ADO RecordSet Fetch() ?",
"username": "avista"
}
] | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is what i am doing usung tOdbc and tDbOdbcd classes\n\n[code=fw:28i6v7do]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oOdbc := TOdbc<span style=\"color: #000000;\">(</span><span style=\"color: #00... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "PLEASE i need some sugestions about this ...\n\nWhy i need this\nFor example if i use sql \"SELECT * FROM MyTable\" and MyTable have 15.000.000 records \nI want to have a view while collecting (importing) data and chance to break ... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista\n\n[quote:3a1qxujl]\nWhy i need this\nFor example if i use sql \"SELECT * FROM MyTable\" and MyTable have 15.000.000 records\nI want to have a view while collecting (importing) data and chance to break it\n[/quote:3a1qxujl]... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick, Thanks for reply\n\nin this case\ndDate1 >= ctod(\"01/01/2013\")\nuser can by mistake write \"01/01/2003\" so all record will be selected that will be going too long and user dont know if program is working or is blocked \nb... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is no way to read and add records one by one to a recordset in ADO. We open RecordSet once and all records matching the Query are read into the recordset.\n\nIf we expect that the Query may result in too many records, then s... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao Thanks for reply \n\nOne more question\n\nIs it possible to define a TIMER and every second read value from\noRs:RecordCount()\nbefore collecting is finished and dysplay it on the screen\nand if nned to execute \noRs:Close() \... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, atleast theoritically.\n\nWhen we open a RecordSet, we can specify adAsyncFetch ( value is 32 ) by or'ing it with nOption parameter.\n\nThen after reading first batch of records ( set by us in oRs:CatcheSize ), rest of the re... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have try to define TIMER\nBut not success\nNothing is working until [b:1kax5rnc]oRs:Open()[/b:1kax5rnc] finish.\nThat is big problem becouse user dont know is program working or it is blocked.\nProbably [b:1kax5rnc]adAsyncFetch[... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We can forget about adAsyncFetch. This does not work with C. This and ADO event handling is possible only with VB etc and not with normal C.\n\nLet us address your issue.\nNormally opening a client side recordset should not take ... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nThanks so myuch, you are right\n\nI have one more quewstion (problem) with ERROR object of oRs:Open()\noErr:Description always return DISP_E_UNKNOWNNAME\nand oErr:Number, oErr:Source, oErr:NativeError... dont exist.\n\noEr... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harbour shows the Ado Error correctly. xHarbour does not.\nI suggest you use FWH function FW_ShowAdoError( oCn ), where oCn is the connection object.\n\nTRY\n oRs:Open( .... )\nCATCH\n FW_ShowAdoError( oCn )\n << decide what... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nIn which version of fwh is addes function FW_ShowAdoError()\nI still use 13.03\n\n[quote:n82ualmk]Harbour shows the Ado Error correctly. xHarbour does not.[/quote:n82ualmk]\n\nThis mean that if i move to harbour from xharb... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The function FW_ShowAdoError() was first included in FWH 13.05.\n\nThe logic is well known to all users and it should be fine for me to share the code here. You may even find the main part of this code already posted in these foru... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao, Rick, ...\n\nMany thanks for reply and help\n\nMany thanks to Adolfo for great manual which he send to me for ADO 2.8\ni think someone need to put this manual on place where everyone can download it\n\nBest regards to all",
... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nYou can sent it to <!-- e --><a href=\"mailto:alinares@fivetechsoft.com\">alinares@fivetechsoft.com</a><!-- e --> so he could upload to contributions.\n\nMany thanks.",
"time": "16:41",
"topic": "ADO RecordSet Fe... | ADO RecordSet Fetch() ? |
[
{
"date": "2013-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks\nAlready sent\nRegards,",
"time": "23:30",
"topic": "ADO RecordSet Fetch() ?",
"username": "avista"
}
] | ADO RecordSet Fetch() ? |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Does anyone know why I am getting this error?\n\n[code=fw:113g9l7s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> oRs:= createObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;... | ADO RecordSet open error |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James\n\nStart here when you define your object .. then you can add additional parameters as I have .. I would definitly use the local cache option when you create your recordset .. being local makes listboxes just really fast.\n\... | ADO RecordSet open error |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rick\n\nWhen CursorLocation is 3 ( adUseClient) the RecordSet is always opened as Static. No use specifying keyset or dynamic.\n\nAfter opening please check \n? oRs:CursorType.",
"time": "18:49",
"topic": "ADO RecordSe... | ADO RecordSet open error |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr James\n\nFor opening recordset, minimum *two things should be specified.\n1. Source ( Sql statement, Table name, URL ). In our case mostly sql statement\n2. Either connection object or connection string.\n\nEither we can specif... | ADO RecordSet open error |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nI have tried testxbr3.prg and it works fine. This is using an Access database. I note that this code calls oRs:Open() without any parameters and it doesn't error out.\n\nThe other test code you provided is using a DBF data... | ADO RecordSet open error |
[
{
"date": "2010-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have to open Access databases and Progress databases. I get that error if I get the connect string wrong or the DSN entry is wrong. Those semicolons and sometimes spaces really mean something.\n\nHere is a DSN-less connect strin... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gale,\n\nI is not the connection that is the problem. The problem turns out to be that the WHERE clause in the SELECT statement is causing the crash. For more details see this thread.\n\n<!-- l --><a class=\"postlink-local\" href=... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":37j4p8oe]Does anyone know why I am getting this error?[/quote:37j4p8oe]\n\nCan you show the exact sample you are trying?\n\nEMG",
"time": "10:39",
"topic": "ADO RecordSet open error",
"username": ... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIt is in the third message on this page:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=19334&start=30\">viewtopic.php?f=3&t=19334&start=30</a><!-- l -->\n\nJames",... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Your sample works fine here as it is.\n\nEMG",
"time": "16:36",
"topic": "ADO RecordSet open error",
"username": "Enrico Maria Giordano"
}
] | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James:\n\nJust an idea, do have the ado heder included ?\n\n#Include \"Ado.ch\"\n\nRegards",
"time": "17:03",
"topic": "ADO RecordSet open error",
"username": "Armando"
}
] | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nI didn't have the ado.ch header included, but I just added it and I still get the same error.\n\nThanks for the idea.\n\nJames",
"time": "17:48",
"topic": "ADO RecordSet open error",
"username": "James Bott... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":bvf9uyk8]Armando,\n\nI didn't have the ado.ch header included, but I just added it and I still get the same error.\n\nThanks for the idea.\n\nJames[/quote:bvf9uyk8]\nincluding or not including ado.ch does not... | ADO RecordSet open error |
[
{
"date": "2010-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nActually, the ORDER clause is working. That error was caused by a syntax error on my part. Only the WHERE clause is not working.\n\nJames",
"time": "18:06",
"topic": "ADO RecordSet open error",
"username": "Jam... | ADO RecordSet open error |
[
{
"date": "2014-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all,\n\nI need help how to create DBF file and insert data from ADO Recordset\n\nBest regards,",
"time": "15:07",
"topic": "ADO RecordSet to DBF",
"username": "avista"
}
] | ADO RecordSet to DBF |
[
{
"date": "2014-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista\n\nHere is the psudo code ..\n\n1) Create your .dbf\n2) Open your recordset ...\n\n[code=fw:2pnkl73d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oRs:<span style=\"color: #000000;\">MoveFirst</span>... | ADO RecordSet to DBF |
[
{
"date": "2014-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\nThanks for reply,\n\n[quote:2ud58ilj]1) Create your .dbf[/quote:2ud58ilj]\n\nThat is my problem ... i cant create .DBF becouse i dont know fields ...\nbecouse RecordSet is openet berore that and contains data from executed ... | ADO RecordSet to DBF |
[
{
"date": "2014-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "FWH already provides a ready made function for this.\n\nFW_AdoExportToDBF( oRs, cDbf, lEditStruct )",
"time": "02:34",
"topic": "ADO RecordSet to DBF",
"username": "nageswaragunupudi"
}
] | ADO RecordSet to DBF |
[
{
"date": "2014-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao Thanks for reply\n\n[quote:gs83syox]FWH already provides a ready made function for this.\n\nFW_AdoExportToDBF( oRs, cDbf, lEditStruct )[/quote:gs83syox]\n\nI have seen on this forum that this functuins are includer in version ... | ADO RecordSet to DBF |
[
{
"date": "2014-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Understand.\n\nWe might consider expanding the coverage to other SQL DBMSs depending on the users' requirements.",
"time": "09:09",
"topic": "ADO RecordSet to DBF",
"username": "nageswaragunupudi"
}
] | ADO RecordSet to DBF |
[
{
"date": "2014-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Rao\n\n[quote:1i36gxcg]Understand.\n\nWe might consider expanding the coverage to other SQL DBMSs depending on the users' requirements.[/quote:1i36gxcg]\n\n[b:1i36gxcg]But please any other solution or \nCan i find the sourc... | ADO RecordSet to DBF |
[
{
"date": "2014-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick, Rao, anyone ?\nAny sugestion please ?\n\nREgards,",
"time": "23:04",
"topic": "ADO RecordSet to DBF",
"username": "avista"
}
] | ADO RecordSet to DBF |
[
{
"date": "2014-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Look\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=19&t=27296#p151744\">viewtopic.php?f=19&t=27296#p151744</a><!-- l -->\n\n<!-- l --><a class=\"postlink-local\" href=\"http://foru... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Navarro thanks for reply\n\nI urgent need the source of function [b:e9u9wag2]FW_AdoExportToDBF( oRs, cDbfName, [lEditStruct] )[/b:e9u9wag2]\nor same similar source sample\n\nBest regards,",
"time": "11:09",
"topic": "ADO R... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"avista\":211guxk9]Rao Thanks for reply\n\n[quote:211guxk9]FWH already provides a ready made function for this.\n\nFW_AdoExportToDBF( oRs, cDbf, lEditStruct )[/quote:211guxk9]\n\nI have seen on this forum that this functui... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Avista,\n\nWe can help you with FW_AdoExportToDBF() (I will check it with Rao and I may send you some code by email) but as Rao has clearly explained to you, if you want to use the result of our hard work, you should upgrade your ... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can keep using FWH 13.04, upgrade to FWH 14.06, copy the required functions that you need and continue using 13.04.\n\nI am sure that you also ask your customers to get paid by your work <!-- s:-) --><img src=\"{SMILIES_PATH}/... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks to all\n\nIn start i only asked how to detect from ado recordset\n[quote:1wc3u31t]filedname, fieldtype, fieldlen, fielddec[/quote:1wc3u31t]\n\nI use informix\n\n[quote:1wc3u31t]Re: DBF to SQL script tool\nNew postby nageswa... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks,\n\nPossible help for now how to detect filedname, fieldtype, fieldlen, fielddec from ado recordset ?\nIf no it is ok ...i will go back to ODBC for now <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2fjr8x3k]FWH Ado functions work for Access, MS Sql, MySql, Oracle and SQLite3.\n[/quote:2fjr8x3k]\nThat means \"all\" functions in adofuncs.prg work for these DBMSs. Just a clarification. Many functions work for *all* DBMSs... | ADO RecordSet to DBF |
[
{
"date": "2014-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oField := oRs:Fields( n ) // n is zero based \nor\noField := oRs:Fields( \"<fieldname>\" )\n\nThen\noField:Name --> field name\noField:Type --> Ado Type of the field as numeric\nYou can find all ado field types here\n<!-- m --><a... | ADO RecordSet to DBF |
[
{
"date": "2013-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What is the most desirable cursor type to use while opening a Recordset in ADO? \nadOpenKeySet or adOpenDynaic or adOpenStatic?\n\nWe almost always open RecordSet on client side, using CursorLocation as adUseClient (3)\n\n[u:1pjlk... | ADO RecordSet: What is the best CursorType to use? |
[
{
"date": "2013-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NageswaraRao,\n\n[quote=\"nageswaragunupudi\":2l6vjwug]Note: If the CursorLocation property is set to adUseClient, the only valid setting for the CursorType property is adOpenStatic.[/quote:2l6vjwug]\n\nYou missed \"Remote Data Se... | ADO RecordSet: What is the best CursorType to use? |
[
{
"date": "2013-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "According to MSDN, RDS has been removed from Windows 8 and Windows Server 2012. The way to go now is WCFDS.",
"time": "11:30",
"topic": "ADO RecordSet: What is the best CursorType to use?",
"username": "ADutheil"
}
] | ADO RecordSet: What is the best CursorType to use? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.