messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, at this place on line 5348 the rdd should not be hardcoded!\n\n [code=fw:3v37y97z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">IF</span> !FILE<span style=\"color: #00000...
ADO RDD xHarbour
[ { "date": "2015-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nYou re absolutely right. Done!\n\nThanks.", "time": "15:37", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear all,\n\nPlease apologize the misaligned code of aodrdd.prg but I only realize it now with Lucas.\n\nIm using NotePad++ and although code is perfectly aligned there it seems thats not the case with MED that most of you are usi...
ADO RDD xHarbour
[ { "date": "2015-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, for MSSQL should on line ~464 the [WA_ENGINE] \"MSSQL\" to be and not \"SQL\"!! And if the authentification to the DB without a password but with windows-authentification the text \"Trusted_Connection=yes\" should be used...
ADO RDD xHarbour
[ { "date": "2015-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:314bldbd]Antonio, for MSSQL should on line ~464 the [WA_ENGINE] \"MSSQL\" to be and not \"SQL\"!! And if the authentification to the DB without a password but with windows-authentification the text \"Trusted_Connection=yes\...
ADO RDD xHarbour
[ { "date": "2015-06-16", "forum": "FiveWin for Harbour/xHarbour", "text": "New adordd version at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nThe code is aligned and clean.\n\nPlease read carefully readme to se...
ADO RDD xHarbour
[ { "date": "2015-06-17", "forum": "FiveWin for Harbour/xHarbour", "text": "New adordd English manual at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->", "time": "09:50", "topic": "ADO RDD xHarbour", "use...
ADO RDD xHarbour
[ { "date": "2015-06-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio in line 405 the code must be anstead:\n [code=fw:2t2c1kww]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">              <span style=\"color: #00C800;\">CASE</span> aWAData<span style=\"color: #000000;\">&#9...
ADO RDD xHarbour
[ { "date": "2015-06-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nDone!\n\nThanks.", "time": "15:43", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-06-17", "forum": "FiveWin for Harbour/xHarbour", "text": "I try to open table in localhost (MySql), the result is below. \nIt took time to open 335,819 records. Is it normal?\n[url=http&#58;//postimage&#46;org/:3uxdn7o6][img:3uxdn7o6]http&#58;//s9&#46;postimg&#46;org/4fz9lncpb/Open_Tbl...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nI would say thats normal.\n\nThe problem is when we use a table we read all records to ADO if we are using adUseClient as :CursorLocation.\nWith the index the time is doubled because ADORDD first issues a query SELECT * ...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "1) Function and Command to open/read/write, relation, dbsetfilter(), ordsetfocus(), dbseek() is working well.\n2) open record with relation is quite slow. I think the point is JOIN table is the key. Because 'CCRGST' table (guest...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nSet relation works the same way as in DBFCDX.\n\nTry at adordd.prg to comment out all cache settings. I am using ADORDD in a WAN scenario via Internet and speed is very good.", "time": "10:23", "topic": "ADO RDD ...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\n[quote:3dnjh1cj]2) open record with relation is quite slow. I think the point is JOIN table is the key. Because 'CCRGST' table (guest details) no need to open all records but only the records which related with main tabl...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\n[quote=\"lucasdebeltran\":1gwjp5gp]Hello,\n\nSet relation works the same way as in DBFCDX.\n\nTry at adordd.prg to comment out all cache settings. I am using ADORDD in a WAN scenario via Internet and speed is very good.[...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "30.000 records so far.", "time": "10:30", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nThank you for your help. \n[quote=\"AHF\":15yx2t2t]\nWhat do you mean open record ?\n[/quote:15yx2t2t]\nI mean open table with all records.", "time": "10:31", "topic": "ADO RDD xHarbour", "username": ...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas and Dutch,\n\nPlease remember that only the number of records its not enough.\n\nThe recsize x nrecords (although in SQL its indicative) its what matters mainly on WAN as this represents the bytes number bring across the cab...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I try to create view from 2 table as below\n[code=fw:3q9i9wpn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cCreateViewSql := <span style=\"color: #ff0000;\">\"CREATE VIEW TBLGST AS SELECT CCRTBL.TBL_RMNO, CCRTBL...
ADO RDD xHarbour
[ { "date": "2015-06-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nPlease remember that without any autoinc field it will not navigate correctly so you must include that field always.\nI dont think you can join with different field names.\n\nCCRTBL.TBL_GSTNO=CCRGST.GST_INTNO\"", "ti...
ADO RDD xHarbour
[ { "date": "2015-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nThe problem is my misunderstood. The VIEW has created but I will recreate it then it got error. I have to DROP VIEW before CREATE VIEW, if exist.\nBut it still take long time to CREATE VIEW. After reuse view, i...
ADO RDD xHarbour
[ { "date": "2015-06-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch,\n\nI think you should only need to create view once. \nThen simply use it as any other table. \nI think View is kept updated by the server.", "time": "07:57", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Is It Working with MariaDB ?", "time": "01:23", "topic": "ADO RDD xHarbour", "username": "vilian" } ]
ADO RDD xHarbour
[ { "date": "2015-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nNever tried it.\n\nCan you try to use MYSQL engine at ADORDD and at the Mysql ODBC set it up to connect to MariaDb?\n\nI think the connection string its the same but if not it should be very easy to add support for it i...
ADO RDD xHarbour
[ { "date": "2015-06-24", "forum": "FiveWin for Harbour/xHarbour", "text": "New version adordd posted at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCode improvements\nCorrected bug in Append from\nWorking wit...
ADO RDD xHarbour
[ { "date": "2015-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, two errors in the new Version:\nIn ADO_TRANS() the variable n are not defined.\nIn ADO_FILE() the variable cTmpTable not defined.", "time": "09:39", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nDone!\n\nThanks. \n\nIll post new version today.", "time": "09:49", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "New version adordd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nMinor corrections.\nAdded connection strings to (not tested) :\n\nSQ...
ADO RDD xHarbour
[ { "date": "2015-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYou are doing an excellent work, congratulations! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "19:39", "topic": "ADO RDD xHarbour", "usernam...
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I am trying to compile the ADORDD.PRG but I am getting the following \"unresolved externals\" (see below).\n\nI was using the standard buildx.bat program but then I found the functions in xHarbour\\libs\\rdds.lib and added this li...
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nYou have to link USRRDD.LIB OR HBUSRRDD.LIB in Harbour.\n\nIn your main, put REQUEST ADORDD, ADOVERSION", "time": "20:08", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nUSRRDD.LIB did it. Thanks!\n\nI sent a couple of hours trying to figure that out. Whew.\n\nJames", "time": "20:18", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, now I am getting another error when trying to run tryadordd.exe. It is an argument error for the function RDDGETINFO().\n\nAny ideas?\n\nJames\n\nApplication\n===========\n Path and name: C:\\Users\\James\\Documents\\Project...
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "OK, here is the line erroring out.\n\nTLOCKS->(DBSETINDEX(aLockCtrl[1]+RDDINFO(RDDI_ORDBAGEXT,,aLockCtrl[2]) ))\n\nI have done a global search and I can't find any .H or .CH files containing the manifest constant RDDI_ORDBAGEXT. S...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Lucas\n\nCan you explain the purpose of \n[code=fw:1h2gqrro]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp;SET ADO TEMPORAY NAMES <span style=\"color: #0000ff;\">INDEX</span> LIST <span style=\"co...
ADO RDD xHarbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "OK, it's not the manifest constant, it seems to be line 117 of TRYADORDD.PRG\n\n //CONTROL LOCKING IN ADORDD FOR BOTH TABLE AND RECORD DONT PUT FINAL \"\\\"\n SET ADO LOCK CONTROL SHAREPATH TO \"D:\\WHATEVER\" RDD TO \"DBFC...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Maybe someone can figure out why even this tiny test program won't run?\n\nJames\n\n[code=fw:31it1eta]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />Purpose: Simple as possi...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nPlease try this:\n\n[code=fw:wfra6tee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #B900B9;\">/*<br />Purpose: Simple as possible ADORDD test<br />Author : James Bott<b...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. Nages,\n\nGlad to hear from you.\n\nFor ensuring recno() we created an autoincremental field on each table. With this command is possible to change its name, particulary when the table is not created by DbCreate().\n\nSET...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "And yes, xBrowse() is working too!.", "time": "10:06", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nI still get the same \"open\" error with your code. I know this is a valid, working database as I can use if from another ADO app I wrote. I would also expect that the customers table already has an autoincrement field s...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nIt would be very helpful if you could post a collection of a working PRG, EXE, and MDB that we could look at and test. Or, just email it to me as a zip attachment, but I am sure others would like to see it too.\n\nI am s...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nFrom your profile it appears that you are using Harbour, not xHarbour. Maybe that is an issue? I thought from the title of this message thread, that the ADORDD was being developed using xHarbour. I am using xHarbour.\n\n...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nPlease send me your database and prg file to lucasdebeltran at gmail. com", "time": "15:18", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nSent to your email.\n\nJames", "time": "16:14", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr James,\n\nHere is working fine:\n\n[img:2xpchutt]http&#58;//i59&#46;tinypic&#46;com/4kvjg3&#46;png[/img:2xpchutt]\n\nWhich OS do you have?.\n\nWhat error do you get?.", "time": "17:52", "topic": "ADO RDD xHarbour",...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "From the above error, it appears that ADORDD is internally generating an SQL statement \"SELECT * FROM \" + <tablename> to open the record set.\n\nInstead oRs:Open( <tablename>, oCn, cursortype, locktype, adCmdTable ) // 5th param...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Guys,\nI'm trying to test ADORDD, but when i compile the adordd.prg, appear these errors:\n[code=fw:23y41sq2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />ADORDD.PRG<span style=\"color: #000000;\">&#40;<...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nFrom your errors, it appears that Harbour doesn't support the TRY/CATCH/END commands. Or, maybe you need to #include another file.\n\nI am using xHarbour and I don't get any errors.\n\nJames", "time": "21:15", "...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\n[quote:2nzvjcik]Try to put ADORDD.LIB as the first lib.[/quote:2nzvjcik]\n\nGood guess, that worked. Before I had it as the last library.\n\nJames\n\n[code=fw:2nzvjcik]<div class=\"fw\" id=\"{CB}\" style=\"font-family: m...
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks James,\nI included the [b:1pdl6vqi]hbcompat.ch[/b:1pdl6vqi], and only rest some warnings:\n\n[code=fw:1pdl6vqi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />adordd.prg<span style=\"color: #000000;\">...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nI am running Win 8.1 x64. I'm using the latest xHarbour and FWH.\n\nThe complete error is shown in a previous message. It is failing to open the table.\n\nPlease send me your working EXE so I can try it here.\n\nJames", ...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nI sent you a zip file with an exe so as to retreive full error.log and check error.\n\nHere you also have it:\n\n<!-- m --><a class=\"postlink\" href=\"http://rg.to/file/6a40703c481c85f1d406d0da5b61b282/JAMES.zO___.html\...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas,\n\nOK, I was linking in adordd.lib and you were using #include \"adordd.prg.\" When I changed to your syntax, it worked. Perhaps I need to move the lib location in the buildx.bat file?\n\nJames", "time": "19:22", "t...
ADO RDD xHarbour
[ { "date": "2015-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nTry to put the adordd.lib as the first lib.\n\nOr maybe there is something wrong at the lib.\n\nGlad you get it working.", "time": "19:35", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nI don't know why you are getting the lRet as being ambiguous since it is defined as a LOCAL. They do happen to be within the TRY/END sequence so I wonder if that isn't still an issue. \n\nThe other warnings I wouldn't w...
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nYou can safely ignore such warnings.\n\nThey are from functions under development.", "time": "11:21", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Lucas,\n\nNow, when i try open a file appear this error:\n\n[b:1jqyzovz](DOS error -2147352567) WINOLE/1007 Operation not allowed when the objeto has closed(0x800A0E78) ADODB.Connection[/b:1jqyzovz]\n\nI'm trying to use ADO...
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nWe tested with Access, MySQL and MSSQL.\n\nWith the above, its working pretty good.", "time": "13:19", "topic": "ADO RDD xHarbour", "username": "lucasdebeltran" } ]
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nIt appears that MariaDB is not yet supported. However, take a look at the ADOOPENCONNECT Method of the ADORDD.PRG and you will see how the various SQL databases are opened. Maybe you can create your own CASE statement f...
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nWith MariaDb don´t work. I changed to MySql and now i have this error:\n\n[code=fw:3vkpltpo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   Error description: <span style=\"color: #000000;\"><spa...
ADO RDD xHarbour
[ { "date": "2015-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nIt appears to be saying that it is not finding the database. Perhaps the path is not specified or is incorrect.\n\nYou should also check your normal connection syntax with that being used in the ADORDD.PRG's ADOOOPENCON...
ADO RDD xHarbour
[ { "date": "2015-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nSee postings 4, and 5 on page 27 of this message thread on solving issues with Harbour.\n\nJames", "time": "18:56", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nThanks, but we decided make this migration using Tdolphin. It is more easy than I did think <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "19:07", "top...
ADO RDD xHarbour
[ { "date": "2015-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio F.,\n\nThere is a typo in this SET command from the ado.ch file:\n\n#command SET ADO TEMPORAY NAMES INDEX LIST TO <array> => ListTmpNames( <array>) /* defining temporary index array list of names*/\n\n\"TEMPORAY\" should ...
ADO RDD xHarbour
[ { "date": "2015-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio F,\n\nI am attempting to import records from a DBF to an Access table. This crashes:\n\n[code=fw:23s0wrd6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />Purpose: Lar...
ADO RDD xHarbour
[ { "date": "2015-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio F,\n\nI have been unable to do any type of APPEND. Either there are bugs in the ADORDD or I am doing something wrong.\n\nAPPEND FROM... errors out as shown in my previous message. And, APPEND BLANK errors out in the code b...
ADO RDD xHarbour
[ { "date": "2015-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I note that Antonio Ferreira seems to have disappeared. He hasn't posted anything on this forum since June 30.\n\nIs the ADORDD project now dead?\n\nDoes anyone know what happened to him? I hope he has just been too busy.\n\nI am ...
ADO RDD xHarbour
[ { "date": "2015-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James,\n\nAntonio F wrote me that he is on holiday in July. \n\nDo you mean to import a dbf file and export it to a sql database in general? (see code below) or with adordd?, another tool is: <!-- m --><a class=\"postlink\" hre...
ADO RDD xHarbour
[ { "date": "2015-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nTo create an Access database:\n\nFW_CreateMdb( \"test.mdb\" )\n\nTo connect to it:\n\noCon = FW_OpenAdoConnection( \"test.mdb\" )\n\nTo create a table:\n[code=fw:16ywtw60]<div class=\"fw\" id=\"{CB}\" style=\"font-family...
ADO RDD xHarbour
[ { "date": "2015-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter and Antonio,\n\nI have already successfully created a table in the ACCESS database. Now I want to import data from a DBF to that table. The problem is that both APPEND BLANK and APPEND FROM error out. With a working RDD I s...
ADO RDD xHarbour
[ { "date": "2015-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[url=http&#58;//postimage&#46;org/:2ilsszh6][img:2ilsszh6]http&#58;//s14&#46;postimg&#46;org/6g14x3jpd/error1&#46;png[/img:2ilsszh6][/url:2ilsszh6]\n[url=http&#58;//postimage&#46;org/:2ilsszh6]image url[/url:2ilsszh6]\n\nI got thi...
ADO RDD xHarbour
[ { "date": "2015-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nThe field HBRECNO has to be added to every table. It is an auto-increment field.\n\nSearch this forum topic for HBRECNO for more information. I still do not really understand its purpose, but it is needed, nor do I have...
ADO RDD xHarbour
[ { "date": "2015-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "The file() function does not seem to be working.\n\nIn the tryadordd.prg this function is used like this:\n\nif !FILE(\"table1;northwind.mdb\")\n\nIt always returns .F. even when the table exists. I also tried it with the precedin...
ADO RDD xHarbour
[ { "date": "2015-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, some of the errors I have been reporting were due to another buildx.bat file that was in the path which was not linking in all three of the LIBs needed for the ADORDD. My bad.\n\nI tried appending from a dbf to a SQL table (in...
ADO RDD xHarbour
[ { "date": "2015-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":9nhhq69c]Pieter,\n\nThe field HBRECNO has to be added to every table. It is an auto-increment field.\n\nSearch this forum topic for HBRECNO for more information. I still do not really understand its purpose, ...
ADO RDD xHarbour
[ { "date": "2015-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nThanks for the response. In my case the table already has the HBRECNO field so that is not the issue. Today I will try a different database and try checking the integrity of the original one.\n\nPerhaps you can post you...
ADO RDD xHarbour
[ { "date": "2015-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, I am new to the forum and downloaded the ADORDD code.\nI did several tests and several changes.\n\nurl off my fork\n<!-- m --><a class=\"postlink\" href=\"https://github.com/maromano/adordd\">https://github.com/maromano/ado...
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote:2123b8gs]FWAdoCreateTable( \"tableName\", aFields, oCon, .T. )[/quote:2123b8gs]\n\nPlease, what is the last parameter for this function example above?\n\nAlso, is there a place I can find documentation for all ...
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter or anyone:\n\nIs there way to not import deleted records from a DBF, or do we need to PACK the database before importing?\n\nMaybe we can just do: \n\nAPPEND FROM ... FOR ! DELETED()\n\nJames", "time": "15:56", "top...
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nYou can review all FWH ADO functions source code in FWH\\source\\function\\adofuncs.prg\n\nIn FWAdoCreateTable() the last parameter is lAddAutoInc. As far as I understand it, it means to automatically create an auto incr...
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi , James\nIn my tests the append from work via dbfcdx\n\nDownload my code and test.\nJust did tests with ACCESS .", "time": "17:10", "topic": "ADO RDD xHarbour", "username": "maromano" } ]
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":1gerpj9k]Pieter or anyone:\n\nIs there way to not import deleted records from a DBF, or do we need to PACK the database before importing?\n\nMaybe we can just do: \n\nAPPEND FROM ... FOR ! DELETED()\n\nJames[...
ADO RDD xHarbour
[ { "date": "2015-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Maromano,\n\nThanks for your responses. I'm sure that your deleted functions will be useful.\n\nI wrote a custom database class that actually reuses deleted records so the DBFs never need compacting. However, right now I am not su...
ADO RDD xHarbour
[ { "date": "2015-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":1dmh9z7e]Pieter or anyone:\n\nIs there way to not import deleted records from a DBF, or do we need to PACK the database before importing?\n\nMaybe we can just do: \n\nAPPEND FROM ... FOR ! DELETED()\n\nJames[...
ADO RDD xHarbour
[ { "date": "2015-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"pieter\":3vs5riui]\nI tried to test this, but I cannot get this working because the following code does not work also:\n\n[code=fw:3vs5riui]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"col...
ADO RDD xHarbour
[ { "date": "2015-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "DROP TABLE\n\nUsing ADORDD or the ADO functions, is there any way to drop a table?\n\nI know you can ZAP a table but this doesn't zero out the auto-increment fields. The table is empty but the auto-increment fields start at the la...
ADO RDD xHarbour
[ { "date": "2015-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Maromano,\n\nIn your tests have you been able to do an APPEND FROM... with several thousand records?\n\nI have tried my code twice and it crashed at 548 records once, and 1354 records once (after rebooting). So, I suspect this has...
ADO RDD xHarbour
[ { "date": "2015-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n[quote=\"James Bott\":36fptfam]DROP TABLE\n\nUsing ADORDD or the ADO functions, is there any way to drop a table?\n\nI know you can ZAP a table but this doesn't zero out the auto-increment fields. The table is empty but th...
ADO RDD xHarbour
[ { "date": "2015-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Kleyber,\n\nThanks, I did not know about TRUNCATE TABLE.\n\nHowever, I just looked at adofuncs.prg and TRUNCATE does not seem to be supported. \n\nRegards,\nJames", "time": "15:55", "topic": "ADO RDD xHarbour", "userna...
ADO RDD xHarbour
[ { "date": "2015-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James:\n\nTRUNCATE TABLE is an ADO command, here is a sample\n[code=fw:2eb0r4ib]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />    cCmdSql := <span style=\"color: #ff0000;\">\"TRUNCATE TABLE \"</span> + cTab...
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando,\n\nThanks, I will give it a try.\n\nJames", "time": "19:36", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I am having trouble with AdoCreateTableSQL(). It errors out.\n\nHere is the section of my code:\n\n[code=fw:pnxmh7wb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #B900B9;\">// Read struct...
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Ignore my previous message--I found a couple of errors, and now it is working.\n\nJames", "time": "22:34", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando,\n\nI tried your \"truncate table..\" command but it errors out, and I don't have your showErrror( ) function so I don't know what the error is. Any ideas? Does the table need to be locked or something?\n\nJames", "tim...
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Armando,\n\nOK, I just changed the command to DROP TABLE...and that worked. Problem solved.\n\nThanks,\nJames", "time": "23:08", "topic": "ADO RDD xHarbour", "username": "James Bott" } ]
ADO RDD xHarbour
[ { "date": "2015-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "James:\n\nCool !\n\nRegards", "time": "23:29", "topic": "ADO RDD xHarbour", "username": "Armando" } ]
ADO RDD xHarbour
[ { "date": "2015-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Speed Test Results\nUsing the new ADORDD and a local drive.\n\nSuccess at last. I have been able to import a large number of records from a DBF into a SQL table in an ACCESS database using the APPEND FROM command.\n\nAppending 26,...
ADO RDD xHarbour
[ { "date": "2015-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nMaybe append is slow but other operations are very fast <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:50", "topic": "ADO RDD xHarbour", "use...
ADO RDD xHarbour
[ { "date": "2015-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "James, Antonio,\n\nIm back from holidays and Im glad to see that more people is using ADORDD.\nNew functionalities have been added by maromano and Ill give it a look asap.\n\nIm using adordd with MySql and I dont have any speed is...
ADO RDD xHarbour