messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2010-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "wzaf...\n\n\ndid you verify if the SELECT return some value, i means\nthe select is not empty...",
"time": "23:08",
"topic": "ADO update() error",
"username": "Daniel Garcia-Gil"
}
] | ADO update() error |
[
{
"date": "2010-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Daniel :\nCorrect ! the select is not empty....\n\nWzaf",
"time": "23:36",
"topic": "ADO update() error",
"username": "wzaf"
}
] | ADO update() error |
[
{
"date": "2010-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "kzaf..\n\n\ntest this samples... work fine to me... \n\ndownload test.mdb\n\n[url:35zsehuw]http://www.sitasoft.net/fivewin/samples/testado.rar[/url:35zsehuw]\n[code=fw:35zsehuw]<div class=\"fw\" id=\"{CB}\" style=\... | ADO update() error |
[
{
"date": "2010-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Daniel, \nyour code works fine in my environment. \nI tried also to recompile and link , and it works! \nThe only difference is that I use Mysql with \"MySQL ODBC 5.1 Driver\" and connection string is : \n [i:1y25b885]cConnecti... | ADO update() error |
[
{
"date": "2010-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try this,\n\nConnectionString := \"Driver={MySQL ODBC 5.1 Driver};Server=127.0.0.1;Port=3306;Database=mydb;User=myuser;Password=mypassw;Option=3;\"\n\n\nThe below given code to update a recordset is working fine for me\n\n[code=fw... | ADO update() error |
[
{
"date": "2010-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tank you Anser\nI tried your code , but now when I try the following :\n[code=fw:1ftzl9x1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />RecSet:<span style=\"color: #000000;\">Source</span> :=cSQL<br />oRec... | ADO update() error |
[
{
"date": "2010-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "wzaf...\n\ntry change to this line\n\n[code=fw:24tacsxr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRecordSet:<span style=\"color: #000000;\">Open</span><span style=\"color: #000000;\">(</span> <span styl... | ADO update() error |
[
{
"date": "2010-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tank you very mutch, Daniel. \nNow the update works! \nIt seems that ADO wants in RecordSet the primary key , otherwise it fails when update the DB. \nNot only, but when I tried to update (and getting errors), the table where [... | ADO update() error |
[
{
"date": "2014-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi guys!\n\nI'm use select in a table DBF with ADO, and the accentuation in RecordSet is wrong. Anyone know how to fix?\n\n[code=fw:uwmg8qnm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color... | ADO with DBF (accentuation) |
[
{
"date": "2014-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found!\n\nIs just change de register in windows: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Jet\\4.0\\Engines\\xBase, DataCodePage=OEM to DataCodePage=ANSI\n\n\nThanks",
"time": "19:59",
"topic": "ADO with DBF (accentuatio... | ADO with DBF (accentuation) |
[
{
"date": "2014-04-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Great!!! Thanks for sharing it.",
"time": "17:32",
"topic": "ADO with DBF (accentuation)",
"username": "Kleyber"
}
] | ADO with DBF (accentuation) |
[
{
"date": "2014-04-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have the same problem with MS SQL .\n\nIt is fine with xharbour and Fivewin 9.11 but with Harbour and Fivewin 2012 not .\n\nWhat is the register key for Ms SQL .\n\nThanks.",
"time": "09:26",
"topic": "ADO with DBF (acce... | ADO with DBF (accentuation) |
[
{
"date": "2014-04-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jack, look in the provider string connection, something like charset=ISOXXXX. \n\n\n[quote=\"Jack\":r9wa4zwj]I have the same problem with MS SQL .\n\nIt is fine with xharbour and Fivewin 9.11 but with Harbour and Fivewin 2012 not ... | ADO with DBF (accentuation) |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All...\ncan someone help me....? <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \nI try to migration database file from a DBF to Oracle database file.\nbut i cannot execute query : ... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:qguwkxlf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCn := FW_OpenAdoConnection<span style=\"color: #000000;\">(</span> cConnStr <span style=\"color: #000000;\">)</span><br />cSql := <span sty... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just curious .. I was never a fan or used sucessfully the oledb provider MSDAORA.1 <!-- s:| --><img src=\"{SMILIES_PATH}/icon_neutral.gif\" alt=\":|\" title=\"Neutral\" /><!-- s:| --> With Oracle, I found the best success using ... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2iz1walg]Oracle OLEDB provider[/quote:2iz1walg]\nMicrosofts Oracle OLEDB provider works better than even the one provided by Oracle.",
"time": "14:24",
"topic": "ADO with Oracle",
"username": "nageswaragunupudi"... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Halo... <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nI try sample code from mr.nageswaragunupudi like :\n\n\toCn:Execute( cSql )\n\n\tresult : Error description: Erro... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try the connection either way with MSDAORA.1 .. it should work..\n\n[code=fw:1nd8g6fz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cConnStr := <span style=\"color: #ff0000;\">'Provider=MSDAORA.1;Data Sourc... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To: Mr Rick Lipkin,\nSorry with my English... <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nMy complete file like this:\n\ntable: MYTABLE in Mulyadi schema\n--> now i try con... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Since you made it through the initial connection without it breaking .. I think your .ora files are correct.\n\nTry this Sql Statement ( added s to the word Value ) and added a space after VALUES\n\ncSql := \"INSERT INTO mulyadi.M... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Oke mr, my struc table is so simple, : ) \n\nKODE VARCHAR2 (20)\nKET VARCHAR2 (50)\n\nthanks for answer my question, to next time i try again.. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" ... | ADO with Oracle |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mulyadi \n\nTry your insert code with this statement:\n[code=fw:2igvl4px]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cSql := <span style=\"color: #ff0000;\">\"INSERT INTO mulyadi.MyTable (KODE,KET) VALUES... | ADO with Oracle |
[
{
"date": "2012-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Rick Lipkin.\n\nits works fine... <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nto now, I understand with the case statement at:\n\nOriginal me : ...VALUES ('\" ... | ADO with Oracle |
[
{
"date": "2012-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Glad it is working ..\n\nRick",
"time": "13:29",
"topic": "ADO with Oracle",
"username": "Rick Lipkin"
}
] | ADO with Oracle |
[
{
"date": "2021-02-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Que tal a todos, buen dia\nEstoy trabajando con una MDB de ACCES de un reloj checador\ny tienes una tabla de checadas\nEsta tabla tiene un campo tipo DATETIME\nquiero obtener este campo para saber fecha y hora\nperoooooooooooooo\... | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2021-02-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Intenta así para que puedas mirar si la consulta trae información\n\n[code=fw:143of9u2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C8... | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2021-02-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Que tal Leandro\nPues resulta que ha de ser la version de FWH\npor que no me funciona FW_OPENRECORDSET\nme marca error al compilar.",
"time": "16:41",
"topic": "ADO y \"DATETIME\" como obtener SOLUCIONADO",
"username"... | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2021-02-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Leandro.\n\nAl ver si trae datos el recordset\nlo marco asi : oRs:RecordCount() -> 527,456\n\n ?oRs:Fields( \"CHECKTIME\" ):Value -> VACIO\n ?Dtoc(oRs:Fields( \"CHECKTIME\" ):Value) -> 10/02/2021 == Aqui solo me faltaría ver ... | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2021-02-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Asi :\n[code=fw:1bxqfiir]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> uData := oRs:<span style=\"color: #000000;\">Fields</span><span style=\"color: #000000;\">(</span> <span style=\"color: #f... | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2021-02-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Javier:\n\nMuchas gracias.\n\nSaludos",
"time": "00:06",
"topic": "ADO y \"DATETIME\" como obtener SOLUCIONADO",
"username": "Armando"
}
] | ADO y "DATETIME" como obtener SOLUCIONADO |
[
{
"date": "2010-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos...\nEl tema de consulta es este, tengo una aplicacion con una base de datos de access que recibe actualizaciones permanentes via FTP desde distintos lugares.\nLo que hago actualmente es abrir la comunicacion con la ba... | ADO y Access apertura de bases de datos |
[
{
"date": "2010-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\nNo trabajo con ADO, pero se me ocurre que en vez de cerrar la conexion, podrias \"refrescar\" el objeto cada cierto tiempo con un TIMER\noRs:Source:Refresh() o algo asi,,, \nSalu2",
"time": "16:16",
"topic": "ADO y... | ADO y Access apertura de bases de datos |
[
{
"date": "2010-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado rterraz\n\nNo he trabajado con ftp, y tampoco tengo claro si usas rcordsets . Aunque según veo usas ftp para subir archivos. En mi caso uso adostream para subir cualquier archivo binario al servidor MySql. \nDe todas for... | ADO y Access apertura de bases de datos |
[
{
"date": "2010-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Marcelo, gracias por tu respuesta\n\nyo lo que hago es subir a un servidor via ftp desde distintos lugares un archivo XML que se procesa en el servidor.\nHace una cantidad importante de verificaciones y dependiendo del resul... | ADO y Access apertura de bases de datos |
[
{
"date": "2010-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Raúl,\n\nPuedes tener abierta tu base todo el tiempo en que tu aplicativo está en ejecución.\n\nCargas tus datos con RecordSet al inicio. No hace falta que lo cierres. Simplemente, con un Timer, cada cierto tiempo haces un oRecor... | ADO y Access apertura de bases de datos |
[
{
"date": "2010-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Raúl,\n\nEn el proceso que sea invocado por el Timer, no olvides, antes del oRecordSet:Requery(), verificar que no se haya caído la conexión a tu servidor.\n\nCarlos Gallego",
"time": "17:23",
"topic": "ADO y Access apert... | ADO y Access apertura de bases de datos |
[
{
"date": "2006-10-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos\n\nDonde puedo encontrar la manera de usar ADO con FiveWin Harbour.\n\nY si esta tecnologia es compatible con FiveLinux.\n\nGracias.",
"time": "12:14",
"topic": "ADO y FiveWin",
"username": "Arturo Nava"
... | ADO y FiveWin |
[
{
"date": "2006-10-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Arturo,\n\nEn <!-- w --><a class=\"postlink\" href=\"http://www.capelblog.com\">www.capelblog.com</a><!-- w --> hay dos artículos que hablan sobre ADO. Tambien vas a encontrar dos clases básicas para acceso a bases de datos con ... | ADO y FiveWin |
[
{
"date": "2006-10-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por la informacion, entonces que tecnologia puedo usar para accesar las Bases de Datos tanto en Guindows y Linux, para no tener que reprogramar al pasar de un SO al otro.",
"time": "20:47",
"topic": "ADO y FiveWin... | ADO y FiveWin |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Un saludo a todos\r\n\r\nEstoy tratando de usar el recordset con xbrowse. Me funciona muy bien con el wbrowse de Hernán, pero siempre hay algunas cosillas que éste no tiene implentado lo que el xbrose si. \r\n\r\nMe he guiado con... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Marcelo,\r\n\r\nHarbour ya soporta WITH OBJECT. Solo tienes que actualizar tu versión de Harbour desde <!-- w --><a class=\"postlink\" href=\"http://www.fivetechsoft.com/files/harbour.exe\">www.fivetechsoft.com/files/harbour.exe<... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2008-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Antonio.\r\n\r\nHe bajado el archivo indicado. Renombré la carpeta anterior de harbour y he instalado la nueva versión. Al compilar la aplicación me ha pedido una serie de librerías que no traía la nueva versión; a lo que... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2008-08-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Antonio por la buena voluntad. Pero no he podido generar mi aplicación con la nueva versión de Harbour que me he bajado. Por lo tanto este punto queda pendiente y lo postearé bajo otro título.\r\n\r\nPor lo tanto he trata... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2008-08-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Marcelo, creo no es necesario que uses una variable por columna oCol1... oCol10.\r\n\r\npuedes usar una sola oCol, ya que \r\n\r\noCol := oBrw:AddCol()\r\n\r\ninicias un objeto columna y lo inserta al browse, luego con las sigui... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2008-08-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Carlos por tu interés\r\n\r\nLo que dices es verdad, ya me di cuenta, y es así como está resuelto. El problema era que no generaba un codeblock correcto al momento de asignar a bStrdata. Y como dije este post está solucio... | ADO y XBROWSE (Solucionado) |
[
{
"date": "2011-02-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alex:\n\nYo uso una función propia llamada Date2Txt() por lo que deduzco que estas tomando los ejemplos\nque hay en mi blog, <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> es así... | ADO y la funcion Date2txt() |
[
{
"date": "2011-02-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "estoy haciendo pruebas con ADO y mysql y me falta esta funcion, alguien sabe en que libreria esta?\n\ngracias\n\nalejandro",
"time": "17:38",
"topic": "ADO y la funcion Date2txt()",
"username": "QAZWSX2K"
}
] | ADO y la funcion Date2txt() |
[
{
"date": "2011-02-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "jajaja pues si, aca <!-- m --><a class=\"postlink\" href=\"http://sqlcmd.blogspot.com/2008/10/creando-un-reporte.html\">http://sqlcmd.blogspot.com/2008/10/crea ... porte.html</a><!-- m -->\n\nno pense me leyeras aca, de hecho te ... | ADO y la funcion Date2txt() |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends of the forum have good day. Here I being a nuisance again. \n1-> ADO, can I look for a locate inside an already created recorset? Slightly this way like to do a DbSeek (). Not if s could. \n\n2-XBROWSE, Since I can valid... | ADO's question and xbrowse |
[
{
"date": "2013-06-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nEstoy utilizando una base de datos Access 2003 a través de ADO en un único PC.\n\nA veces, cuando agrego los registros el Recordset no se actualiza, a pesar de la llamada a oRs:Requery(), incluso dos veces. Tengo que esp... | ADO- Access no refresca adecuadamente el Recordset |
[
{
"date": "2013-06-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26628&p=147295#p147295\">viewtopic.php?f=3&t=26628&p=147295#p147295</a><!-- l -->",
"time": "14:15",
"topic": "ADO- Access... | ADO- Access no refresca adecuadamente el Recordset |
[
{
"date": "2013-06-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He preparado un ejemplo:\n\n<!-- m --><a class=\"postlink\" href=\"http://demo.ovh.es/en/9beda86cc9165fb7bae4af1cd65c05f9/\">http://demo.ovh.es/en/9beda86cc9165fb7bae4af1cd65c05f9/</a><!-- m -->\n\n\n[img:1kn117fs]http://i44&... | ADO- Access no refresca adecuadamente el Recordset |
[
{
"date": "2013-06-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Lucas:\n\nIntenta con\n\n[code=fw:2vkp5q1y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oRsFol:<span style=\"color: #000000;\">CursorType</span> := adOpenDynamic<br /> </div>[/code:2vkp5q1y]\n\nÉchale u... | ADO- Access no refresca adecuadamente el Recordset |
[
{
"date": "2012-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nDoes anyone know how to put a filter on a recordset with a compare between 2 fields?\n\nThose 2 filters are working fine\n[code=fw:16i9m640]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRs1:<span style=\"... | ADO-filter question |
[
{
"date": "2012-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ADO filter method allows only one column name in the filter expression, as far as I know.\n\nEMG",
"time": "09:59",
"topic": "ADO-filter question",
"username": "Enrico Maria Giordano"
}
] | ADO-filter question |
[
{
"date": "2012-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nThanks for the information. That's what I found out after searching for ADO-filters.\nI guess I have to create a new recordset with a filter-condition.",
"time": "10:02",
"topic": "ADO-filter question",
"use... | ADO-filter question |
[
{
"date": "2012-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc\n\nHere is a sample of a common multi-field filter I use...\n\nRick Lipkin\n\n[code=fw:1e5kiovf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cFilter1 := <span style=\"color: #ff0000;\">\"[iid] like '\... | ADO-filter question |
[
{
"date": "2012-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nI also use filters with multiple fields. But you can only compare a field with a fixed value and not with another field.\n\nYou can use [code=fw:2vmi2p2u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRs... | ADO-filter question |
[
{
"date": "2020-04-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos:\n\nTengo el siguiente problema, requiero actualizar un campo de recordset, el cual se construyo en base a un query, luego de actualizar me arroja error\n\ncSql:=\"SELECT D.*,DP.NOMBRE AS DPTO, PR.NOMBRE AS PROV,DI.NOMBRE ... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2020-04-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola:\n\nNo has indicado el error.\n\nAsimismo, esta línea debería usar la función FW_ValToSQL():\n\n\"WHERE CODSOC = '\"+ oRs:Fields(\"CODSOC\"):Value +\"' \"+;\n\nque debería ser:\n\n[code=fw:h3tgblvt]<div class=\"fw\" id=\"{CB... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2020-04-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Moises:\n\nEl error que se presenta es el siguiente:\n\n[b:1uhvfj3i]NO IMPLEMENTADO[/b:1uhvfj3i]\n[b:1uhvfj3i]Source:[/b:1uhvfj3i] Provider\n[b:1uhvfj3i]NativeError:[/b:1uhvfj3i] -2147467263\n[b:1uhvfj3i]Error Source:[/b:1uhvfj3i... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2020-04-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ángel Miguel:\n\nTe voy a contar mi experiencia con SELECT que usan LEFT JOIN, ya sea de dos o mas tablas,\nmi problema es que cuando elimino el registro de una de las dos tablas con oRs:Delete se\neliminan los registros de ambas... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2020-04-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, mi experiencia con MySQL es que en un Select combinado con Join no se puede actualizar un campo, no lo permite el conector ODBC.\n\nMi solución es abrir la tabla sin el Join y posicionarme en el mismo ID, actualizar y cerra... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2020-04-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[b:1mc2cmma]Amando y Gmart1:[/b:1mc2cmma]\nAplique el UPDATE respetivo, seguido del requery respectivo al recordset, con ello di solución a mi problema. Muchas Gracias por su tiempo y apoyo.\n\n[b:1mc2cmma]Nages:[/b:1mc2cmma]\nSe... | ADO: ACTUALIZAR CAMPO DE SELECT DE 02 TABLAS MSSQL |
[
{
"date": "2013-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2skcqm6e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include<... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is an alternative way of doing it using the most recent FWH functions:\n\n[code=fw:39hzug0s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: ... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nI like where you are going with ADO here .. \n\nOne thing that needs to be done is add the ability for a password to the connection string. Let me dig deeper and see if I can help.\n\nRick Lipkin",
"time": "13:46",
... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nI am using fwh1303 and xHarbour .. Trying to compile and getting an error on EXECUTE .. I rem'd it out temporarily to get get a good build.\n\nRick Lipkin\n\n[code=fw:2pouio1h]<div class=\"fw\" id=\"{CB}\" style=\"font-... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nWhat compiling error do you get ? syntax error only ? There is no DEFINE BUTTON in my code\n\nI really would appreciate your cooperation in adding ADO support to FWH FiveDBU.prg:\n[url:8pf9hnrt]https://code.google... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nLet me see what I can do with your code .. here is the line where my compile fails on Execute()\n\nRick Lipkin\n\n[url=http://imageshack.us/photo/my-images/94/fivedbu.jpg/:pvbw1ikm][img:pvbw1ikm]http://i... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nI am afraid that Execute() portion of FiveDBU will not work with xHarbour and we use the great Harbour capability to compile and execute from memory in runtime. I am going to review the syntax of that line.\n\nWe have jus... | ADO: Listing tables from a database |
[
{
"date": "2013-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nAn enhanced version already published that supports editing:\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=144063#p144063\">viewtopic.php?p=144063#p144063</a><!-- l -->\n\... | ADO: Listing tables from a database |
[
{
"date": "2013-05-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAs soon as you implement the option to define a connection-string, I will test it on MySQL/MariaDB & SQLite-databases.\n\nI can't modify the program myself, since I still use an older version of FW (7.10) that is not a... | ADO: Listing tables from a database |
[
{
"date": "2013-05-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nCould you email me the connection string ? I will build it for you and email it to you.\n\nThere were lots of OLE errors that have been fixed in the recent years, thats why I suggest you to upgrade and don't block yoursel... | ADO: Listing tables from a database |
[
{
"date": "2011-09-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo una aplicación antigua con dbf donde estoy pasando una de las tablas a MySql en un servidor en internet, para que desde periféricos móviles, les envien los datos de situación online. Esta información se baja filtrada desde ... | ADO: RECORSET Y SET RELATION |
[
{
"date": "2011-09-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Manuel,\n\nsi tienes todo en MySQL podrías incluir los datos relacionados con un JOIN, pero si están en dbfs.... es un poco complejo, creo que lo más sencillo es como lo estás haciendo.\n\nADO tiene eventos, uno de ellos es ... | ADO: RECORSET Y SET RELATION |
[
{
"date": "2011-09-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Carlos.",
"time": "05:29",
"topic": "ADO: RECORSET Y SET RELATION",
"username": "Manuel Valdenebro"
}
] | ADO: RECORSET Y SET RELATION |
[
{
"date": "2013-05-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:jpoyplww]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include... | ADO: Revisando las tablas de una base de datos |
[
{
"date": "2013-05-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Esta es una versión alternativa usando las funciones más recientes implementadas en FWH:\n\n[code=fw:2ngqsfm4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span s... | ADO: Revisando las tablas de una base de datos |
[
{
"date": "2013-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We all know the methods Update(), AddNew() and GetRows() of ADODB RecordSet. I propse here to consider a simpler alternative usage of these methods.\n\nFor example, let us consider oRs:Update() method. We are familiar with this wa... | ADO: Update(), AddNew(), GetRows() - Simplified Usage |
[
{
"date": "2020-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nPerforming a filter on ADO (oRs:Filter) using LIKE on a memo field does not work.\n\nIs there a way?\n\nThank you.",
"time": "11:02",
"topic": "ADO: filter does not work on memo fields [fixed]",
"username": "MOI... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Moises:\n\nIt Works fine to me.\n\nShow us your code, pls.\n\nRegards",
"time": "18:14",
"topic": "ADO: filter does not work on memo fields [fixed]",
"username": "Armando"
}
] | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nThis is the code:\n\n[code=fw:289fbagn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cFiltro := cCampo + space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><span ... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Moises:\n\nThis is may code, the CLI_NOM field is a TEXT type field.\n\n[code=fw:1xodigol]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-01-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, in text fields works, but not in memo fields, where I have the issue.\n\nThank you.",
"time": "08:52",
"topic": "ADO: filter does not work on memo fields [fixed]",
"username": "MOISES"
}
] | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Up!",
"time": "09:28",
"topic": "ADO: filter does not work on memo fields [fixed]",
"username": "MOISES"
}
] | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is not Memo Field type in any sql database, MSAccess, MySql or MSSql\nIn MSAccess, MySql, MSSql the field type is TEXT.\nIn Oracle the field type is also called CLOB",
"time": "14:47",
"topic": "ADO: filter does not ... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, I mean long text or blob fields.\n\nIn such fields, this line does not work:\n\n[code=fw:2pz403wo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cFilter := cFieldName + space<span style=\"color: #000000;\">&#... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In our tests, filters on LONGTEXT fields are working.\n\nThis is the test program:\n[code=fw:1ad91v0h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"co... | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2020-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My mistake: I was using oBrw:oRs instead of oRs with all fields.\n\nThank you.",
"time": "17:32",
"topic": "ADO: filter does not work on memo fields [fixed]",
"username": "MOISES"
}
] | ADO: filter does not work on memo fields [fixed] |
[
{
"date": "2019-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nIn my previous Harbour and FWH version, in order to load contents of Recordset in ADO, I did:\n\n[code=fw:1e6095xh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">IF</s... | ADO: load recordset into an Array |
[
{
"date": "2019-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Una idea\n[code=fw:bsn78rcq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />hData := RsToHash<span style=\"color: #000000;\">(</span> oRsClientes<span style=\"color: #000000;\">)</span><br /> </d... | ADO: load recordset into an Array |
[
{
"date": "2019-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now I have problems with XBROWSE COMMAND:\n\n @ 0, 0 XBROWSE oPanel2:oControl OF oDash ;\n COLUMNS 1, 2, 3, 4, 5, 6 ;\n HEADERS \"Nº Cliente\", oSayDNI(), \"Apellidos\", \"Nombre\", \"Localidad\", \"Teléfono\" ;\n A... | ADO: load recordset into an Array |
[
{
"date": "2019-11-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"MOISES\":3tu7itvj]Hi,\n\nIn my previous Harbour and FWH version, in order to load contents of Recordset in ADO, I did:\n\n[code=fw:3tu7itvj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"c... | ADO: load recordset into an Array |
[
{
"date": "2019-11-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. RsGetRows( oRs ) Works perfect.\n\nTwo more related questions please:\n\n1.- Is there any other change to ADO stuff that must be aware of?\n\n2.- Also there is the Hash approach: aArray1 := RsToHash( oRs )\n\nIs this f... | ADO: load recordset into an Array |
[
{
"date": "2019-11-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:lgiafn3v]2.- Also there is the Hash approach: aArray1 := RsToHash( oRs )\n\nIs this fastest?\n[/quote:lgiafn3v]\nRsGetRows() is faster than RsToHash()",
"time": "09:21",
"topic": "ADO: load recordset into an Array",... | ADO: load recordset into an Array |
[
{
"date": "2020-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nIn ADO over Internet, sometimes the connection goes away. I think there is no oCn:Refresh() or oCn:Reconnect() to fix it.\n\nSo, how do you handle it?\n\nClosing the connection after the Recordset and open each time before ... | ADO: manage internet connections failures |
[
{
"date": "2008-05-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Adolofo\r\n\r\nStatic Function IfTable(cTableName,oConnect)\r\nLocal aTables := {}\r\n\r\n\taTables := ListTable(oConnect)\r\n\tIF ! ( cTableName IN aTables ) //es esta linea da un error\r\n\t\tReturn .F.\r\n\telse\r\n\t\tR... | ADOBASE ERROR |
[
{
"date": "2008-05-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Luis..\r\n\r\nTu usas HARBOUR...\r\nIN se encuentra en xHarbour\r\n\r\nreemplaza esa linea por\r\n\r\nIF aScan(aTables, cTableName)= 0\r\n\r\nPrueba a hacer esto y me indicas\r\n\r\nEso",
"time": "15:58",
"topic": "ADOBA... | ADOBASE ERROR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.