messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2009-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nWork perfectly! \nBut, with TxBrowse... How I can set the recordSet for it?",
"time": "20:21",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Júlio César M. Ferreira\n\nPlease visit my blog you'll find a sample with TXbrowse & Recordset\n\nRegards",
"time": "20:34",
"topic": "ADODB MySql! ( Solved! )",
"username": "Armando"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nI make! My xBrowse now opens the oRs from my database.\nBut, when I execute a select... then the give me a error!\n\n\nIf I execute the query: \"SHOW TABLES\" -> That's all ok!\nBut, if I execute the query: \"SELECT * ... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Júlio César:\n\nAre you sure the table has records ?, or is an empty table ?\n\nRegards",
"time": "00:27",
"topic": "ADODB MySql! ( Solved! )",
"username": "Armando"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": ">> Are you sure the table has records ?, or is an empty table ?\n\nYes Armando, 17676 records into a table!",
"time": "01:02",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio César:\n\nCould you post the code to create the recordset ?\n\nRegards",
"time": "01:57",
"topic": "ADODB MySql! ( Solved! )",
"username": "Armando"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nThis is the source:\n[code:5cgk0uu3]TRY\n \n oRs := TOleAuto():New(\"adodb.recordset\")\n\nCATCH oError\n\n showError( oError )\n oRs := NIL\n RETURN( .F. )\n\nEND\n\noRs:CursorLoc... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio:\n\nUmmmm, perhaps it must to be the permissions of the user.\n\nRegards",
"time": "17:15",
"topic": "ADODB MySql! ( Solved! )",
"username": "Armando"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nI has used the GRANT ALL command for the user, with all privileges.. And, with the MySQL Query Browser, I can execute this query.",
"time": "18:37",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio,\n\nput the variable [b:2gqgfbsh]oRs[/b:2gqgfbsh] as [i:2gqgfbsh]static[/i:2gqgfbsh] or [i:2gqgfbsh]public[/i:2gqgfbsh] at the beginning of your main prg and try.",
"time": "23:36",
"topic": "ADODB MySql! ( Solved! )... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nI tried execute this code into a database with many tables... all they empty. When the same table are filled and I execute the same code again... then return to me a error RECORCCOUNT",
"time": "17:56",
"topic"... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio and friends,\n\nThis is my example for testing!\nPlease, modify and check!\n\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/189783905/ADODB.zip.html\">http://rapidshare.com/files/189783905/ADODB.zip.ht... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Exists any incompatibility with fields like timestamp?",
"time": "19:43",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"JC\":1xpsa8pp]Antonio and friends,\n\nThis is my example for testing!\nPlease, modify and check!\n\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/189783905/ADODB.zip.html\">http://rapidshare.com/files... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nYou must be change the connectionString to your own configutarion:\n\n[code:d192fo8o]cConnectionString := \"Driver={MySQL ODBC 5.1 Driver}\" + ;\n \";Server=127.0.0.1\" ... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, I haven't MySql to test your sample.\n\nEMG",
"time": "20:36",
"topic": "ADODB MySql! ( Solved! )",
"username": "Enrico Maria Giordano"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":klnqlf59]Sorry, I haven't MySql to test your sample.\n\nEMG[/quote:klnqlf59]\n\nDon't have problem Enrico.. <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio:\n\nI have tested your code, I modify the connection string (obviously), and\nIt works fine to me!.\n\nLook\n[url=http://imageshack.us:d1ocwlpd][img:d1ocwlpd]http://img187.imageshack.us/img187/8126/clip10... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nThe problem is with fields that's type is timestamp!",
"time": "22:23",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends,\n\nMaybe the error is on datatype convertion of xHarbour, for fields like TIMESTAMP!\n\nIf you make a cast convertion, works!\n\nreg_id = numeric, auto_increment, not null\nreg_data = timestamp, notnull, default '000... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Someboby?",
"time": "13:48",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I still have the problem, if somebody can help me.. thanks",
"time": "17:54",
"topic": "ADODB MySql! ( Solved! )",
"username": "JC"
}
] | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-02-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends,\n\nThanks for all! I can make this! Now, all it's ok with ADBODB.Connection, ADBODB.RecordSet and ADBODB.Stream with MySQL, PostgreSQL and Oracle... all they with Fivewin 8.10!\n\nThank so much!",
"time": "19:47"... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Es lo que me andaba pasando.\n\ngracias.\n\n\n[quote=\"JC\":3p3kwufo]Dear friends,\n\nMaybe the error is on datatype convertion of xHarbour, for fields like TIMESTAMP!\n\nIf you make a cast convertion, works!\n\nreg_id = numeric, ... | ADODB MySql! ( Solved! ) |
[
{
"date": "2009-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "XBrowse shows date part of DateTime values of xHarbour ( including TimeStamp field values of ADO ) by default. If we want full date time value to be shown in xBrowse, we should set oCol:cDataType := 'T'. Then xBrowse shows the val... | ADODB MySql! ( Solved! ) |
[
{
"date": "2021-03-19",
"forum": "All products support",
"text": "Ciao a tutti\n\nHo deciso di provare ad usare MSSQL EXPRESS per fare ciò ho pensato di iniziare\nutilizzando le funzioni presenti in ADOFUNC.PRG mi chiedevo :\n\n1) Se è il modo migliore per iniziare o è meglio usare ADORDD\n\n2) Come es... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello everyone\n\nI decided to try using MSSQL EXPRESS to do this I thought I'd start\nusing the functions in ADOFUNC. PRG I was wondering:\n\n1) If it is the best way to start or it is better to use ADORDD\n\n2) How to run an Rlo... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-19",
"forum": "All products support",
"text": "[quote=\"mauri.menabue\":39m5nmos]Ciao a tutti\n\nHo deciso di provare ad usare MSSQL EXPRESS per fare ciò ho pensato di iniziare\nutilizzando le funzioni presenti in ADOFUNC.PRG mi chiedevo :\n\n1) Se è il modo migliore per iniziare o è ... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:1wmju551]\n1) If it is the best way to start or it is better to use ADORDD\n[/quote:1wmju551]\n\nWe recommend using FWH adofuncs.\nYou can directly work with ADO without any of these functions, but using adofuncs makes your... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "All products support",
"text": "Ciao a tutti\nChiederei un ulteriore chiarimento riguardo questi aspetti :\n\n1) E' possibile aprire più cursori (alias) per la stessa tabella ?\n\n[code=fw:n6xpdosw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&n... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello everyone\nI would ask for further clarification on these aspects:\n\n1) Is it possible to open multiple cursors (aliases) for the same table?\n\n[code=fw:23g3nx6i]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "All products support",
"text": "[quote=\"mauri.menabue\":3dzwcymy]1) E' possibile aprire più cursori (alias) per la stessa tabella ?[/quote:3dzwcymy]\n\nParliamo di DBF, giusto? Sì, certo che è possibile.\n\nEMG",
"time": "09:37",
"topic": "ADOFUNC.prg e SQLEXPR... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "1) Yes.\n2) If both users are working on the same record at the same time after one user saves changes the other can not save his changes. He will get an error. The second user has to cancel his changes, read the record again, and... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "All products support",
"text": "ciao Enrico\nNo, chiedevo se era possibile anche in SQL aprire lo stesso recordset con due alias - variabili diverse cosi come si faceva con i DBF.\nSiccome sei esperto mi piaceva un tua chiarificazione sull'aspetto lock punto 2 del mio i... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "All products support",
"text": "In SQL non ha senso parlare di \"alias\", non esistono. Puoi aprire lo stesso recordset più volte senza alcun problema, visto che userai variabili diverse. Esempio in ADO:\n\n[code=fw:3njsmc9w]<div class=\"fw\" id=\"{CB}\" style=\"font-fa... | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2021-03-21",
"forum": "All products support",
"text": "Riguardo il lock su SQL, io non l'ho mai usato, neanche in programmi web molto complessi. Quindi non ti so aiutare.\n\nEMG",
"time": "11:55",
"topic": "ADOFUNC.prg e SQLEXPRESS",
"username": "Enrico Maria Giordano"
}
] | ADOFUNC.prg e SQLEXPRESS |
[
{
"date": "2007-05-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Donde esta la ultima version de adordd?\n\ncomo se le hace para entrar al CVS y bajarlo ?\n\nla ultima version que tengo es la del 12 de mayo,\n\n\nsaludos, Cordiales. <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\"... | ADORDD |
[
{
"date": "2007-05-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"sysctrl2\":1c0be2qo]Donde esta la ultima version de adordd?\n\ncomo se le hace para entrar al CVS y bajarlo ?\n\nla ultima version que tengo es la del 12 de mayo,\n\n\nsaludos, Cordiales. <!-- s:roll: --><img src=\"{SMIL... | ADORDD |
[
{
"date": "2007-05-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "W.M.\n\nGracias,,\n\nsaludos.",
"time": "17:53",
"topic": "ADORDD",
"username": "sysctrl2"
}
] | ADORDD |
[
{
"date": "2007-11-02",
"forum": "All products support",
"text": "sto provando ad utilizzare l'accesso a SQL con adordd ed ho questo problema. Ho FHW 7.10 ed ho provato a collegarmi ad un database con la seguente istruzione:\n#include \"adordd.ch\"\n#include \"FiveWin.ch\" \nREQUEST ADORDD\nfunction Mai... | ADORDD |
[
{
"date": "2007-11-02",
"forum": "All products support",
"text": "Naturalmente sei sicuro che il nome della tabella sia scritto giusto, vero? Se sì, non mi vengono in mente altri motivi per quell'errore, se non che devi controllare bene tutti i dati della stringa di connessione risultante (indirizzo IP,... | ADORDD |
[
{
"date": "2007-11-03",
"forum": "All products support",
"text": "Ok, ho trovato il problema....\nIl server 192.168.1.203 della mia azienda è in un'altra sede dalla mia, se io cerco di collegarmi tramite il mio programma dalla mia sede mi da quell'errore, se invece lo faccio dalla sede dove è il server ... | ADORDD |
[
{
"date": "2007-11-03",
"forum": "All products support",
"text": "Probabilmente un problema di firewall.\n\nEMG",
"time": "13:14",
"topic": "ADORDD",
"username": "Enrico Maria Giordano"
}
] | ADORDD |
[
{
"date": "2011-11-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, leyendo un poco sobre ADO (necesito arrancar), encontre este ejemplo en este mismo foro:\n\n#include \"adordd.ch\"\n#include \"FiveWin.ch\"\n\nREQUEST ADORDD\n\nfunction Main()\n\n USE test00 VIA \"ADORDD\" TABLE \"ACCOUN... | ADORDD |
[
{
"date": "2011-11-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "precisa colocar junto adordd.lib",
"time": "00:18",
"topic": "ADORDD",
"username": "ronaldo"
}
] | ADORDD |
[
{
"date": "2011-11-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias... disculpen mi ignorancia... mojoró, pero sigo con problemas:\n\nError: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\\HARBOUR104\\LIB\\ADORDD.LIB|adordd\nError: Unresolved external '_HB_FUN_USRRDD_RDDD... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "usrrdd.lib esta tambem...",
"time": "00:57",
"topic": "ADORDD",
"username": "ronaldo"
}
] | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nSI usas Harbour es hbusrrdd.lib.\n\n¿Has conseguido que esto te funcione?\n\n[code=fw:2wxqzaro]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola. Estoy tratando de hacer correr el ejemplo mas simple de ADORDD. Estoy trabado con el error \n\nError: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\\HARBOUR104\\LIB\\ADORDD.LIB|adordd\n* Linking errors *\n... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, \n\n\nAgrega al principio de tu .prg #include \"adordd.prg\".\n\nSin embargo, en el foro de Harbour me han comentado lo siguiente:\n\n[quote:t0kotbl9]RDD to automatically manage Microsoft ADO. Harbour win only rdd able to ... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "El problema no es el ADORDD en si, sino que ADO no es consistente con distintos motores de bases de datos.\n\nEs decir, descubrimos que bastantes funcionalidades no estaban presentes en muchos motores y eso hacia imposible poder ... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "y como puedo hacerlo funcionar???\nme tira el error:\n\nTurbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland\nError: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\\HARBOUR10\n* Linking errors *\n\n¿como c... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nMuchísimas gracias por la respuesta.\n\n¿Tenéis pensado retomarlo en lo que se refiere al menos a Access y MySQL, que son las principales bases demandadas aquí en los foros?.\n\nSalu2",
"time": "15:45",
"topic... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Diego,\n\nMi sugerencia es que revises los ejemplos de ADO que hay aqui en el foro, que son muchos, para que te familiarices un poco con ADO y luego ADORDD te simplificará aún más las cosas, y estarás en condiciones de adaptarlo ... | ADORDD |
[
{
"date": "2012-02-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Lucas,\n\npara acceder a MySQL tienes las opciones:\n\n- TDolphin de Daniel Garcia Gil [url:3lghfn1y]http://tdolphin.blogspot.com/[/url:3lghfn1y]\n- Eagle1 de Manuel Expósito Suarez [url:3lghfn1y]http://es.gro... | ADORDD |
[
{
"date": "2012-03-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Baxajaun,\n\nNo olvides TMySQL de las contribuciones de xHarbour y ahora en Harbour, por cierto muy buena LIB.",
"time": "08:51",
"topic": "ADORDD",
"username": "wmormar"
}
] | ADORDD |
[
{
"date": "2012-03-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias por vuestras indicaciones.\n\nPara MySQL sin duda la opción TDolphin es la mejor. Además, la atención de Daniel es insuperable.\n\nEn cuanto a ADO, ¿dónde puedo encontrar información sobre ADO y Harbour?.\n\n¿Hay a... | ADORDD |
[
{
"date": "2019-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola:\n\n¿Alguien lo está utlizando? Muchas gracias.",
"time": "12:52",
"topic": "ADORDD",
"username": "MOISES"
}
] | ADORDD |
[
{
"date": "2019-12-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nIs anyone using it?\n\nThank you.",
"time": "13:07",
"topic": "ADORDD",
"username": "MOISES"
}
] | ADORDD |
[
{
"date": "2011-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry for my english (google)\n\nI'm trying to use the adordd\nbut this error is occurring ...\n\n[code=fw:38mllzs1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#INCLUDE<... | ADORDD + HARBOUR |
[
{
"date": "2009-05-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ADORDD Mysql, com seleção e ordenação: veja exemplo:\n\nUSE bazevani VIA \"ADORDD\" TABLE \"[b:2ooxcc8q]clientes where codigo < 12000 order by nome[/b:2ooxcc8q]\" ALIAS \"CLIENTES\" MYSQL ;\n FROM \"xxx.xxx.xxx.xx\" USER \... | ADORDD -- WHERE AND ORDEY BY |
[
{
"date": "2007-08-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos del foro.\n\nGracias Master Antonio por el enlace, algo entendi...\n\nPero lo que realmente quise preguntar fue ADORDD???\n\nSi no es molestia. gracias\n\nSalu2 <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\"... | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados:\n\nNecesito ayuda con SQL, no soy un experto, le he sacado el quite muchas veces y ahora necesito hacer algunas cosas. Tengo claro como conectarme a la base de datos, lo que no se es como agregar datos a una tabla, deb... | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Acaso se usan los mismos comandos... esto es SEEK para buscar ???",
"time": "16:35",
"topic": "ADORDD ???",
"username": "Mayor_Valenzuela"
}
] | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mayor:\n\nLa convivencia entre DBFs y Tablas Sql es perfectamente válida y fácil,\nmira mi blog <!-- m --><a class=\"postlink\" href=\"http://sqlcmd.blogspot.com/\">http://sqlcmd.blogspot.com/</a><!-- m --> ahí encontraras muchos... | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Valenzuela\n contactame conmigo al <!-- e --><a href=\"mailto:syscom31@hotmail.com\">syscom31@hotmail.com</a><!-- e --> por messenger\n\nSaludos",
"time": "18:21",
"topic": "ADORDD ???",
"username": "jbrita"
}
] | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "José:\n\nNo sería mejor tratar el tema aquí en el foro ?, así aprendemos todos.\n\nSaludos",
"time": "18:28",
"topic": "ADORDD ???",
"username": "Armando"
}
] | ADORDD ??? |
[
{
"date": "2010-10-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por la atencion... pero estoy de acuerdo que quede en el post ya que sirve para futuras referencias...\n\n <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P -->",
"time": "20:5... | ADORDD ??? |
[
{
"date": "2010-10-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Disculpa \"jbrita\" debi tomar tu consejo, este foro creo que esta muerto, donde mas puedo obtener respuestas a mis dudas??? en los ejemplos de ADORDD viene un ejcutable que funciona perfectamente, me conecto al servidor de bases... | ADORDD ??? |
[
{
"date": "2010-10-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "bien, explicate bien lo que quieres hacer , la tabla sql es de mysql o sql server, si es asi lo mejor es ADO.\npresentame las tablas y veremos q pasa\n\nesto esta en blogs de Armando es buenisimo revisalo\n\n<!-- m --><a class=\"... | ADORDD ??? |
[
{
"date": "2010-10-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ok... me explico\n\nLa base de datos es SQL Server, tengo 11 listas de precios con mas de 2000 codigos que estan en DBF, estas listas tienen precios diferentes una por cada tienda, el nuevo sistema deberia importar esta informaci... | ADORDD ??? |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm just new with ADORDD, I try the ADORDD.PRG but it has got an error below\n\nThis is my example, what I do wrong?\n[code=fw:cb4oca2h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nYou need to set ado before:\n\n[code=fw:2zmzshia]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">//all your tables and index files used by your app without any clippe... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I need to use MySql and how to set this following line. I'm not quite clear.\n[code=fw:x7c29ebm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> SET ADO LOCK CONTROL SHAREPATH <span style=\"color: #0000ff;\">TO... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"dutch\":3mby1io3]I need to use MySql and how to set this following line. I'm not quite clear.\n[code=fw:3mby1io3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> SET ADO LOCK CONTROL SHAREPATH <span st... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This line does return incorrect. Because it cannot find the \"TLOCKS\" table in MySql Database. It is warning everytime when open the program.\n\nIt will effect, if turn LOCK CONTROL ON. I think it will be find, If use \"DBFCDX... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nPlease set SET ADO FORCE LOCK OFF.\n\nSo MySQL will do the locking.\n\nThis feature was a special situation for Antonio´s customer.\n\nSo, the settings will be:\n\n[code=fw:3l7km9jl]<div class=\"fw\" id=\"{CB}\" style=\"... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n[quote=\"dutch\":3t9pke4i]This line does return incorrect. Because it cannot find the \"TLOCKS\" table in MySql Database. It is warning everytime when open the program.\n\nIt will effect, if turn LOCK CONTROL ON. I thin... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:vs0hdtbr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Dear Antonio F.,<br />I <span style=\"color: #00C800;\">try</span> <span style=\"color: #0000ff;\">to</span> find in ADORDD.PRG, because I got an er... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nWe have a bigger ERP (more 400 prg) with many of 300 dbf files, and want try use ADORDD with MySql. \n\nI´m not understand how to use SET ADODBF commands.",
"time": "20:42",
"topic": "ADORDD Error : AD... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Vilian,\n\nDid you get the last version posted a couple of hours ago and read the readme thats now more like a small manual?",
"time": "20:57",
"topic": "ADORDD Error : ADODEFAULT(5256)",
"username": "AHF"
}
] | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antônio,\n\nThanks, I will get now.",
"time": "21:04",
"topic": "ADORDD Error : ADODEFAULT(5256)",
"username": "vilian"
}
] | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antônio,\n\nWe have 287 DBF files and 472 CDX files. \nWe need to use [b:d7yldukw]SET ADODBF[/b:d7yldukw] and [b:d7yldukw]SET ADO Tables [/b:d7yldukw] only in main program or anyway open files ?",
"time": "21:49",
"topic... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Lucas, \nI have set LOCK OFF as your recommendation. It works now.\n[quote=\"lucasdebeltran\":1txb5isj]Hello,\nPlease set SET ADO FORCE LOCK OFF.\n\nSo MySQL will do the locking.\n[code=fw:1txb5isj]<div class=\"fw\" id=\"{... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Vilian,\n\nAll the sets only need to set once at top of main or some init program.\nYou only need to set ADO TABLE and ADODBF TABLE the tables with indexes. \nTables without indexes dont have to be set.",
"time": "22:52",
... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio F.,\n\nIf I use MySql, I have to set ADODBF TABLES with Clipper Expression Index. \nDo I need to set ADO TABLES also?\n[quote=\"AHF\":ud8ympqr]\nYou need always to set both ADODBF TABLES and ADO TABLES[/quote:ud8ympq... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ducth,\n\nPlease post your set SET ADO LOCK CONTROL\n\nPlease check the Lucas post in the topic 2012 server.",
"time": "09:16",
"topic": "ADORDD Error : ADODEFAULT(5256)",
"username": "AHF"
}
] | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI have set SET ADO FORCE LOCK OFF as Lucas recommendation, it's working now.\n\nCan I make SET RELATION TO ... INTO ....?\n\nThanks in advance,\nDutch",
"time": "10:37",
"topic": "ADORDD Error : ADODEFAULT... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nYou can do whatever you do with any other rdd like dbfcdx.\n\nPlease read the readme.pdf in github its like a small manual you have everything there.\n\nThe only limitation is the variables evaluation in index expression... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is my sample code. I have 2 table and need to make RELATION but it got an error \"ADORDD/1201 Work area not indexed: GST\" \n1. ccrtbl it has tbl_gstno = gst_intno in ccrgst\n2. ccrgst\nNow I try to make index for both t... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nYou have to set both SET ADO TABLES INDEX LIST TO... and SET ADODBF TABLES INDEX LIST TO...",
"time": "11:07",
"topic": "ADORDD Error : ADODEFAULT(5256)",
"username": "lucasdebeltran"
}
] | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I did both set but still got the same error.\n[code=fw:1rnjp3fy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Application<br />==========<br /> Path and <span style=\"color: #0000ff;\">name</span> : <span style... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[u:2y1nj7pk][b:2y1nj7pk][color=#BF0080:2y1nj7pk]Thank you so much Antonio and Lucas[/color:2y1nj7pk][/b:2y1nj7pk][/u:2y1nj7pk]\nIndex is working now, when I change all to uppercase. The RELATION is working too.\n[code=fw:2y1nj7pk... | ADORDD Error : ADODEFAULT(5256) |
[
{
"date": "2015-11-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "After several users and client questions I decided to compile them all in adordd faqs.\nHope it will help you deciding to port your app to SQL.\n\n1) Is adordd pure ADO ?\n\nYes\n\n2) Does it work like another rdd without any limi... | ADORDD FAQs |
[
{
"date": "2015-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How do I solve error Called from UR_SUPER_ADDFIELD(0) ?\n\nSolution:\n\nmust link tryadordd.prg with addorrd.prg, and not use hbusrrdd.ch from adordd repository (rename it or delete of your project, HB has your own hbusrrdd.ch in... | ADORDD FAQs |
[
{
"date": "2015-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F.,\n\nThanks for posting this. It is very informative and helpful.\n\nRegards,\nJames",
"time": "17:39",
"topic": "ADORDD FAQs",
"username": "James Bott"
}
] | ADORDD FAQs |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:1izaw4r3]\nI try to upload with hb_AdoUpload() however some tables with a couple of million of records take an eternity to be uploaded. Its impossible!\n[/quote:1izaw4r3]\n\nSolution:\nIn this case you have to upload these ... | ADORDD FAQs |
[
{
"date": "2015-11-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "adordd its not closing the connection when exiting the app.\n\nSolution:\n\nado_exit from adordd should be auto called when exiting the app however it seems\nthat without QUIT command thats not true in some conditions.\nIf you wan... | ADORDD FAQs |
[
{
"date": "2015-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I upload my tables with or without SET PATH ON and then I run my app from a different folder or set path\nwhere there aren't any files (tables, indexes etc) at all and adordd its not working.\n\nSolution:\n\nIf you are running ... | ADORDD FAQs |
[
{
"date": "2015-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Sir\n\nHow to connect to MSSQL using ADORDD and Create Database/Table ?\n\nThanks & Regards\nYunus.",
"time": "15:46",
"topic": "ADORDD FAQs",
"username": "dagiayunus"
}
] | ADORDD FAQs |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.