messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":d9p9n4y9]\nMy class is also available.. see on the spanish forums.\nAdolfo[/quote:d9p9n4y9]\n\n Adolfo , can you direct to this your class ?\n\n Regards !",
"time": "07:16",
"topic": "Choosing SQL dat... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":khstwk44]Remember that DBF's are read completely from disk, so if you have a browse , you will have to read ALL the 10.000's records together with ALL its fields, and also all the supporting DBF's related with th... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":1avb49s7][quote=\"Adolfo\":1avb49s7]Remember that DBF's are read completely from disk, so if you have a browse , you will have to read ALL the 10.000's records together with ALL its fields, and als... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI am following this topic with many interest.\n\nAdolfo you can create a DBF or ADT (ads) table (file) with 1.000.000 records, then open and put it in a browse, the time for it is the same if you are opening a dbf with 1... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":1fz1lgxo]SO when you use a browse to look at a DBF, YOU DONT READ THE WHOLE DBF ?[/quote:1fz1lgxo]\n\nExactly. If you want to access one record you have to read only that record.\n\nEMG",
"time": "13:35",
... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:nts5w8hl]>>...With DBFs you only have to read 10 records across the network, then you can display the browse.\n\nJames.. are you absolutely sure about this.... ?\nRemember that DBF's are read completely from disk, so if you... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marcelo.. \n\nThanks for answering...\n\nPersonally I think ADS is a good product, but very expensive to buy and to maintain, dedicated servers, the imposibility to hire a host with it, so little base knowledge in comparison with ... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\n[quote:3jp841ea]>\"Yes, I am positive. With DBFs you only ever have one record in memory at a time. With a browse you read each record then display it and continue until all the visible records are displayed.\"\n\nSO yo... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":3mdkikx4]Adolfo,\n\n[quote:3mdkikx4]>\"Yes, I am positive. With DBFs you only ever have one record in memory at a time. With a browse you read each record then display it and continue until all the visible re... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:18nch0cb]dedicated servers, the imposibility to hire a host with it, so little base knowledge in comparison with MYSQL, SQLITE, MS SQL, ORACLE, POSTGRES etc etc.and a performance not superior to any SQL engine, cause I don'... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\n[quote:wxmk0vvi]No James.. not the whole table.. just the recordset ( select id, name, address from clientes) not ( select * from clientes ) because I have tables with more than 50 fields, most of them codes or ids to o... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":2kb6ocxy]With the DBF browse finding the record in 3 keystrokes, you have to read (at most) 30 records x 100 fields or 3000 fields.[/quote:2kb6ocxy]\n\nWhy 30? It seems to me that the number of records to rea... | Choosing SQL database ... |
[
{
"date": "2009-10-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n>Why 30? It seems to me that the number of records to read depends on the actual data.\n\nUpon rethinking this it would actually be 40 counting the first display of records before the first keystroke.\n\nSo the first di... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't understand. If I'm not missing something, 3-keys indexed incremental searching should requires the read of a maximum of 3 records, plus the read of the index tree, of course. Or am I wrong?\n\nEMG",
"time": "00:45",
... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n>I don't understand. If I'm not missing something, 3-keys indexed incremental searching should requires the read of a maximum of 3 records\n\nI am also considering the browse showing 10 records. So the first keystroke u... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, thank you. You are right.\n\nEMG",
"time": "08:47",
"topic": "Choosing SQL database ...",
"username": "Enrico Maria Giordano"
}
] | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James..\nEnrico\n\nI'm preparing a test with a Network Traffic tool we have here, in order to analyze the traffic in both cases, a browse of a dbf with 300.00 records and a Mysql Table of the same size.\nMy problem is trying to is... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sounds interesting. Thank you, Adolfo.\n\nEMG",
"time": "12:58",
"topic": "Choosing SQL database ...",
"username": "Enrico Maria Giordano"
}
] | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico... \n\nThere will be 4 tests..\n\nDBF, SQL, DBF plus index, SQL plus index.. would be nice to know how the use of an index will affect the traffic... don't you think so ?\n\nFrom Chile\nAdolfo",
"time": "13:38",
"to... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo;\n\nPlease, also compare speed. Go to the bottom of the list by pressing Cntrl-End, then press and keep pressed the uparrow key for a while. Watch the records scroll. After a while, Go to the top, do the same in the oppo... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":3elvucwp]There will be 4 tests..\n\nDBF, SQL, DBF plus index, SQL plus index.. would be nice to know how the use of an index will affect the traffic... don't you think so ?[/quote:3elvucwp]\n\nYes.\n\nEMG",
"... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\n[quote:ixgdpgdb]DBF, SQL, DBF plus index, SQL plus index.. would be nice to know how the use of an index will affect the traffic... don't you think so ?[/quote:ixgdpgdb]\n\nI'm not sure what you are testing for. You can... | Choosing SQL database ... |
[
{
"date": "2009-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James... \n\nI'll will measure data traffic (from opening the DBF til the browse is completely full ), then each keystroke till the record is found, using incremental search, then the same for ADO.\n\nI'll will record times, and b... | Choosing SQL database ... |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\nI don't sure about the test, because SAMBA works like a file server then, it's different to a Database server, I think when you open a DBF with index, the index will load in memory and you will see in the network traffi... | Choosing SQL database ... |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marcelo...\n\nThat's the idea...\n\nMeasure the traffic in both situations, DBF's and ADO with similar Tables, size, n° of records and fields.\nI Will put times, and number of bytes transmited and received in both cases. I made e... | Choosing SQL database ... |
[
{
"date": "2009-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\nMarcelo is right about the index loading. If the index is complex it could be similar in size to a recordset containing only a few fields. However, if the index contains only one field and the recordset contains lots of... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi everybody..\n\nI did the test this weekend. Got the results ( with some surprises...)\n\nI'm going to tabulate them in an excel sheet, and upload it in an hour.\n\nFrom Chile\nAdolfo",
"time": "14:57",
"topic": "Choosin... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi everybody.\n\nHere you have the results for the test I did.\n\nClient PC\nPentium 4\n1 gb Ram\nXp Professional SP2\nEthernet DLink 100mb\n\nSwitch\nTENDA 24 + 2 Web Administrable\n\nMysql Server\nAthlon Xp\n2 Gb Ram\nLinux Fed... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI'd like to see the SeekIncremental() function code as well, please?\n\nReinaldo.",
"time": "17:20",
"topic": "Choosing SQL database ...",
"username": "reinaldocrespo"
}
] | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":19yv8f74]ADO's is slower when getting data, and also consumes more bandwith when you first call the xbrowse,but... thats all, after the job is done, no more net traffic is present.[/quote:19yv8f74]\n\nThis is exp... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico...\n\nPaging does a good trick when retrieving data is involved... both on the server ( because the DB and the ADO client supports PAGES ) or by prg code, for instance, I get a 30 items browse and I takes 0,00001 second to ... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm not sure if you already did, but would you please point again to that thread where you publish your tado class?\n\nThank you,\n\n\n\nReinaldo.",
"time": "20:11",
"topic": "Choosing SQL database ...",
"username": "r... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK, if I am reading the data properly, in all tests it took more network traffic to get to the end of the search result using a recordset than using a DBF (although not much of a difference). A further conclusion is that if the da... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"reinaldocrespo\":1udxrw82]I'm not sure if you already did, but would you please point again to that thread where you publish your tado class?\n\nThank you,\n\n\n\nReinaldo.[/quote:1udxrw82]\n\nReinaldo\n\nHere you have th... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":9dsm6qv6]Paging does a good trick when retrieving data is involved...[/quote:9dsm6qv6]\n\nSorry, but paging can't be achieved using standard SQL, that was my earlier objection.\n\nEMG",
"time": "22:54",
"... | Choosing SQL database ... |
[
{
"date": "2009-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":2pqqeijs][quote=\"Adolfo\":2pqqeijs]Paging does a good trick when retrieving data is involved...[/quote:2pqqeijs]\n\nSorry, but paging can't be achieved using standard SQL, that was my earlier obje... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You are using LIMIT clause that is NOT standard SQL.\n\nEMG",
"time": "08:52",
"topic": "Choosing SQL database ...",
"username": "Enrico Maria Giordano"
}
] | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":tua78e50]You are using LIMIT clause that is NOT standard SQL.\n\nEMG[/quote:tua78e50]mmm\nyep.. you are rigth.. but you have the equivalent in.\n\nMysql= Select * from clientes limit 10\nSql Server... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok. But this was exactly the point. We can't do fast incremental searching using SQL in an engine-independent way. SQL was been designed to be a \"query-language\" not for the modern interactive applications.\n\nEMG",
"time": ... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":2mckhnyv]Ok. But this was exactly the point. We can't do fast incremental searching using SQL in an engine-independent way. SQL was been designed to be a \"query-language\" not for the modern inter... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You have to load a recordset before ADO can do its magic. The problem is exactly this loading time.\n\nEMG",
"time": "21:00",
"topic": "Choosing SQL database ...",
"username": "Enrico Maria Giordano"
}
] | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":23ofo4hg]You have to load a recordset before ADO can do its magic. The problem is exactly this loading time.\n\nEMG[/quote:23ofo4hg]\n\n In one project today I have 2 DBF's tables of making of wo... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas;\n\nThat's really good.\n\nPerhaps you'll be so kind as to show both code samples with performance description once you have it working with sql.\n\nThank you,\n\n\n\nReinaldo.",
"time": "21:39",
"topic": "Choosin... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rimantas\":y2b11uw1]But ... then opening this MDI child window with two browses it tooks some time - from 5 to 15 sec ...[/quote:y2b11uw1]\n\nSo you have something wrong in your code, nothing more.\n\nEMG",
"time": "2... | Choosing SQL database ... |
[
{
"date": "2009-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\n[quote:13q715r7]Why ? The second browse is on the second folder tab . So with SQL I'll open recordset only for needful heading line , not all DBF as with ordscoping . [/quote:13q715r7]\n\nI'm not sure what you are say... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":344mt26h]Rimantas,\n\n[quote:344mt26h]Why ? The second browse is on the second folder tab . So with SQL I'll open recordset only for needful heading line , not all DBF as with ordscoping . [/quote:344mt26h]\n... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Adolfo\":ydb2xznw]\n\nHere you have the post.\nDownload it, try it, comment it \n\n[url:ydb2xznw]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17178[/url:ydb2xznw]\n\n\nAdolfo[/quote:ydb2xznw]\n\n ... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rimantas\":q7spu41a]I'm talking about this situation that at first I must OPEN the 2 dbfs with indexs - and that tooks amount of time .[/quote:q7spu41a]\n\nOpening a DBF with indexes doesn't require any time. And the cont... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":3uizrumn][quote=\"Rimantas\":3uizrumn]I'm talking about this situation that at first I must OPEN the 2 dbfs with indexs - and that tooks amount of time .[/quote:3uizrumn]\n\nOpening a DBF with inde... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rimantas\":3tzmyto1]from experience I can say that in MS wind servers networks the more reords in dbfs then you can feel the diff of openning time ...[/quote:3tzmyto1]\n\nIt doesn't make sense. Opening a file does not req... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":kiycb7an][\nIt doesn't make sense. Opening a file does not require to read its content. Please try a sample in your network that only does\n\nUSE YOURDBF\n\nand then another one that opens the inde... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rimantas\":9gqxnz7g]It seems that we talking about different things ... <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->[/quote:9gqxnz7g]\n\n <!-- s:?: --><img src=\"{SMILIE... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\nI just did a test here on a peer-to-peer network and here are the times to open DBFs of different sizes.\n\nFirst test\n100 records = 70 milliseconds\n1 million records = 110 milliseconds\n\nRepeat test\n100 records =... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\n\nplease send me the code. I would be fine if we could establish a reference value table with test results from different networks. So if we install a program on the costumer side we could first ran the network-test-... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":1zc95j9s][quote=\"Rimantas\":1zc95j9s]It seems that we talking about different things ... <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->[/quote:1zc... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No problem, Rimantas.\n\nEMG",
"time": "21:41",
"topic": "Choosing SQL database ...",
"username": "Enrico Maria Giordano"
}
] | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":2p9fgmo8]\nAlso security is relative. In SQL you have one file if this is corrupt then all your data is lost. You can delete with on click a whole SQL server. \nI had much work to keep the server always going. But ... | Choosing SQL database ... |
[
{
"date": "2009-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\nBe honest \n>you can also get changes back whenever you wanted\nIf you say “you” you mean a specialist an administrator.\n\nIf there is a problem with a dbase file I say please open the explorer and copy file A from the... | Choosing SQL database ... |
[
{
"date": "2009-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:g2dbbjr7]>you can also get changes back whenever you wanted\nIf you say “you” you mean a specialist an administrator.[/quote:g2dbbjr7]\n\nYES...me. If I Use SQL .. I have to know how to do this... If you work with DBF, at l... | Choosing SQL database ... |
[
{
"date": "2009-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Adolfo,\nare you kidding.\nI know that you are capable of.\nI mean “you” in the sense of John Doe. \n\nHer all the systems I know have WINDOWS installed. Therefore I can’t say anything about \nLINUX. \nBest regards,\nOtto",... | Choosing SQL database ... |
[
{
"date": "2009-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":1km3cb6w]Hello Adolfo,\nare you kidding.\nI know that you are capable of.\nI mean “you” in the sense of John Doe. \n\nHer all the systems I know have WINDOWS installed. Therefore I can’t say anything about \nLINUX... | Choosing SQL database ... |
[
{
"date": "2009-11-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\nA hosted server sounds like a very good idea for most small businesses. I will keep it in mind. Thanks for the info.\n\nRegards,\nJames",
"time": "20:26",
"topic": "Choosing SQL database ...",
"username": "J... | Choosing SQL database ... |
[
{
"date": "2012-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, I know it is an old post, but how can I install the ODBC driver in silent mode? I am using this one, and the switch /s does not work\n\n<!-- m --><a class=\"postlink\" href=\"http://www.ch-werner.de/sqliteodbc/\">http://www.ch... | Choosing SQL database ... |
[
{
"date": "2012-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"alvaro533\":1tqvjax9]Hi, I know it is an old post, but how can I install the ODBC driver in silent mode? I am using this one, and the switch /s does not work\n\n<!-- m --><a class=\"postlink\" href=\"http://www.ch-werner.... | Choosing SQL database ... |
[
{
"date": "2012-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you for your answer, Rimantas,\n\nI have the app working fine with the driver installed. Now I have to send the program to my customers. I would like to be able to install the OBDC driver in silent mode, since some of my cus... | Choosing SQL database ... |
[
{
"date": "2012-01-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"alvaro533\":1m0896v7]Thank you for your answer, Rimantas,\n\nI have the app working fine with the driver installed. Now I have to send the program to my customers. I would like to be able to install the OBDC driver in sil... | Choosing SQL database ... |
[
{
"date": "2012-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nGoing back to the comparison between dbfs and sql; I think it is hard to appreciate the magnitud of the advantages offered by an SQL server side engine (ADS, MySql, MSSql, ASE, iAnywhere, ...) that are simply impossible to... | Choosing SQL database ... |
[
{
"date": "2012-02-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"reinaldocrespo\":1ciorz8k]Hi.\n\nGoing back to the comparison between dbfs and sql; I think it is hard to appreciate the magnitud of the advantages offered by an SQL server side engine (ADS, MySql, MSSql, ASE, iAnywhere, ... | Choosing SQL database ... |
[
{
"date": "2008-03-16",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Hi Antonio\n\nI am happily generating forms as postscript files and can print them and delete them via lpr. I would like to specify the printer that they are sent to. lpr supports this via the -P option. I wanted to get a l... | Choosing a Printer |
[
{
"date": "2008-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\r\n\r\nthe TPrinter-method SetBin(nBin) can address a bin available on the printer. But is there also a method to save the bin a user has chosen in the printer setup dialog? For example, if he chooses the \"tractor\", I want t... | Choosing and Saving Printer Bin |
[
{
"date": "2008-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The function PrnBinSource() returns the currently selected bin.\r\n\r\nEMG",
"time": "10:59",
"topic": "Choosing and Saving Printer Bin",
"username": "Enrico Maria Giordano"
}
] | Choosing and Saving Printer Bin |
[
{
"date": "2008-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\r\n\r\nthank you very much!\r\nI'll try it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "11:05",
"topic": "Choosing and Saving Printer Bin",
"use... | Choosing and Saving Printer Bin |
[
{
"date": "2008-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\r\n\r\nafter choosing the printer with prnsetup() the answer I get for PrnBinSource() always is 15, no matter which printer I choose and which tray/bin I choose. \r\n\r\nthis is my sourcecode for testing:\r\n\r\n[code:3dkh... | Choosing and Saving Printer Bin |
[
{
"date": "2008-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe a bug in PrnBinSource(), I don't know, sorry.\r\n\r\nEMG",
"time": "11:38",
"topic": "Choosing and Saving Printer Bin",
"username": "Enrico Maria Giordano"
}
] | Choosing and Saving Printer Bin |
[
{
"date": "2022-12-21",
"forum": "mod_harbour",
"text": "Dear friends,\n\nthe year is almost over and I want to take the opportunity to wish all of you merry Christmas and all the best for the new year.\n\nHappy holidays and may all your wishes come true.\nBest regards,\nOtto\n\n[url:39gtmms8]https:... | Christmas 2022 |
[
{
"date": "2022-12-21",
"forum": "mod_harbour",
"text": "Dear friends,\n\nthe year is almost over and I want to take the opportunity to wish all of you merry Christmas and all the best for the new year.\n\nHappy holidays and may all your wishes come true.\nBest regards,\nOtto\n\n[url:1jl2wa4h]https:... | Christmas 2022 |
[
{
"date": "2022-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends ,\n\nwe would like to take the opportunity to thank you for your help and the good cooperation.\n\nWe wish a Merry Christmas and all the best for 2023.\n\nKind regards\nOtto and family\n\n[img:3afpakzg]https://m... | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:rcldj8rs]https://i.postimg.cc/jSdsvyC0/mm.png[/img:rcldj8rs]\nfrom <!-- w --><a class=\"postlink\" href=\"http://www.cartolinefree.it\">www.cartolinefree.it</a><!-- w --> ( my site)",
"time": "14:01",
... | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Merry Christmas and Happy and Prosperous New Year to all.",
"time": "14:35",
"topic": "Christmas 2022",
"username": "nageswaragunupudi"
}
] | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "MERRY CHRISTMAS TO ALL THE FRIENDS HERE!",
"time": "21:11",
"topic": "Christmas 2022",
"username": "Enrico Maria Giordano"
}
] | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:e313dz37]https://imagizer.imageshack.com/img923/1067/liaaYA.jpg[/img:e313dz37]",
"time": "21:53",
"topic": "Christmas 2022",
"username": "Cgallegoa"
}
] | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:1asc9duk]https://maveco.be/fivewin/wensen.jpg[/img:1asc9duk]\n\nAnd thanks to all for the support and help.",
"time": "22:59",
"topic": "Christmas 2022",
"username": "Marc Venken"
}
] | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy winter/summer solstice and Xmas <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[img:111ruswe]https://github.com/FiveTechSoft/screenshots/blob/master/solsticio_i... | Christmas 2022 |
[
{
"date": "2022-12-22",
"forum": "mod_harbour",
"text": "Happy winter/summer solstice and Christmas <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[img:3v1sgfy8]https://github.com/FiveTechSoft/screenshots/blob/master/solsticio_invierno.... | Christmas 2022 |
[
{
"date": "2022-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wish you all FiveWinners,\n\n\"Merry Christmas and a Very Happy New Year\"\n\n-Ramesh Babu",
"time": "01:55",
"topic": "Christmas 2022",
"username": "RAMESHBABU"
}
] | Christmas 2022 |
[
{
"date": "2022-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wishing everyone a Merry Christmas and a Happy, Healthy & Prosperous New Year",
"time": "05:39",
"topic": "Christmas 2022",
"username": "anserkk"
}
] | Christmas 2022 |
[
{
"date": "2022-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[size=150:3byf4keo][b:3byf4keo]Zorionak eta Urte Berri On !!![/b:3byf4keo][/size:3byf4keo]",
"time": "10:32",
"topic": "Christmas 2022",
"username": "Baxajaun"
}
] | Christmas 2022 |
[
{
"date": "2022-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear fellow forum members, I wish you a very Merry Christmas and good health.",
"time": "15:25",
"topic": "Christmas 2022",
"username": "cnavarro"
}
] | Christmas 2022 |
[
{
"date": "2022-12-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Merry Christmas from the DEEP FREEZE in ( normally warm) South Carolina USA ... Rick Lipkin",
"time": "14:43",
"topic": "Christmas 2022",
"username": "Rick Lipkin"
}
] | Christmas 2022 |
[
{
"date": "2022-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Dear friends ,\n\nwe would like to take the opportunity to thank you for your help and the good cooperation.\n\nWe wish a Merry Christmas and all the best for 2023.\n\nKind regards\nOtto and family\n\n[img:329kinee]https://... | Christmas 2023 |
[
{
"date": "2022-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Feliz navidad a todos los compañeros del foro que tanto aportan y a los miembros de Fivetech que hacen posible que xbase no muera.",
"time": "13:13",
"topic": "Christmas 2023",
"username": "jose_murugosa"
}
] | Christmas 2023 |
[
{
"date": "2022-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Feliz Navidad y un próspero año nuevo para todos. Muchas gracias por toda la ayuda que siempre me ha brindado este maravilloso foro.\n\nMerry Christmas and a prosperous new year to all. Thanks so much for all the help this wonder... | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Merry Christmas and Happy and Prosperous New Year to all.",
"time": "14:35",
"topic": "Christmas 2023",
"username": "nageswaragunupudi"
}
] | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Felices Fiestas y próspero año nuevo a todos los integrantes del mejor foro de programación que conozco, que tengamos todos mucha salud y nos sigamos leyendo por aquí.\n\nUn abrazo a todos.\n\nJosé. \n\nEnviado desde mi Lenovo TB... | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas felicidades a todos amigos!! Que terminen muy bien y que comiencen mejor!",
"time": "20:54",
"topic": "Christmas 2023",
"username": "cmsoft"
}
] | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[img:54tmzwjl]https://imagizer.imageshack.com/img923/1067/liaaYA.jpg[/img:54tmzwjl]",
"time": "21:52",
"topic": "Christmas 2023",
"username": "Cgallegoa"
}
] | Christmas 2023 |
[
{
"date": "2022-12-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Felices fiestas a todos los buenos compañeros de este foro.\nSaludos\nJosé Luis",
"time": "17:37",
"topic": "Christmas 2023",
"username": "groiss"
}
] | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Felices fiestas a todos los compañeros del foro...\n\nSaludos\nRuben Dario G.",
"time": "00:07",
"topic": "Christmas 2023",
"username": "ruben Dario"
}
] | Christmas 2023 |
[
{
"date": "2022-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Feliz solsticio de invierno/verano y Navidades <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[img:2kufnj6q]https://github.com/FiveTechSoft/screenshots/blob/master/s... | Christmas 2023 |
[
{
"date": "2022-12-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "FELIZ NAVIDAD A TODOS!!!\nY FELIZ NUEVO AÑO 2023!!!!",
"time": "10:13",
"topic": "Christmas 2023",
"username": "xmanuel"
}
] | Christmas 2023 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.