messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWith ADORDD and Harbour there is a problem with emtpy dates.\n\nWhen issuing an append blank, putting a ctod('') fails.\n\nAlso, FW_DateToSQL( , \"D\" ) fails too.\n\nAs I workarround, I set to date(), but there are some...
ADO and empty Dates [SOLVED]
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "FW_DateToSQL() and FW_ValToSQL() are meant to be used while constructing SQL statements.\n\nFW_DateToSQL( CTOD( \"\" ) ) returns \"NULL\"\n\nExample usage:\nif we want to update a datefield:\n\n[code=fw:b076l919]<div class=\"fw\" ...
ADO and empty Dates [SOLVED]
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Nages,\n\nThank you very much.\n\nThis is working:\n\n[code=fw:3dhgpjf6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AADD<span style=\"color: #000000;\">&#40;</span>...
ADO and empty Dates [SOLVED]
[ { "date": "2014-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI have a client that use my program on a network. before it was a version with DBF-files. Now I upgrade his program to ADO with MySQL.\nThe program is working very nice, but...\nThe customer don't quit the program at the...
ADO and resume laptop
[ { "date": "2014-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mark\n\nIf it were me and your customer does not want to shut down his computer, I would go to the control panel and the power settings and on \"Close Lid\" .. set the option to \"Do Nothing\"\n\nThat way, your customer and just s...
ADO and resume laptop
[ { "date": "2014-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI was thinking to do a open again if it fails\n\nlike[code=fw:2h5ev0f2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">TRY</span><br />   oSQL:<span style=\"color: #000000;\">...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI just found out that there is a ADO-state-propery, so I can check that the connection is still OK.\n\nI will try to use that.", "time": "09:30", "topic": "ADO and resume laptop", "username": "Marc Vanzegbroeck"...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marc Vanzegbroeck\":2kdflhla]Hi,\n\nI just found out that there is a ADO-state-propery, so I can check that the connection is still OK.\n\nI will try to use that.[/quote:2kdflhla]\noCn:State --> 0 = not open and 1 = ope...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Rao,\n\nIndeed, I just found out that oCn:State is still open, even when I disconnected the network.\n\nI try to use your suggestion, and put it in my global error-handler.\n\nThe only problem I have ir the network-conne...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "We are not opening a new connection again. We are closing and reopening the same connection that you opened first. Still do you get error while writing?\n\nMeanwhile please also see\n<!-- l --><a class=\"postlink-local\" href=\"h...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I know than whe are using the same connection again, but I was refering to recordset that are allways are reopen while calling.\n\nBut anyhow, it's working now, like you suggested. By closing the connection, and reopening it, if t...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Glad it is working. Can you post your Code here for the benefit of all of us? Can we standardise this and integrate with fwh adofuncs library?", "time": "11:13", "topic": "ADO and resume laptop", "username": "nageswara...
ADO and resume laptop
[ { "date": "2014-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "For now I have put in my functions I have made for myself for updating, deleting and adding records with ADO, because I needed it very fast for that customer.\n\nI will put it in my error-handler, so it will work allways when ther...
ADO and resume laptop
[ { "date": "2014-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nWhat I was thinking to do is add this to errorsys.prg\n[code=fw:30bbqes2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">if</span> ErrorMessage<span style=\"color: #000000;\"...
ADO and resume laptop
[ { "date": "2014-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nAfter debugging the program, I finaly found the error that my customer get.\nIt is : 'MySQL server has gone away'\n\nNow I'm looking a for a way to reconnect. I found something like oSql:ping(), fut there is also a possibil...
ADO and resume laptop
[ { "date": "2007-05-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Manualmente hago asi para agregar un registro con el campo ID del tipo uniqueidentifier: (B85E62C3-DC56-40C0-852A-49F759AC68FB)\n\n[code:5i9csd9t]\nINSERT INTO articoli\n &#40;ID, Sub_ID, codice, descrizione&#41;\n VALUES ...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando, \n\n\nno puedo usar adordd porque no compila con la version de xharbour que uso yo, que no puedo cambiar porque uso FWH 2.7 que actualizaré apenas me lo permitan. De todos modos, no se si está previsto, pero cuando el c...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Con ado puedes utilizar el metodo Execute del objeto connection.\n\n[code:1vn1im4w]\noCnn&#58;Execute&#40;\"INSERT INTO articoli &#40;ID, Sub_ID, codice, descrizione&#41; VALUES &#40;NEWID&#40;&#41;, 15, 'uno', 'due'&#41;...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel, \n\n\njustamente, como habia leido aqui que RF decía que conviene usar oRs:update() en vez del comando INSERT (o de repente yo lo entendí mal), es que quería saber como hacerlo con el recordset (:update() en vez que con :Ex...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Fernando Mancera\":1ypgk66h]Hola Pedro,\n\nEn el mensaje referente a ADORDD un usuario posteo un link con todo lo necesario para hacer funcionar en xHarbour. Recuerda compilar el codigo fuente de ADORDD con tu version de...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "William,\n\nVamos a subir las modificaciones al CVS de Harbour, lo que ocurre es que queremos hacer algunos cambios en el código para eliminar diferencias entre Harbour y xHarbour y que a ser posible, se use el mismo código con a...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2007-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":81rk2v0q]William,\n\nVamos a subir las modificaciones al CVS de Harbour, lo que ocurre es que queremos hacer algunos cambios en el código para eliminar diferencias entre Harbour y xHarbour y que a ser p...
ADO append con Uniqueidentifier en MSSQL
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nUsing ado/FW_ado functions as DBMS management irrespective of MYSQL, MSSQL, etc, is there a way to back up the whole database to a local file?\n\nThank you", "time": "15:44", "topic": "ADO back up full database", ...
ADO back up full database
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Backup and Restore are specific to each database. There is no common support in ADO.\n\nFor MySql, we can use FWH oCon:Backup(...) and oCon:Restore(...) methods.", "time": "17:28", "topic": "ADO back up full database", ...
ADO back up full database
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you.\n\nAnd what about saving and restoring each table in a txt local file?\n\nAll the best,", "time": "18:01", "topic": "ADO back up full database", "username": "MOISES" } ]
ADO back up full database
[ { "date": "2019-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Up!", "time": "19:01", "topic": "ADO back up full database", "username": "MOISES" } ]
ADO back up full database
[ { "date": "2019-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Moises:\n\nTake a look at MySqlDump.exe and MySQL.Exe\n\nRegards", "time": "19:32", "topic": "ADO back up full database", "username": "Armando" } ]
ADO back up full database
[ { "date": "2019-09-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much for replying. I am looking for an approach via ADO for MySQL/MSSQL/María DB, therefore neutral from the point of view of the database.\n\nI think this method exists, but I haven't found its parameters.\n\nGreet...
ADO back up full database
[ { "date": "2019-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Up!", "time": "20:08", "topic": "ADO back up full database", "username": "MOISES" } ]
ADO back up full database
[ { "date": "2014-04-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Fala pessoal!\n\nEstou fazendo um select em uma tabela DBF via ADO, e a acentuação no RecordSet esta incorreta. Alguém já passou por isto?\n\n[code=fw:1kopckza]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span...
ADO com DBF (Acentuação)
[ { "date": "2014-04-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Achei!\n\n\nÉ só alterar a chave do registro do windows: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Jet\\4.0\\Engines\\xBase, DataCodePage=OEM para DataCodePage=ANSI\n\n\nValeu", "time": "20:00", "topic": "ADO com DBF (Acen...
ADO com DBF (Acentuação)
[ { "date": "2014-04-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Estou acessando a tabela DBF via ADO e gostaria de obter o Recno físico da tabela. Vi que o RecordSet do ADO possui tanto a BookMark como a AbsolutiPosition, mas ambas retornam a posição de um registro referente ao RecordSet em v...
ADO com DBF (Recno)
[ { "date": "2007-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ola amigos,\n\nPreciso ler planilha Excel com ADO, é possivel ?\n\ngostaria de um exemplo\n\nAri", "time": "13:06", "topic": "ADO com Excel", "username": "Ari" } ]
ADO com Excel
[ { "date": "2007-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "No necesitas ADO, con OLE es mas que suficiente:\n[code:10ufe4or]\noExcel &#58;= TOleAuto&#40;&#41;&#58;New&#40; \"Excel&#46;Application\" &#41;\noExcel&#58;WorkBooks&#58;Open&#40;\"yourfile&#46;xls\"&#41; \noHoja &#58;= oExcel&#5...
ADO com Excel
[ { "date": "2007-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "o usuário não tem o Excel.\n\nEu já uso desta forma que voce falou Rene, para algumas planilhas com mais de 10.000 linhas, o sistema vai parando ..ficando lento por falta de memoria.. \n\n\ncom ODBC eu fiz assim:\n\n\n[code:2frtg5...
ADO com Excel
[ { "date": "2007-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Amiguinho\n\nComplementando o exemplo do Amigo Rene, neste exemplo voce poderá [b:1n11mxjm]ler e gravar[/b:1n11mxjm] dados em planilhas simples.\n[code:1n11mxjm]\n* \n* -------------------------------------------------------------...
ADO com Excel
[ { "date": "2007-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Procuro as classes do FireBird, para usar com ADO, hoje uso o MySQL, gostaria de tentar o FireBird.\n\nAri", "time": "20:47", "topic": "ADO com FireBird", "username": "Ari" } ]
ADO com FireBird
[ { "date": "2007-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Ari:\n\nContact to Rochinha, I remenber her made to library for Firebird + ADO.\n\n<!-- e --><a href=\"mailto:irochinha@itelefonica.com.br\">irochinha@itelefonica.com.br</a><!-- e -->; \n\nRegards ,\n\nJuan", "time": "22:57",...
ADO com FireBird
[ { "date": "2008-01-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nUna pregunta breve y concreta, como funciona MS SQL Server 2005 con ADO, usando el provider native correpsondiente?\n\nO recomiendan usar MS SQL Server 2000?\n\nSaludos,\nMario A. Dávalos", "time": "22:13", "topi...
ADO con MS SQL 2005
[ { "date": "2011-08-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Mi problema es que al cargar el recordset, el listbox no muestra nada y el RecordCount muestra -1 <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \n\ngracias de antemano por cualquier ...
ADO con MySQL problema con listbox
[ { "date": "2011-08-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis\n\nHere is an example of some MS Sql code using ADO with a redefine listbox .. Look at the codeblocks and the Skipper function ..\n\nRick Lipkin\n\n[code=fw:t6bjmplf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospa...
ADO con MySQL problema con listbox
[ { "date": "2011-08-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Thanks for your help Rick, I did it as you said in your example but it did't work, besides the function oRs:MoveLast() is not working, the program display the folowing error when it is executed.\n\nApplication\n===========\n Pa...
ADO con MySQL problema con listbox
[ { "date": "2011-08-17", "forum": "FiveWin para Harbour/xHarbour", "text": "problema solucionado !!\n[code=fw:3gfrqwj1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   oCon := TOLEAUTO<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"...
ADO con MySQL problema con listbox
[ { "date": "2011-08-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy comenzando a trabajar con ADO y MySql hasta aquí hice un pequeño mantenedor de una tabla de artículos en la que puedo agregar, eliminar y crear registros desde el recordset y funciona bien, pero luego despues de unos minuto...
ADO con MySQL problema con recordset
[ { "date": "2007-06-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos:\n\nQue necesito y donde lo consigo..\npara usar ADO con SQL Server y usar lo comandos nativos SQL.\n\nDespués de saber un poco mas de SQL probare el ADORDD.\n\nMuchas gracias.\n\nRuben Fernandez.", "time": "15:15", ...
ADO con SQL comando nativos.
[ { "date": "2007-06-25", "forum": "FiveWin para Harbour/xHarbour", "text": "No necesitas nada, Windows trae instalado todo, el proveedor ADO para SQL Server.\n\nSolo necesitarias un SQL Servers instalado y listo, ha claro y la cadena de conexion.\n\nDe ahi en fuera, tienes todo puesto para comenzar a uti...
ADO con SQL comando nativos.
[ { "date": "2007-06-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Rene.\n\nSaludos\n\nRuben Fernandez.", "time": "01:58", "topic": "ADO con SQL comando nativos.", "username": "Ruben Fernandez" } ]
ADO con SQL comando nativos.
[ { "date": "2007-06-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Master:\n\nY donde hayar DOC para empezar a tomarle el hilo ?\n\nSaludos", "time": "02:31", "topic": "ADO con SQL comando nativos.", "username": "Armando" } ]
ADO con SQL comando nativos.
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Anyone has the con string to Outlook?", "time": "11:12", "topic": "ADO connect string to Outlokk", "username": "AHF" } ]
ADO connect string to Outlokk
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1mnx8jo2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">strConnect = _T<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Provider=Microsoft.Jet.OLEDB.4.0;Outlook 9.0;\"</span><...
ADO connect string to Outlokk
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio", "time": "14:13", "topic": "ADO connect string to Outlokk", "username": "AHF" } ]
ADO connect string to Outlokk
[ { "date": "2015-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "How can I open one of the outlook folders?", "time": "17:12", "topic": "ADO connect string to Outlokk", "username": "AHF" } ]
ADO connect string to Outlokk
[ { "date": "2015-05-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Does anyone knows how to change this property?\nIts seems its read only with a value of zero in MySql.", "time": "18:34", "topic": "ADO connection property \"Maximum Open Rows\"", "username": "AHF" } ]
ADO connection property "Maximum Open Rows"
[ { "date": "2015-05-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nPlease review this:\n[url:3wu39uoj]http&#58;//microsoft&#46;public&#46;data&#46;ado&#46;narkive&#46;com/miSIESQG/maximum-open-rows-property-is-read-only[/url:3wu39uoj]", "time": "18:44", "topic": "ADO connectio...
ADO connection property "Maximum Open Rows"
[ { "date": "2015-05-29", "forum": "FiveWin for Harbour/xHarbour", "text": "You can try this\nSELECT FIRST 1000 * FROM table\n\nlook this too\n<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?f=3&t=26834#p148988\">viewtopic.php?f=3&t=26834#p148988</a><!-- l -->\...
ADO connection property "Maximum Open Rows"
[ { "date": "2023-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola buen día, como sería el equivalente de oCon:Execute( cSQL ) con ADO?", "time": "14:44", "topic": "ADO ejecutar", "username": "jpcavagnaro" } ]
ADO ejecutar
[ { "date": "2023-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "With ADO, we can use oCn:Execute( cSql )", "time": "15:10", "topic": "ADO ejecutar", "username": "nageswaragunupudi" } ]
ADO ejecutar
[ { "date": "2023-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao, gracias por responder.\n\nme da error: Error description: Error ADODB.RecordSet:_ACTIVECONNECTION/0 S_OK: EXECUTE\n\ncomo sería la sintaxis, aclaro que estoy trabajando con DBFs, no con SQL", "time": "15:28", "to...
ADO ejecutar
[ { "date": "2016-09-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos\n\nExiste alguna version de FWH que maneje ADO en forma nativa? Es decir, sin librerias de terceros?\n\nGracias", "time": "17:29", "topic": "ADO en forma nativa", "username": "Compuin" } ]
ADO en forma nativa
[ { "date": "2016-09-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Desde hace tiempo, busca en tu source ADOFUNCS.PRG\n\nQué versión tienes?", "time": "17:35", "topic": "ADO en forma nativa", "username": "cnavarro" } ]
ADO en forma nativa
[ { "date": "2016-09-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias\n\nDonde veo un ejemplo de su uso?", "time": "01:58", "topic": "ADO en forma nativa", "username": "Compuin" } ]
ADO en forma nativa
[ { "date": "2016-09-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Sería más fácil, para ayudarnos, si informamos de la versión de Fwh que utilizamos y si es Harbour/xHarbour, compilador de C, etc.\n\nAquí tienes información\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechs...
ADO en forma nativa
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nWorking with a local access table and FWH Twbrowse seems to work with decent responce in painting the listbox .. BUT .. connecting to a SQL server using ADO and FW Twbrowse is very slow ..\n\nThe ( fwh ) Browse will star...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nHave you already tested the free ADORDD that we have published ?\n\nBrowses work very fine with it", "time": "18:54", "topic": "ADO enhansed TwBrowse ?", "username": "Antonio Linares" } ]
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nTo be honest with you .. no, I have not tried the adordd. Would you be so kind as to send it to my private e-mail .. I will give it a good test.. \n\nI have been following your development .. does the download include a...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nAlready sent the email <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "20:25", "topic": "ADO enhansed TwBrowse ?", "username": "Antonio Linares" ...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick:\n\nWhere are your placing the RecordSet Cursor ?\n\nFor browsing my best advice is to place the cursor on the client size because in the server size it takes ALOT of time on retrieving data.\n\nHave you modified the gotop, g...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Rene\n\nI am using the 'standard' code .. I presume the recordset is being cached to the local workstation ?\n\nHere is the code:\n\n// access.prg\n\n#include \"Fivewin.ch\"\n\nStatic lOK,oWND1,oBRW,oBROW,oBROW2\nStatic oSAY, cSAY...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nCheck the source code of the ADORDD to see how we do it:\n\n oAdo := TOleAuto():New( \"ADODB.Recordset\" )\n oAdo:CursorType = adOpenDynamic\n oAdo:CursorLocation = adUseClient\n oAdo:LockType = adLockPe...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio and Fernando\n\nI am looking at the adordd.prg and I see how you are creating the recordset ..\n\noADO := TOleAuto():New( \"ADODB.Recordset\" )\noAdo:CursorType = adOpenDynamic\noAdo:CursorLocation = adUseClient\noAdo:...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick:\n\nI reviewed your code all seems to look all rigth, I mean, the movement blocks are correct but, you have to \"prepare\" your RecordSet BEFORE open the query.\n\nTo \"prepare\" the cursor, you have to follow Antonio's instr...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\n>\nSelect 1 \nUSE (AllTrim(cDbf)) VIA \"ADORDD\" TABLE AllTrim(cTable) SQL ; \nFROM AllTrim(cFrom) USER AllTrim(cUser) PASSWORD AllTrim(cPsw) \n>\n\nYes <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" ...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nI got a working browse with my code and YES .. the listbox is MUCH better when the recordset is cached locally. \n\nStill takes a while to 'fetch' the recordset .. but that is based on the connection to the server .. wh...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\n>\nI got a working browse with my code and YES .. the listbox is MUCH better when the recordset is cached locally. \n\nStill takes a while to 'fetch' the recordset .. but that is based on the connection to the server .. w...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\noAdo:CacheSize had no effect at any value .... but I am not complaining. This is a table with about 25k records .. and I have tested it at this location ( on the 'outer rim' ) and close to the core router. The closer to...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick\n\nThanks for the feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "23:45", "topic": "ADO enhansed TwBrowse ?", "username": "Antonio Linares" ...
ADO enhansed TwBrowse ?
[ { "date": "2007-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Error description: Error ADODB.Recordset/14 DISP_E_BADPARAMCOUNT: OPEN\n Args:\n [ 1] = C SELECT * FROM Utenti\n [ 2] = C Provider=SQLOLEDB;Data Source=PCPEDRO\\SQLEXPRESS;Initial Catalog=data_di_prova;UserID=s...
ADO error en la conexion...
[ { "date": "2007-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Parece cosa de locos... hace 5 dias que estoy con este problema, cuando decido poner el mensaje en el foro despues de 5 minutos descubro que el string de conexion que uso no era el adecuado.... Gracias a un mensaje de RF que dejó...
ADO error en la conexion...
[ { "date": "2006-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi !\n\n It's needful to adopt one event in ADO objects . I found an VFP sample , \nit demonstrate what I want to do :\n\n#DEFINE C_VFPCOMCLASS 'vfpcom.comutil'\noVFPCOM = CreateObject(C_VFPCOMCLASS)\noRecordSet = CreateObject('...
ADO events
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\n\nI need to perform a filter in ADO using a date, and it gives me an error:\n\n[code=fw:3ssfm8jl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />   cFilter := <span style=\"color: #ff000...
ADO filtering
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I save the filter expresion in a field of the report´s table.", "time": "11:10", "topic": "ADO filtering", "username": "joseluispalma" } ]
ADO filtering
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "What about\n[code=fw:3799ngfb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cFilter := <span style=\"color: #ff0000;\">\"HIREDATE >= \"</span>+FW_ValToSQL<span style=\"color: #000000;\">&#40;</span> DATE<span sty...
ADO filtering
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, that works, but I need to store the full filter in a database.", "time": "12:24", "topic": "ADO filtering", "username": "joseluispalma" } ]
ADO filtering
[ { "date": "2013-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao;\n\nI now see how you have been working on making standardized ADO functions that work across a number of different sql engines. I have been using ADS for many years quite successfully. I mostly work via ACE32 and the ADS...
ADO for ADS?
[ { "date": "2013-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Honestly I still love ADS and miss ADS. But for the sheer size of our data, I would not have left ADS and migrated to Oracle.\n\nYou are aware that there are OLEDB providers for ADS and we can work with ADO.\n\nBut knowing both, m...
ADO for ADS?
[ { "date": "2020-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nIs there an FW ADO function to import or append an existing table accessed via ADO, not a DBF file, into a recordset?\n\nThank you.", "time": "11:06", "topic": "ADO function to append table, not DBF, into a recor...
ADO function to append table, not DBF, into a recordset
[ { "date": "2006-03-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola a todos,\n\n... no tienen idea de lo que he buscado informacion sobre esto en la red, y finalmente he caido aqui, pues he llegado a la conclusion de que solamente Ustedes podran darme luz en esto.\n\nSe trata del ampliamente ...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\n\n... no tienen idea de lo que he buscado informacion sobre esto en la red, y finalmente he caido aqui, pues he llegado a la conclusion de que solamente Ustedes podran darme luz en esto.\n\nSe trata del ampliamente...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> Sorry,\n\nWrong place.... moved to spanish forum!", "time": "01:08", "topic": "ADO no me funciona en una tabla en especifico", ...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio yo lo creo de la sig. manera y me ha funcionado.\n\noEMPRESAS := CREATEOBJECT( \"ADODB.Recordset\" )\noEmpresas:CursorLocation := 3\noEmpresas:CursorType := 3\noEmpresas:LockType := 3\noEmpresas:MaxRecords := ...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nGracias adelantadas por contestar...\n\nEn efecto, comparando la forma que lo hago con lo que me expresas aqui, tenía solo diferencia en el ::oRs:CursorType, que al tu colocarle un valor de 3, significa que has selec...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio , segun lo que indica la documentacion es esto.\n\nNos permite fijar el número máximo de registros que aceptará el objeto Recordset. El valor por defecto es 0 e indica que no existirá límite.\n\nsi quieres puedes anviarme l...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Fernando,\n\nDos cosas nuevas en esto:\n\n- Primero, no se como pasarte la tabla en la cual tengo problemas. Yo utilizo MySQL, y todo depende de con cual motor de BD vas a buscar reproducir el mismo error que me pasa. P...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio,\n\nPrepara, por favor, un ejemplo autocontenido que muestre el problema que indicas. A ver si vemos lo que te está pasando.\n\nSaludos,\nJosé Luis Capel", "time": "08:52", "topic": "ADO no me funciona en una tabla...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio:\n\na. ¿Como creas el recordset? Muéstrame el código\n\nb. ¿Como haces para modificar un registro? Muéstrame el código\n\nc. ¿Como haces para grabar el registro? Muéstrame el código.\n\nEl mensaje que te aparece:\n\n[quote:...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Cual es el link del articulo donde publico jcapel.\n\nsi no es muy grabde la bd puedes enviarmela.\n\ngracias.\nfernando sandoval ruiz", "time": "19:31", "topic": "ADO no me funciona en una tabla en especifico", "user...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Bueno, a ver si \"mato\" dos de un tiro:\n\nPrimero, dejame comenzar con el último, Fernando:\n\n- Para ver las clases originales sugeridas por jcapel, puedes visitar su blog que esta en [url:1207ic2h]http&#58;//www&#46;capelblog...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio no se que problema haya, luego de hacer varias pruebas , el cambio el siguiente, oRs:Fields(\"Nombre\"):= alltrim(cNombre) , no se harbour o xharbour agrege algun caracter al terminar de capturar o lo espacion en blanco no ...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-04-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Julio,\n\nMándame, por favor, un ejemplo autocontenido donde se pueda reproducir ese error que comentas.\n\nSaludos,\nJosé Luis Capel", "time": "08:55", "topic": "ADO no me funciona en una tabla en especifico", "usern...
ADO no me funciona en una tabla en especifico
[ { "date": "2006-04-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias José Luis,\n\nVoy a construirlo, incluyendo la creación de la tabla y cuando lo tenga te lo envío.\n\nSolo te enviaré el ejemplo, pues el resto de las clases modificadas por mi ya las tienes.\n\nGracias de nuevo,", "t...
ADO no me funciona en una tabla en especifico