messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "You can't use AbsolutePosition property across different recordset. The right solution is using an Id field (that you should have anyway).\n\nEMG", "time": "12:59", "topic": "ADO Absoluteposition", "username": "Enrico ...
ADO Absoluteposition
[ { "date": "2006-11-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos.\nHace unas semanas he empezado a trabajar con ADO, tengo una duda (bueno tengo mas de una). \nEstoy visualizando un recordset con un txbrowse, dicho recordset por su naturaleza no me permite ejecutar AddNew.\n\nCua...
ADO AddNew
[ { "date": "2006-11-23", "forum": "FiveWin para Harbour/xHarbour", "text": "HOla\n\nMira:\n\nInserir registro:\n\n[code:2600aazp]\n oRs:AddNew()\n oRs:Fields( \"id\" ):Value := \"00001\" \n oRs:Fields( \"nombre\" ):Value := \"JOSE CARLO...
ADO AddNew
[ { "date": "2006-11-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Rochinha, pero eso no es exactamente lo que estaba preguntando. Yo ya conozco los metodos para altas bajas y modificaciones. El problema es que el browse esta basado sobre un recordset (oRS) no editable. Y la pregunta, e...
ADO AddNew
[ { "date": "2006-11-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo\n\nLo recordset esta basado en que tipo de BD?\n\nYo trabajo en modo local, cliente.\n\nRevisa se la abertura es ReadOnly\n\n[code:1elnc654]\nLOCAL oConn := TOLEAUTO():New(\"adodb.connection\") \...
ADO AddNew
[ { "date": "2006-11-24", "forum": "FiveWin para Harbour/xHarbour", "text": "El recordset ataca una bases de datos DB2, y el source es [code:3rhsfa3d]\ncSql:= \"SELECT EmpCod,Anyo,NumPed,Fecha,Hora,Usr,NetName,Servir,CliCod,Obs1,Obs2,\"+;\n\"Servido,Presu,Kilos,Ava3Tx,Ava4Tx,Ava6Tx,Ava7Tx,Ava8Tx,Ava9T...
ADO AddNew
[ { "date": "2006-11-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Si\n\nEntonces debes usar INSERT pois con ele tu iras referenciar la tabla alvo mas directamente.", "time": "07:02", "topic": "ADO AddNew", "username": "Rochinha" } ]
ADO AddNew
[ { "date": "2010-03-23", "forum": "FiveWin para Harbour/xHarbour", "text": "COmo se pregunta si un coloumna es Nula Null\nTengo entendido que en xharbour equivale a Nill\n\nvara := iif(oDatos:Fields(\"nombre_estilo\"):Value = Nill,\" \",oDatos:Fields(\"nombre_estilo\"):Value)\n\nEsto eata bien\n\n\nTe...
ADO Como se Pregunta si una Columna es Nula (Solicionado)
[ { "date": "2010-03-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Ruben...\n\nTienes 3 formas de preguntar si la columna es Nula.\n\n1. Antes de cargar el recordset usando una consulta sql: (Con Mysql)\n select ifnull(colfecha,now()) as NuevaCol FROM Tabla where otracol IS NULL\n Si l...
ADO Como se Pregunta si una Columna es Nula (Solicionado)
[ { "date": "2010-03-24", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"sjingo\":3vhri68v]Hola Ruben...\n\nTienes 3 formas de preguntar si la columna es Nula.\n\n1. Antes de cargar el recordset usando una consulta sql: (Con Mysql)\n select ifnull(colfecha,now()) as NuevaCol FROM Tabla wher...
ADO Como se Pregunta si una Columna es Nula (Solicionado)
[ { "date": "2010-03-24", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"sjingo\":3h7f92iu]Hola Ruben...\n\nTienes 3 formas de preguntar si la columna es Nula.\n\n1. Antes de cargar el recordset usando una consulta sql: (Con Mysql)\n select ifnull(colfecha,now()) as NuevaCol FROM Tabla wher...
ADO Como se Pregunta si una Columna es Nula (Solicionado)
[ { "date": "2010-03-25", "forum": "FiveWin para Harbour/xHarbour", "text": "No entiendo a que te refieres.\n\nSi lo que quieres es subir una imagen a tu mensaje mira el siguiente enlace:\n[url:1fyf2kc5]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17413&p=90548&hilit=subir+imagen#...
ADO Como se Pregunta si una Columna es Nula (Solicionado)
[ { "date": "2007-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI am trying to connect to an Oracle 10g database using the following code which fails every time .. any assistance would be appreciated.\n\nLooking on MSDN there is some confusion as to \"SOURCE\" being the server name ....
ADO Connection to Oracle 10g
[ { "date": "2007-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't know it this can be of any help but try:\n\n[code:3pqhjgaj]cSQL := \"SELECT * FROM [EFIS_UST_RELEASES]\"[/code:3pqhjgaj]\n\nEMG", "time": "22:31", "topic": "ADO Connection to Oracle 10g", "username"...
ADO Connection to Oracle 10g
[ { "date": "2007-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico\n\nSorry .. that did not work .. I think it has something to do with the 'source' parameter .. i am missing something from my side on the identification .. server name perhaps, sciema prefix .. something like that.\n\nRick"...
ADO Connection to Oracle 10g
[ { "date": "2007-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "For Source we should use the TNS Name of the Server/Database. It is the name used in TNS Confuration of the Oracle Client on the PC client. It is not the physical servername or the database name given by the DBA on the server.\n\...
ADO Connection to Oracle 10g
[ { "date": "2007-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Schema prefix is to be used with table names as <schema>.<table>. It is always a safe and good programming practice to use schema prefix for all tables in oracle", "time": "23:48", "topic": "ADO Connection to Oracle 10g",...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "nageswaragunupudi\n\nWOW ... thanks for the great answer .. I will try your code in the morning. I was using the DNS name of the server for the source .. I do have a tnsnames.ora file .. I think the tns name is 'efis.world' .. The...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Data Source = 'efis.world'.\n\nFor some reasons i did not like the .world extention. Had some issues with it. All our client installations have tns names without the .world. \n\nPlease try efis.world first as the data source name...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "nageswaragunupudi \n\nWas curious to try your code .. your error message was much more informative than just 'e_fail' ..\n\nI got this message that \n\n'Oracle client and networking componants not found. These componants are suppl...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "You have to install oracle 10g client that comes along with oracle server software. After installing, you should configure TNS names. Only then our software runs on your PC.\n\n( note: we need the client software on the user pc...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "nageswaragunupudi\n\nI gathered as much about the client .. was hoping to avoid any complicated setups .. We currently have a 'very ugly' fat client Oracle forms 6i client .. over 1200 some .fmx forms that get depolyed to over 100...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:1xjawhjc]\nI saw on the Oracle website the Quick 10 or 11i client download .. would this work ( do you think ) or do I need to just go back to the Oracle 10g disk and install the client files ??\n[/quote:1xjawhjc]\n\nI did ...
ADO Connection to Oracle 10g
[ { "date": "2007-12-20", "forum": "FiveWin for Harbour/xHarbour", "text": "nageswaragunupudi \n\nWe are actually running Oracle version 9.2.0.6 .. not 10g as I origionally thought. I have the Ora9i cd and have installed the client portion of the 3 disk cd .. still getting the version 7.3.3 error \n\nAny ...
ADO Connection to Oracle 10g
[ { "date": "2007-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Please check the PATH and make sure it points to the location of the new isntallation. For example the path on this pc is \"PATH=C:\\oracle\\product\\10.2.0\\client_1\\bin;\"", "time": "03:05", "topic": "ADO Connection t...
ADO Connection to Oracle 10g
[ { "date": "2007-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "nageswaragunupudi \n\nThe very first statement in the path is where I installed ( what I hoped was the client ) Ora9i .. c:\\ora9i\\bin .. Perhaps I installed the wrong thing .. would you be so kind as to find me a link to downloa...
ADO Connection to Oracle 10g
[ { "date": "2007-12-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you please send me the directory structure of your ora9i directory? you can save it as text file by going to c:\\ora9i ( DOS PROMPT ) and issue command \"DIR /S > ORADIR.TXT\". Please send to my personal email <!-- e --><a ...
ADO Connection to Oracle 10g
[ { "date": "2008-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\r\n\r\nHow can I convert date() to a datetime field in MS Sql server .. I was given this formula and it does work but does not insert the correct\r\ndate into the date portion of the field ..\r\n\r\nnDateTime := ( DATE() - ...
ADO Date time update SQL Server
[ { "date": "2008-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\r\n\r\nesto es un error grave de xharbour , \r\n\r\nADO solamente devuelve la FECHA\r\n\r\ndejando fuera la hora,\r\n\r\neste tema ya se habia mensionado en mensajes anteriores,\r\n\r\npero nadie ha dado una solucion,\r\n\r...
ADO Date time update SQL Server
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2uw9lds4]Rick,\n\nthis is a serious error of xharbour,\nADO only returns the DATE\nleaving was the hour,\nthis theme already itself habia mensionado in previous messages,\nbut nobody has given a solucion,\n\nGreetings.. \n...
ADO Date time update SQL Server
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\r\n\r\n[code:gkovxcua]\nset date american\nset century on\n&#46;&#46;&#46;\n\noRs&#58;Source &#58;= \"Update <your table> set <your datetime field> = '\"+;\ndtoc&#40;date&#40;&#41;&#41;+\" \"+time&#40;&#41;+\"' where &#46;&#...
ADO Date time update SQL Server
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Eugeniusz Owsiak\r\n\r\n* dtoc(date())+\" \"+time() * .. WOW, that worked !!!!!!!!!!!!! beating my head against the wall here over something so simple.\r\n\r\nGlad you had a better pair of eyes than I did ..\r\n\r\nThanks for the...
ADO Date time update SQL Server
[ { "date": "2008-05-29", "forum": "FiveWin for Harbour/xHarbour", "text": "If you are using xHarbour, you can straighaway use datetime.\r\n\r\ndtDate := DateTime()\r\noRs:Field(x):Value := dtDate\r\n\r\nNow xHarbour can handle date and time together, it is no more necesssary for us to handle date and tim...
ADO Date time update SQL Server
[ { "date": "2007-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nHow do I concantonate date()+time() into a datetime field to SQL server with ADO ?? \n\nThe reason to add the time stamp is because SQl server does not respect 'natural order'. When I have multiple entry's on the same d...
ADO Datetime field
[ { "date": "2007-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Convert date and seconds into a double value like this and assign the value. Date field in OLE can be assigned a value as date or double\n\n[code:8hhsglu6]\nnDateTime &#58;= &#40; dDate - CTOD&#40;\"\"&#41;&#41; + &#40;nSeconds/&#...
ADO Datetime field
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Is it possible to open a recordset in exclusive mode so others cannot open it ?", "time": "17:45", "topic": "ADO Exclusive open", "username": "AHF" } ]
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi AHF,\nI don't think it is possible, because the exclusive locking is against usual database principles, and ADO is just an abstraction layer, so that kind of behavoir is depending on the data engine itself, not ADO.\nMay be if ...
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\n\nI remember to read somewere that if you opend recorset and issue : begintrans immediatly after might be the same as USE .. EXCLUSIVE if you get an error USE fails if not the state of table would be protected untill you...
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "As regards the first question:\nPlease read more on SELECT ... FOR UPDATE available in Oracle, MySql and some others\nPlease note that these are very rarely used. I strongly advise we need to unlearn DBF habits and re-orient our ...
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":3atg4ft9]\nPlease read more on SELECT ... FOR UPDATE available in Oracle, MySql and some others\nPlease note that these are very rarely used. I strongly advise we need to unlearn DBF habits and re-ori...
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\noRs:Fields( n ):DefinedSize \n\nAnyhow Mr. Rao is the real expert on ADO/SQL <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "22:14", "topic": "ADO ...
ADO Exclusive open
[ { "date": "2015-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThis code is from FWH\\source\\function\\adofunc.prg and it has been developed by Mr. Rao and surely will help you very much:\n\n[code=fw:29dol3f8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span s...
ADO Exclusive open
[ { "date": "2018-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello ,\n\nTesting ADO oRs:Field := cExpression\n\nI found some difficulties :\n\noRS.FILTER := \"FIRST='Jon' OR (Married=0 AND LAST LIKE 'D*')\"// Accepted\noRS.FILTER := FIRST='Jon' OR Married=0 AND LAST LIKE 'D*'\" // NOT ACCEP...
ADO FILTER , BOOLEAN EXPRESSION
[ { "date": "2018-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I had the same problem\n[url:2a9to7wr]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=35944[/url:2a9to7wr]\n\nHere is the documentation of the filter\n[url:2a9to7wr]https&#58;//docs&#46;microsoft&#46;com/en-u...
ADO FILTER , BOOLEAN EXPRESSION
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWe are almost finishing ADORDD, but there is a problem converting some filters from Clipper sinatx to ADO Filter command:\n\nThe problem is with the vars (oData:Codigo, cName)...:\n\n[code=fw:21u412qf]<div class=\"fw\" i...
ADO Filtering - Mr. Nages and others
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Translating a filter condition when the condition contains harbour variables seems to be difficult. I could not find a way. So the present FW_Filter2Where() function returns valid condition only if the filter condition contains co...
ADO Filtering - Mr. Nages and others
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Nages,\n\nThank you.\n\nAre you refering to SQLRDD from xHarbour.com?. I am afraid the source code is not available.\n\nSO far, the only way would be to rewrite all filters to this:\n\n[code=fw:2vh3gg6j]<div class=\"fw\" id=\"...
ADO Filtering - Mr. Nages and others
[ { "date": "2015-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI also posted on the Harbour and xHarbour developers group to get their kind help:\n\n<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/forum/#!topic/comp.lang.xharbour/Dbfq-Zydz0I\">https://groups.google....
ADO Filtering - Mr. Nages and others
[ { "date": "2008-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I use sql and ado to talk to a database on MS Sql Server\r\nI need some info :\r\nI need an instruction to put in a array the name of all the tables (files) located in one database .\r\n\r\nFor a table, i want to know the number o...
ADO MS SQL
[ { "date": "2008-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "JACK\r\n\r\nTake a look at my CLASS, \"ADOBASE\".\r\nThere you have all you want to do.\r\nThere's an exe with its source code, and the class.\r\n\r\nDownload it from \r\n<!-- m --><a class=\"postlink\" href=\"http://200.72.140.34...
ADO MS SQL
[ { "date": "2008-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes I used it, nice <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \r\n\r\nThanks Adolfo\r\n\r\nregards\r\nFafi", "time": "05:41", "topic": "ADO MS SQL", "userna...
ADO MS SQL
[ { "date": "2011-10-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Ayuda Estimados,\n\nTengo una aplicacion con ADO y MySql todo va bién hasta que 2 usuarios modifican el mismo registro del recordset, y ahi el programa se cae en el usuario que grabó al final.\nGRACIAS de antemano por cualquier ay...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Update operation by a user fails if another user updated the record after the user read the recordset and before updating. This is concurrency error.\n\nIt is desirable that we should ascertain that the row is not updated by other...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Lafug and Rao\n\nRao .. you are VERY correct about ReSync() not being universally supported by some Databases .. like Access for example which causes difficulties in networked environments specifically when it comes to workstation...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes Mr Rick. I agree with you. ADO and MsSql are like made for each other.\nBaring a few issues Oracle also works quite well.\n\nThere could be several strategies a programmer can adopt to handle concurrency issues, but all these ...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Ayuda Estimados,\n\nTengo una aplicacion con ADO y MySql todo va bién hasta que 2 usuarios modifican el mismo registro del recordset, y ahi el programa se cae en el usuario que grabó al final.\nGRACIAS de antemano por cualquier a...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis, \n\n¿ Que mensaje te muestra el ado ?, te comento que yo tengo sistemas con ado y mysql con hasta 20 usuarios concurrentes sin problemas.\n\nAtte.,\n\nLautaro Moreira", "time": "19:21", "topic": "ADO MYSQL se cae co...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Lautaro,\n(mi correo:luisalfonsofuentesg@gmail.com para una asesoria $$ ?)\nEste es el error:\n\nApplication\n===========\n Path and name: C:\\SISTEMAS\\TARGET\\SISGES.Exe (32 bits)\n Size: 2,473,984 bytes\n Time from start...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis \n\nEl \n[code=fw:9asdtso9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;... <br />&nbsp; &nbsp;oRs:<span style=\"color: #0000ff;\">Update</span><span style=\"color: #000000;\">&#40;</sp...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-13", "forum": "FiveWin para Harbour/xHarbour", "text": "GRacias Lautaro, pero se me cae igual:(\n\n\n[code=fw:25sozvda]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">IF</span> lNuevo<br />     oRS:<span style=\"color: #000000;\">AddNew<...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-10-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Lafug.\n\nLocal oErrorAdo\n\n...\n...\n...\n...\n...\n...\n\n TRY\n oRs:Update()\n CATCH oErrorAdo\n MsgAlert(oErrorAdo)\n END\n\n\nCon esto capturas el error desde ADO ...
ADO MYSQL se cae con 2 usuarios modificando mismo registro
[ { "date": "2011-12-09", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI have a Sql statement that runs fine using the Ms Access instr() function and I am trying to modify the script to a filter condition...\n\nThis is the Sql statement that runs from the Open() line :\n\n[code=fw:19up7w7d]...
ADO Ms Access Filter Condition
[ { "date": "2011-12-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this sql string\n\ncSQL := \"SELECT * FROM REQUEST where PARTDESC like '%ba%'\"", "time": "20:56", "topic": "ADO Ms Access Filter Condition", "username": "Gale FORd" } ]
ADO Ms Access Filter Condition
[ { "date": "2011-12-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale\n\nYour suggestion was correct .. oRsReq:Filter := \"PARTDESC like '%ba%'\" .. For some reason I just had a 'brain freeze' and was thinking like the AT() function .. \n\nThanks\nRick Lipkin", "time": "22:15", "topic":...
ADO Ms Access Filter Condition
[ { "date": "2015-06-03", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI have a Customer Module that Opens 3 tables from a MS Access database and when I chose a different customer the tables get refreshed by closing them and re-opening them( _custedit() ). The close and re-open process work...
ADO Ms Access SLow Close() and Re-Open tables on Win 7
[ { "date": "2015-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick:\n\nJust an idea, I have not W7, what if you remove the refresh code\n\n[code=fw:ijl8i21a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cSay := <span style=\"color: #ff0000;\">\"Opening Item Customer S...
ADO Ms Access SLow Close() and Re-Open tables on Win 7
[ { "date": "2015-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando\n\nI think I am going to revise my Customer screen and instead of opening 4 tables, just open the Customer and Invoice and have buttons for the other tables to click and open the other two tables on demand.\n\nI would stil...
ADO Ms Access SLow Close() and Re-Open tables on Win 7
[ { "date": "2009-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "All,\n\nI want to open an ado connection to an access database using the adModeShareExclusive mode (12). Can someone give me an example for doing this?\n\nThis is what I'm using now:\n\n oConn := CREATEOBJECT( \"ADODB.Connectio...
ADO Open Question
[ { "date": "2009-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Probably you are trying to set Mode property when the connection is open. From MSDN:\n\n[quote:37xe5ds7]You can set the Mode property only when the Connection object is closed.[/quote:37xe5ds7]\n\nEMG", "time": "23:57", "t...
ADO Open Question
[ { "date": "2009-01-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nThanks, that helps.\n\nRandal", "time": "17:32", "topic": "ADO Open Question", "username": "Randal" } ]
ADO Open Question
[ { "date": "2014-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "HI,\n\nThis code sometimes work ok, sometimes produce error:\nError description: Error ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: MOVEFIRST\n\n[code=fw:1oauv2qz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span sty...
ADO Problem
[ { "date": "2014-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Avista,\n\nIt's normal that you get an error if you do a oRs:MoveFirst() on a empty recordset.\n\nThat's why I use\n[code=fw:37ebt5aw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">...
ADO Problem
[ { "date": "2014-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "cSql := \"UPDATE ......\" or \"INSERT INTO ...\"\n\noCn:Execute( cSql, @nRows, adCmdText )\n? nRows", "time": "23:56", "topic": "ADO Problem", "username": "nageswaragunupudi" } ]
ADO Problem
[ { "date": "2014-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc, Rao\n\nThanks for reply\n\nRegards,", "time": "13:42", "topic": "ADO Problem", "username": "avista" } ]
ADO Problem
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI would like to use a Harbour function in a where clause.\n\nI need to pass to Harbour´s function the value from the SQL TABLE:\n\ncSQLi1 := \"SELECT * FROM APUNTES WHERE MyFunction(FECHA) = '1' \"\n\nThat gives an erro...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nTry:\n\n\"SELECT * FROM APUNTES WHERE \"+ MyFunction( FECHA ) +\" = '1' \"", "time": "13:13", "topic": "ADO QUESTION: using a Harbour function in a WHERE clause", "username": "Kleyber" } ]
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, but it does not work as FECHA must be returned from SQL, it is a field from the table (FECHA=Date)", "time": "13:18", "topic": "ADO QUESTION: using a Harbour function in a WHERE clause", "username": "lucasde...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, so I would do this way:\n\nMiFecha = MyFunction () // In MyFunction() I'd use the SELECT to get the field FECHA and do the necessary\n\n\"SELECT * FROM APUNTES WHERE \"+ MiFecha +\" = '1' \"", "time": "13:45", "topic"...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas:\n\nI do this way with xHarbour and MySql\n\n[code=fw:3ieu6bym]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oRsHdr:<span style=\"color: #000000;\">Source</span>               := <span style=\"color: ...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando,\n\nMuchas gracias, pero no es lo que necesito, porque Month es una función de MySQL.\n\nSin Embargo, no está presente en SQLite.\n\nImagina que quieres usar otra función tuya.\n\nMuchas gracias en todo caso.", "time":...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando,\n\nMuchas gracias, pero no es lo que necesito, porque Month es una función de MySQL.\n\nSin Embargo, no está presente en SQLite.\n\nImagina que quieres usar otra función tuya.\n\nMuchas gracias en todo caso.", "time":...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2013-06-24", "forum": "FiveWin for Harbour/xHarbour", "text": "If it is MySql, MsSql, Oracle etc I create a sql function on the server with the same functionality of MyFunction. SQL statements can use that function.\n\nI am not sure if SqLite allows creation of server-side procedures and fun...
ADO QUESTION: using a Harbour function in a WHERE clause
[ { "date": "2007-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I have this error testing MS SQL and MySQL.\n\nIs there a way to get more information of the error.\n\nI have used this code with MySQL\n\n[code:1h7oj8pj]#Include \"FiveWin&#46;Ch\"\n#include \"adordd&#46;ch\"\n\nREQUEST ADORDD\n\...
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Willy,\n\nTry to connect to your database and table using an application like Navicat (<!-- w --><a class=\"postlink\" href=\"http://www.navicat.com\">www.navicat.com</a><!-- w -->) and check if it works fine", "time": "07:38"...
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio,\n\nI'll try it asap.\n\nThe MySQL that I use is a version with PHP. It has already a management system.\n\nIs it possible that not all versions (i.e. version 5) are supported\n\nThanks\n\nWilly Hermans", "time"...
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I've just tested it with Navicat.\n\nThe connection works fine.\n\nGreetings\nWilly", "time": "09:27", "topic": "ADO RDD connection error 16389", "username": "Willy" } ]
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Willy,\n\n> TABLE \"tabel1\"\n\nIsn't there a typo ? \"table1\" ?", "time": "10:00", "topic": "ADO RDD connection error 16389", "username": "Antonio Linares" } ]
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "No tabel is just the dutch word for table\n\nGreetings\n\nWilly", "time": "10:19", "topic": "ADO RDD connection error 16389", "username": "Willy" } ]
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "ok <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nPlease try using \"localhost\" in lower case or 127.0.0.1", "time": "11:21", "topic": "ADO RDD connection error 1638...
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "After reinstalling MySQL and ODBC drivers the connection works\n\nThanks.\n\nWilly", "time": "12:49", "topic": "ADO RDD connection error 16389", "username": "Willy" } ]
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Now I've tried to connect from another pc.\n\nThis does still not work.\n\nI've tried with the ip adres of the pc that holds the mysql server software.\n\nI've tried with the networkname of the pc...\n\nI've tried with \"\\\\pcnam...
ADO RDD connection error 16389
[ { "date": "2007-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Willy,\n\n> What are exacly the possibilities for adressing the connection\n\nWe don't know it for sure. ADORDD is just a layer that uses ADO. If ADO works then the ADORDD should work too.", "time": "17:17", "topic": "ADO ...
ADO RDD connection error 16389
[ { "date": "2007-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Fernando,\n\nI've done some tests.\n\nThere seems to be something wrong with the MySQL server.\n\nI have reinstalled the server several times.\n\nWhen I use EasyPhp 1.7 or 1.8 (This includes MySQL 5) the program works loca...
ADO RDD connection error 16389
[ { "date": "2007-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I have just finished some tests.\n\n1) Format C\n2) Reinstall XP service pack 2\n3) disable firewall\n4) Install MySQL 5\n\nrun this code\n\n[code:fc8lfcxk]#Include \"FiveWin&#46;Ch\"\n\n#include \"adordd&#46;ch\"\n\nREQUEST ADORD...
ADO RDD connection error 16389
[ { "date": "2007-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Willy,\n\nPlease show us your code using \"testpc\"", "time": "17:59", "topic": "ADO RDD connection error 16389", "username": "Antonio Linares" } ]
ADO RDD connection error 16389
[ { "date": "2007-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nHere it is.\n\n\n[code:1g8211a0]#include \"adordd&#46;ch\"\n\nREQUEST ADORDD\n\nfunction TstMySql&#40;&#41;\n\n USE test VIA \"ADORDD\" TABLE \"tabel1\" MYSQL ;\n FROM \"testpc\" USER \"root\" password \"p...
ADO RDD connection error 16389
[ { "date": "2015-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nIs there a stable Rdd for ADO working for basic operations such as replaces, browses, like other rdds?\n\nRegards\nAntonio", "time": "10:05", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYou don't need a RDD. Please review these easy examples:\n\n[url:2rmtf3tf]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=ado_create_database[/url:2rmtf3tf]\n\n[url:2rmtf3tf]http&#58;//wiki&#46;fivetechsoft&#4...
ADO RDD xHarbour
[ { "date": "2015-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI work already with ADO that way, however I'm converting an old and large application with FW and xHarbour and the way app is desinged it will be vey time consuming to make that approach.\nThe app doesnt has any kind ...
ADO RDD xHarbour
[ { "date": "2015-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYes, ADORDD may help you, may it has never been tested in a large application so I don't know how it may behave.\n\nIf you have the time and energy to test it and to complete it then it may be a very good solution for ...
ADO RDD xHarbour