messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Welcome back AHF. I am excited to have your expertise available again.\n\nI like the COPY TO example. One concern I have is the HBRECNO field. I presume you need to first create the SQL table with the added HBRECNO field before r... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nNo thats done by adordd.\nIn ado_create the field defined as recno is taken care automatically so you dont need to care about it.\nThe field will be always created with the name defined as default or to that table in ado... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nThanks for that explanation.\n\nI tried your COPY TO method but it still took 16 minutes and 42 seconds. So, it is not significantly faster that APPEND FROM.\n\nI think the speed issue has to do with locking. One reason is... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To put this APPEND FROM speed issue in perspective, if you need to import 1 million records it will take:\n\n1000000/26000 = 38 X 18 minutes = 692 minutes/million or 692/60 minutes = 11.5 hours.\n\nIf you rarely need to import rec... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote=\"James Bott\":129lf2cw]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 ... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Kleyber,\n\nThat may be an option. I downloaded it and will take a look.\n\nI did see this in another message thread, \"It imports DBFs into MySQL or PostgreSQL databases\" and since for testing I am using ACCESS right now it won'... | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James:\n\nMaybe it's an Access problem.\n\nWhy not use ADO only\n\nRegards",
"time": "22:48",
"topic": "ADO RDD xHarbour",
"username": "Armando"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-08-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Armando,\n\nThanks. I am using both ADO and ADORDD. I am posting the problems I come across so hopefully we can fix them in the ADORDD. If the ADORDD is going to be a drop-in replacement like other RDDs, then everything needs to b... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am trying to figure out how to use indexes. Can someone post a simple working example preferably using the Northwind.mdb? This would be very helpful, since I have had no luck getting an index to work.\n\nBelow is what I have bee... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nSET ADO TABLES INDEX LIST TO = expressions used to build queries with ORDER BY clause. Here you can even use sql expressions like ASC DESC CONVERT etc\n\nSET ADODBF TABLES INDEX LIST TO = standard clipper like expression... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":20p6wzbs]Kleyber,\n\nThat may be an option. I downloaded it and will take a look.\n\nI did see this in another message thread, \"It imports DBFs into MySQL or PostgreSQL databases\" and since for testing I am... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nOK I tried what I thought you were saying and it still doesn't work. That's why I was asking for a working example, because obviously I still have something wrong. It seems we have to make lots of changes with indexes to u... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nTry this:\n\n[code=fw:14kaz9kq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><span style=... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nThanks for the reply.\n\n[quote:su66z4bs]I didnt test this myself because I dot have ACCESS right now[/quote:su66z4bs]\n\nHmm, you don't need the ACCESS program as the ADO drivers are part of Windows. You can just use the ... | ADO RDD xHarbour |
[
{
"date": "2015-08-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nI tried your example and with a few changes got it working except for the temp index. Any ideas?\n\nJames\n\n[code=fw:2uozvntb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\"... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nGlad to know thats working.\n\nPlace this in your code and call it after open indexes to check area status.\n\n[code=fw:1novahpv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: ... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[code=fw:11imh2vn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// This is not working</span><br /><span style=\"color: #B900B9;\">// data is natural order</span><b... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nBelow is the code I am using where the temp index isn't working.\n\nJames\n\n[code=fw:homsp4lm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />Purpose : Test AD... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nHere is the data you wanted regarding the temp index.\nI am using the same ADORDD version as you are.\n\nJames\n\n\n 1: => CUSTOMERS NomeRDD: ADORDD\n ==============================\n RecN... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AHF,\n\nThe thought just came to me that the customers table in the ACCESS Northwind.mdb does not have the HBRECNO field (because it is a default file). Could that be the reason that the temp indexes aren't working?\n\nJames",
... | ADO RDD xHarbour |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nWithout some autoinc field defined as recno results are unpredictable.\nIt might be it.",
"time": "20:09",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nOK, I exported the customer table from the SQL database to a DBF, dropped the table, then recreated the SQL table so the HBRECNO field would be created. And imported the records back in from the DBF. Then the temp in... | ADO RDD xHarbour |
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nGlad to know. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nBy the way did you make all that with APPEND FROM or and COPY TO?\n\nWhen a table is created with ... | ADO RDD xHarbour |
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nYes, I did a COPY TO a dbf, then built the SQL table from the structure of the DBF (and I did know that the HBRECNO field would be added automatically). Then I did an APPEND FROM the dbf. Fairly simple now that I ha... | ADO RDD xHarbour |
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nYou asked previously about:\n\n SET ADO FORCE LOCK ON\n\nI had a comment in my code that it was required, and you asked why. Well, I found that if you try to do an APPEND FROM with lots of records it will crash... | ADO RDD xHarbour |
[
{
"date": "2015-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nPlease check 01_readme.pdf\n\n[quote:vb7r6kg3]\nA) SET ADO TABLES INDEX LIST TO ….\n----------------------------------------------------\nThis Set is used by the SQL engine to build select with order by.\nThus the fields... | ADO RDD xHarbour |
[
{
"date": "2015-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote=\"James Bott\":6t3nw8el]\nAntonio F,\n\nYou asked previously about:\n\n SET ADO FORCE LOCK ON\n\nI had a comment in my code that it was required, and you asked why. Well, I found that if you try to do an APP... | ADO RDD xHarbour |
[
{
"date": "2015-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nThanks for the detailed explanation of the indexes. It helps a lot. I thought we were going to have to give up the FW functions, but it seems not. This is great news to me.\n\nJames",
"time": "15:07",
"topic"... | ADO RDD xHarbour |
[
{
"date": "2015-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\n[quote:3lf2bw2v]What do you mean by \"memory and/or time\"?[/quote:3lf2bw2v]\n\nMaybe I should have said RAM and timing. In the past I have had programs crash when they ran out of RAM. And also, the OS sometimes lags... | ADO RDD xHarbour |
[
{
"date": "2015-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antoino F,\n\nI forgot to mention that an UPDATE forces the disk buffer to be written to disk, so this the reason the update is so slow. If there is only an UPDATE after 100 records (or even 500) there is still probably (depending... | ADO RDD xHarbour |
[
{
"date": "2015-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nUnfortunately I haven't find any way to adordd copy to has enough speed to allow copy to from dbf to sql millions of records. It is really to slow.\n\nadordd copy to is good for copying a small set of records ( couple hu... | ADO RDD xHarbour |
[
{
"date": "2015-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nThanks for the update.\n\nI didn't see any mention of changing the commit frequency. Have you looked at that?\n\nI will be looking forward to the updated ADORDD.\n\nI have been working on tests here comparing the res... | ADO RDD xHarbour |
[
{
"date": "2015-08-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nIn adordd we cant control commit frequency, as far as I know, with :addnew method.\nAs soon as we move or add new record the previous its auto committed because ado auto calls :update().\n\nBeing other rdd than ado in so... | ADO RDD xHarbour |
[
{
"date": "2015-08-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote:18u2yb7o]If there is any way to get from the code block the char expression[/quote:18u2yb7o]\n\nUnfortunately no, unless we save it as a string value in advance",
"time": "16:28",
"topic": "ADO RDD xHarb... | ADO RDD xHarbour |
[
{
"date": "2015-08-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote:h7kgj66a]Yes, I did a COPY TO a dbf, then built the SQL table from the structure of the DBF (and I did know that the HBRECNO field would be added automatically). Then I did an APPEND FROM the dbf. Fairly simple no... | ADO RDD xHarbour |
[
{
"date": "2015-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New version of ADORDD at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nChanges:\n\nFaster opening recordsets \nRecordsets are now opened... | ADO RDD xHarbour |
[
{
"date": "2015-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio F and others,\n\nI have a question about adordd, I want to understand better how adordd works.\n\n[code=fw:meyvfnow]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#inc... | ADO RDD xHarbour |
[
{
"date": "2015-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nadordd its coded at usr rdd level so there isn't any translation into ado code.\nIt is the default rdd that is replaced by adordd like ads rdd, dbfcdx rdd or any other rdd.\nAll rdd table and index functions will work ... | ADO RDD xHarbour |
[
{
"date": "2015-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThank you:D. I think I understand the concept partially, but I also think there is still some things to learn for me.\n\nSo is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd.... | ADO RDD xHarbour |
[
{
"date": "2015-08-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nIm not a rdd expert at this level.\nMay be Antonio Linares can explain it better.\n\n[quote:3cz1pmq7]So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nBefore I spend time testing this, I thought I should ask.\n\nFirst, I thought we were not supposed to be able to use any functions in SQL indexes, but then I saw you mentioned using (x)Harbour functions such as DTOS(... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote:1xfnqgq3]First, I thought we were not supposed to be able to use any functions in SQL indexes, but then I saw you mentioned using (x)Harbour functions such as DTOS(DATE).\n[/quote:1xfnqgq3]\n\n[code=fw:1xfnqgq3]<d... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":2ndtcw9g]Pieter,\n\nIm not a rdd expert at this level.\nMay be Antonio Linares can explain it better.\n\n[quote:2ndtcw9g]So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the r... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\n[code=fw:2kj5gnt0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//SQL CAN BE USED ANY SQL FUNCTIONS MATCHING CLIPPER FUNCTIONS</span><br /><span style=\"color: #B900... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote:22q5p10h]Are you saying that SQL can concatenate unlike data values automatically? Are unlike data values always converted to string, or could you add a date + 10 and get a date ten days after the date specified? ... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nHere is the index and the UDF.\n\nIDATE and DATE are two character fields. IDATE is in the format YYMM where it is the last two digits of the year (e.g. 15 for 2015). DATE is really day in the format DD. Like I said ... | ADO RDD xHarbour |
[
{
"date": "2015-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nHere is how it can be solved using a database class (and adding a new field SDATE).\n\n[code=fw:19keonzj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Method</span> S... | ADO RDD xHarbour |
[
{
"date": "2015-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nYou can use If( in SELECT and in ORDER BY.\n\nSELECT field+IF( field1= ..., true expr, false expr) AS myfield FROM myTable ORDER BY myfield\n\nor\n\nSELECT field ORDER BY field+IF( field1= ..., true, false)\n\nYou can a... | ADO RDD xHarbour |
[
{
"date": "2015-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nOk, thanks that is all very useful info.\n\n[quote:15jmk6w9]SELECT field ORDER BY field+IF( field1= ..., true, false)[/quote:15jmk6w9]\n\nSo could I then convert this UDF:\n\n[code=fw:15jmk6w9]<div class=\"fw\" id=\"... | ADO RDD xHarbour |
[
{
"date": "2015-08-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nYou have to try it with Mysql Workbench and then apply the correct expression into the app.\n\nI dont know if such literal expression is accepted in INDEX ON at the compile time you have to try it. My be you have to plac... | ADO RDD xHarbour |
[
{
"date": "2015-09-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio F, and other members.\n\nIt is going well with the adordd implementation of my application. (I am using now a smaller application than the normal application, but it should be similar for the normal application). \n\... | ADO RDD xHarbour |
[
{
"date": "2015-09-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nWhat adordd version are you using?\n\nI would not take out ADS from your prgs I would use instead around the code:\n\n[code=fw:bga7je6t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-09-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nThank you:D. How can I see which version of ADORDD I have in the application? Something like MsgInfo(ADORDDVERSION()) maybe? \n\nI am looking forward to the new adordd.\n\nPieter",
"time": "16:19",
"topic": "... | ADO RDD xHarbour |
[
{
"date": "2015-09-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nADOVERSION()",
"time": "16:23",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "MsgInfo(ADOVERSION()) gives: AdoRdd Version 1.170815/1",
"time": "07:47",
"topic": "ADO RDD xHarbour",
"username": "pieter"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nThere is a problem with open indexes but I dont now what.\n\nDo you have the tables and indexes opened in your error log? Can you post it ?\n\nIf you dont you can use this code to check it.\n\n[code=fw:2xkxvpjo]<div cla... | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\nI have used your code of FUNCTION expalias() (I used memowrit() instead of SHOWMEMO())\n\n[code=fw:2xgshdw5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #000000;\">1</spa... | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nI would say that you are seeking without any index opened.\n\nWhat does aBasis?",
"time": "09:48",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n[code=fw:2h59qzrz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1132</span> &nbs... | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\n\nCalled from DBFSEEK(1479) before adordd.\n\nIts not USE.\nYou are seeking the table and no indexes are opened.\n\nThe error occurs in\n[code=fw:33mr9urp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">... | ADO RDD xHarbour |
[
{
"date": "2015-09-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nOké, I think I have done what you suggested (see also my email). It looks like it is working well until Dbseek().\n\nPieter",
"time": "14:59",
"topic": "ADO RDD xHarbour",
"username": "pieter"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "RE: ADORDD and Memory Issues\n\nFor this discussion I am talking about standard FWH code that was written for DBF files, since this is the reason for having an ADORDD.\n\nI assume that whenever a database is opened via ADORDD, tha... | ADO RDD xHarbour |
[
{
"date": "2015-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nadordd is in big changes and will only read from table once when it opens it. \nYou can also use with a query to limit the range of the set.\nAfter loading the set it only re read the table again when new additions by ot... | ADO RDD xHarbour |
[
{
"date": "2015-09-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F.\n\nI look forward to all the new features and modifications. However, you are confirming my concerns.\n\n// with DBF RDD\nuse customer // loads one record\n\n// with ADORDD\nuse customer // loads the entire database\n\n... | ADO RDD xHarbour |
[
{
"date": "2015-09-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote:vwnnkaio]So opening 20 databases with a DBF RDD loads only 20 records into memory. Opening 20 databases with ADORDD loads 20 entire databases into memory.\n[/quote:vwnnkaio]\n\nToday memory its not a problem. Its ... | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio F,\n\nI am making progress with my main program with ADORDD. But I got a problem with ' (apostrof)\n\nDo you think there is still a way to use ' (apostrof) in a program?\n\nExample testprogram\n USE CUSTOMER\... | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nInstead of:\n[code=fw:rlo5j4sz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">REPLACE FIRST WITH <span style=\"color: #ff0000;\">\"Test'Pieter\"</span></div>[/code:rlo5j4sz]\n\nPlease try:\n\n[code=fw:r... | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "(1)\nREPLACE FIRST WITH \"Test''Pieter\" //gives Test'Pieter\n\n(2) //I think this ' is the same as my previous post. (I copied your code to my testapp)\nREPLACE FIRST WITH \"Test'Pieter\" \n\nGives:\n\nApplication\n===========\n ... | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Pieter,\n\nThe second alternative is a escape \\ + ' (take out the +)",
"time": "14:29",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio F,\n\nThank you. Yes that also works.\n\nPieter",
"time": "14:44",
"topic": "ADO RDD xHarbour",
"username": "pieter"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I use [] all the time to build filter strings and other cases where a single ' or \" may be needed.\nTry\n[code=fw:2e209lur]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REPLACE FIRST WITH <span style=\"col... | ADO RDD xHarbour |
[
{
"date": "2015-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New version of adordd at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nSeveral small bugs corrected.\nSET ADO TABLES INDEX LIST TO not n... | ADO RDD xHarbour |
[
{
"date": "2015-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AHF\":v4tg5w1n]Enrico, James can you try new features.?[/quote:v4tg5w1n]\n\nI'm very sorry but I didn't tried your ADORDD yet and I haven't the time to try it at the moment.\n\nEMG",
"time": "22:00",
"topic": "ADO... | ADO RDD xHarbour |
[
{
"date": "2015-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Gale FORd\":2zsgtcni]I use [] all the time to build filter strings and other cases where a single ' or \" may be needed.\nTry\n[code=fw:2zsgtcni]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REPLAC... | ADO RDD xHarbour |
[
{
"date": "2015-10-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New adordd version <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\n1) Some small bugs corrections, code and speed improvement.\n\n2) NEW F... | ADO RDD xHarbour |
[
{
"date": "2015-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, please make definition of the local variables!\n\nC:\\adordd\\adordd.prg(1238) Warning W0001 Ambiguous reference: 'XBOOK'\nC:\\adordd\\adordd.prg(1247) Warning W0001 Ambiguous reference: 'ABOOKMARKS'\nC:\\adordd\\adordd... | ADO RDD xHarbour |
[
{
"date": "2015-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nDone!\n\nThanks",
"time": "18:55",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWould you mind uploading the new version (with the LOCALs) declared to Github? As you know, unless they are declared they are PRIVATEs, so I don't want to do a lot of testing when PRIVATEs may be visible outside the RD... | ADO RDD xHarbour |
[
{
"date": "2015-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIt also seems that your TRYADORDD.PRG file has not been updated as it is erroring out with 3 errors. And there are undeclared vars too.\n\nIf would really help if you could provide in this test PRG, tests of all the ne... | ADO RDD xHarbour |
[
{
"date": "2015-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nYou re right but now I havent the time to remake it.\n\nIll try to do it as soon as I have the time.\n\nThanks",
"time": "10:59",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-16",
"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\nPlease check 01_readme.pdf because some things changed a bit.\n\nNew... | ADO RDD xHarbour |
[
{
"date": "2015-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, there are still warnings on compiling! You should use es2 as errorlevel in compiler.\n\nCompiling 'C:\\adordd\\adordd.prg'...\nC:\\adordd\\adordd.prg(486) Warning W0001 Ambiguous reference: 'OCATALOG'\nC:\\adordd\\adordd... | ADO RDD xHarbour |
[
{
"date": "2015-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nI dont know why didnt get those errors.\nIts corrected for next posted version.\nMeanwhile please alter in adordd.prg :\n\nC:\\adordd\\adordd.prg(1906) Warning W0001 Ambiguous reference: 'XVALUE' with cFieldName\nC:\\a... | ADO RDD xHarbour |
[
{
"date": "2015-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "adordd finished version at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nadordd is finished!\nI don't have plans to add any new function... | ADO RDD xHarbour |
[
{
"date": "2015-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nFirst of all congratulations for this huge job! I'm going to test it ASAP. Just a question: Is there any working example showing all (or most of all) features of your rdd?\n\nTIA,",
"time": "20:27",
"topic": "A... | ADO RDD xHarbour |
[
{
"date": "2015-10-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Kleyber,\n\nThanks.\n\nYou have tryadordd but be advise that I didnt test it myself with these last versions, but should be a good guide.\n\nThere arent any special features to show, it works just like dbcdx kind rdd.\nThe best wa... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you for your effort Antonio,\n\nI'll try it also as soon as possible.",
"time": "09:22",
"topic": "ADO RDD xHarbour",
"username": "Horizon"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, this error comes on different places in the code of adordd.prg. I tested with access and mssql.\n\nError description: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: OPEN\n Args:\n [ 1] = C SELECT `AUTO_INCREMENT` ... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nThis routine returns the lastrec().\n\nWith access it can not error that because with engine = ACCESS its SELECT MAX--- you can check the code.\n\nAs I informed previously I only tried it with Access but mainly with My... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, with Access i read this error:\n\nError description: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: OPEN\n Args:\n [ 1] = C SELECT * FROM TABLE1 ORDER BY HBRECNO\n [ 2] = O ADODB.Connection\n [ 3] = ... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, i found the equivalent for MSSQL in function ADORECCOUNT(nWA,oRecordSet):\n \n[code=fw:ebz6tl3g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">IF</span> aAWData<span sty... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nGreat!\n\nIn ACCESS its also needed \n[code=fw:32j3ex94]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> cSql := <span style=\"color: #ff0000;\">\"SELECT MAX(\"</span>+<span style=\"colo... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther\n\nI am just curious .. what are you trying to extract from the database .. a table structure, field attribute ?\n\nRick Lipkin",
"time": "15:25",
"topic": "ADO RDD xHarbour",
"username": "Rick Lipkin"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, Rick!\n\n\"SELECT IDENT_CURRENT('\"+aAWData[WA_TABLENAME]+\"')+1 AS AUTO_INCREMENT\" i found in internet for MSSQL.\n\nAntonio, there are a error with ACCESS!!!\n\n[quote:nqrlv8wp]Error description: Error ADODB.Recordset/... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nStrange here its ok\nIs the field HBRECNO in the table ?\n\nWhat is your SET ADO CACHESIZE TO... ?",
"time": "15:55",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, now i found that the .mdb is constructed but no tables inside!! -> Also the error comes from here.\nI use this code:\n[code=fw:3fpva3xa]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DbCreate<span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nThose are left overs from trials.\nTake out \";cpath\" you dot need it anymore. The database its auto created if not exist during connection.\n\nIn fact if you verify the table was created in the database indicated in ... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, sorry, no tables!\nI test\n[code=fw:1sqcu213]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DbCreate<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"table2;test2.mdb\"</span>... | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nDo it just like in clipper DbCreate( \"table2,{...)\nIs SET ADO DEFAULT DATABASE TO TESTADORDD.MDB ? Isnt the table there instead ?",
"time": "16:53",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, please see my earlier post!\nAll is ok now!\n\nThanks for your great work!",
"time": "17:00",
"topic": "ADO RDD xHarbour",
"username": "byte-one"
}
] | ADO RDD xHarbour |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.