messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2018-04-18", "forum": "FiveWin for Harbour/xHarbour", "text": "HbFormat is included in FivEdit", "time": "17:19", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "cnavarro" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "is a HbFormat.exe aviable ??\n\nTx", "time": "12:53", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "Uwe.Diemer" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-19", "forum": "FiveWin for Harbour/xHarbour", "text": "In contrib/hbformat of harbour you have all source", "time": "12:58", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "cnavarro" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-21", "forum": "FiveWin for Harbour/xHarbour", "text": "try this [url:28wsrul9]http://www.share-online.biz/dl/X9YGSJ7PXDO[/url:28wsrul9]", "time": "19:29", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "frose" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "there are the sources ?", "time": "09:24", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "Silvio.Falconi" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"cnavarro\":3k2ys2ov]In contrib/hbformat of harbour you have all source[/quote:3k2ys2ov]\n\nI run harbour/bin/ Hbformat,exe and it ask harbour32.dll \nwhere I found this ?", "time": "09:26", "topic": "Click! is a ...
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "It is usually in the BIN folder of Harbour", "time": "23:58", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "cnavarro" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Cristobal,\n\ndoes hbformat.exe and click32.exe have the same features and functionality.\n\nBest regards,\nOtto", "time": "10:51", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username"...
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I can not download the code", "time": "23:44", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "cnavarro" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I have the full code <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nadding a download-link to my homepage <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\"...
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Download CLICK.zip\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/DOWNLOADS/Click.zip\">http://www.pflegeplus.com/DOWNLOADS/Click.zip</a><!-- m -->\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_bi...
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe, thanks", "time": "16:54", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username": "cnavarro" } ]
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2018-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "It seems funny that the Click source is not indented at the function level.\n\nI expect that its output is not either.", "time": "17:22", "topic": "Click! is a CA-Clipper and Xbase++ source code reformatter", "username...
Click! is a CA-Clipper and Xbase++ source code reformatter
[ { "date": "2006-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Can I implement a function when clicking on the top of a column in a TsBrowse.\nIf so, how can I initate that?\n\nIn Windows apps you can click on the top of a column and it changes its sequence in alphabetical order f.i.\n\nI use...
Clicking on a TsBrowse Column, can it execute a Function?
[ { "date": "2006-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "oBrw:aActions := { {||msgstop('col 1')}, {||msgstop('col 2')}, {||msgstop('col 3')}, ... }", "time": "17:46", "topic": "Clicking on a TsBrowse Column, can it execute a Function?", "username": "tnhoe" } ]
Clicking on a TsBrowse Column, can it execute a Function?
[ { "date": "2006-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "TNHOE,\n\nThanks for respnding,\nCan you give more detailed info?\nWhere should I place the command: oBrW:aActions\nHow could the Array look like ,example\n\nShould the function: msgstop('col 1') define the order of records ?\n\n...
Clicking on a TsBrowse Column, can it execute a Function?
[ { "date": "2006-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "select('invoice') // fields: invoice,date,custcode\n\nREDEFINE BROWSE oBrw ALIAS \"invoice\" ID 101 OF oDlg\n\noBrw:LoadFields( .T. ) // load all fields from dbf\n\noBrw:aActions:={ {|| fCol('1') },{|| fCol('2') },{|| fCol(...
Clicking on a TsBrowse Column, can it execute a Function?
[ { "date": "2007-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Everybody,\n\nI am starting to look into client / server solutions for my app.\nI know that ADS will work but it's very expensive.\n\n\nAre there any opensource database servers out there?\n\n\nThanks,\n\nJeff", "time": "22...
Client / Server
[ { "date": "2007-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- w --><a class=\"postlink\" href=\"http://www.firebirdsql.org\">www.firebirdsql.org</a><!-- w -->\n<!-- w --><a class=\"postlink\" href=\"http://www.postgresql.org\">www.postgresql.org</a><!-- w -->", "time": "02:16", ...
Client / Server
[ { "date": "2007-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff:\n\nIn my personal experience you have to take in account several issues regarding moving to client / server.\n\nDuring the last 10 years I've done over 100 installations of ADS, and I also have developed some SQL based appli...
Client / Server
[ { "date": "2007-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "My point of view:\n\nI use Firebird for 2 or 3 years with Delphi and Fivewin.\nAbout FW, I used it with a modified FW ODBC class and I never had problem. Since last year I use FW + xHB comercial + SQLRDD and work perfect.\n\nRegar...
Client / Server
[ { "date": "2007-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Eu estou usando MySQL por mais de 3 anos e o unico problema que tenho quando uso WinXP, se o usuario desligar o Servidor ..corrompe as tabelas.\n\nO FireBird acontece isso ?", "time": "21:57", "topic": "Client / Server", ...
Client / Server
[ { "date": "2007-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Ari,\n\nExistem muitas situações em que se corrompe bancos de dados, com o Firebird não é diferente, entretanto é mais seguro que os DBFs (não sei comparar com relação ao MySQL...).\nNo guia de referência do FB, há uma lista de co...
Client / Server
[ { "date": "2008-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nBecause I need my application to run reasonably efficiently across a VPN I need to move to a client server architecture. That seemed to mean that I would have to move to an SQL based solution. That should be quite ...
Client Server Database Access the xBase Way
[ { "date": "2008-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug,\r\n\r\nYou may check if there is a Linux version of Leto db server:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://sourceforge.net/projects/letodb\">http://sourceforge.net/projects/letodb</a><!-- m -->", "time": "0...
Client Server Database Access the xBase Way
[ { "date": "2008-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "It seems as there is a Linux version:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://letodb.cvs.sourceforge.net/letodb/letodb/source/server/\">http://letodb.cvs.sourceforge.net/letod ... ce/server/</a><!-- m -->", "time"...
Client Server Database Access the xBase Way
[ { "date": "2008-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThanks for the link. Interesting, but not really what I want (I think). From my experiments to date I think I can do what I want to do without needing any C code and in a way that integrates very nicely into my...
Client Server Database Access the xBase Way
[ { "date": "2008-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug,\r\n\r\nyes, I see what you mean. \r\n\r\nIt seems a sort of SQL running on the server side that just returns the result and minimizes the network traffic.", "time": "23:32", "topic": "Client Server Database Access th...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "xProgrammer\r\n\r\nxHarbour and Harbour has a wonderful class from Win32ole and it is a very easy way to connect to any Sql database with your FWH and xBase Code.\r\n\r\nI wrote ( some time ago ) an ADO thread explaining the usage...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\r\n\r\nDoug just work on Linux using FiveLinux. No ADO there as far as I know, though he may use ODBC or (DLLs equivalents for) MySQL, etc.", "time": "01:01", "topic": "Client Server Database Access the xBase Way", ...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\r\n\r\nI kinda thought he was talking about Linux .. just curious .. if you could get the connection string for Linux and Sql server and figure out the client support... it seems that your could use the same syntax and Har...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Rick\r\n\r\nYes Linux kind of precludes that approach although I could use mySQL or PostrgeSQL or even DB2. I do have some reservations about the SQL approach although I have used it quite heavily (Microsoft SQL Server and Syb...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rick Lipkin\":31ixbgy0]...connect without any client side drivers and NO odbc .. ADO uses the native 'sqloledb' Win32 built into every Windows operating system from Win98 through Vista SP1 ..\nRick Lipkin[/quote:31ixbgy0]...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\r\n\r\n> it seems that your could use the same syntax and Harbour or xHarbour's win32ole class ?? \r\n\r\nWe don't know if there is an OleAuto clone for Linux.\r\n\r\nAlso I don't know if ADO has been cloned in Linux", "...
Client Server Database Access the xBase Way
[ { "date": "2008-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua\r\n\r\nSince Microsoft makes Sql Server .. it stands to reason they would build into their pc operating systems a native way to connect .. and they do !! .. 'sqloledb' .. and there is NO need for odbc .. no client needed at al...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nIt may be far from perfect but I have client server database access with xBase both ends - backend is xHarbour, front end is xHarbour / FiveLinux. Back end is successfully returning lists of records, individual reco...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rick Lipkin\":279j3nu3]Hua\n\nSince Microsoft makes Sql Server .. it stands to reason they would build into their pc operating systems a native way to connect .. and they do !! .. 'sqloledb' .. and there is NO need for od...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug,\r\n\r\nExcellent! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nCould you provide us some more tech details about it ? As far as I understand it, you are using soc...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nHappy to share details, code etc but in a hurry to get to an appointment at present. Also would like to clean up code a bit.\r\n\r\nI am using sockets. Backend is xHarbour text mode. Front end is xHarbour / Fi...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nBefore I present actual code (in the posts to follow) I should provide the following by way of explanation.\r\n\r\nWhilst this code is functional in the sense that I am using it in an application it is very much ...
Client Server Database Access the xBase Way
[ { "date": "2008-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nI am using sockets to communicate between the GUI application front end (the client) and the data base back end (the server). I started with the sample code for the INet....() xHarbour functions to get a feel fo...
Client Server Database Access the xBase Way
[ { "date": "2008-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThe front end application needs to set up communication as follows:\r\n\r\n[code:3qr32fzl]oSocket &#58;= TSocket&#40;&#41;&#58;New&#40;&#41;\noSocket&#58;SetIP&#40; sIPAddress &#41;\noSocket&#58;SetPort&#40; 1800...
Client Server Database Access the xBase Way
[ { "date": "2008-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Doug,\r\n\r\n[quote=\"xProgrammer\":2tmvty5r]\nI guess I have sort of wandered off the topic a bit! I put the topic here because I thought some others might be interested in the approach I am taking. But I'm quite happy to pu...
Client Server Database Access the xBase Way
[ { "date": "2008-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nI've just done my first performance test across my VPN and I'm very pleased to say that its fast. Still more development to do but its going well.\r\n\r\nRegards\r\nxProgrammer", "time": "03:58", "topic"...
Client Server Database Access the xBase Way
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThe data base server back end is very much a work in progress but it is functional. Quite a few features need to be added such as error handling, links to other tables, automatic allocation of primary keys etc.\...
Client Server Database Access the xBase Way
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nDefining the queries is easy (if a little long winded given that I am returning variable names which aren't field names). For example:\r\n\r\n[code:3lmlrhmg] oPT_BY_KEY &#58;= TSingleData&#40;&#41;&#58;New&#40...
Client Server Database Access the xBase Way
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug,\r\n\r\nmany thanks for your explanations, very interesting <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:38", "topic": "Client Server Database Acces...
Client Server Database Access the xBase Way
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThe current code for the server main loop is:\r\n\r\n[code:9m7umqrp] INetInit&#40;&#41;\n // listen on port 1800\n pServer &#58;= INetServer&#40; 1800 &#41;\n INetSetTimeout&#40; pServer, 500 &#41;\n ? ...
Client Server Database Access the xBase Way
[ { "date": "2008-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThis is very much an ongoing exercise. I have simplified the process of executing a query from the client (GUI application) with the following little class TQuery:\r\n\r\n[code:23to7xqx]CLASS TQuery\n\nDATA lSuc...
Client Server Database Access the xBase Way
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nWork on the xBase data server continues. Code is much better organised on the server end with a TServerQueryClass that will be responsible for gathering error information as well as the communication process. S...
Client Server Database Access the xBase Way
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug,\r\n\r\nVery interesting work, thanks for sharing it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nHow do you control that the socket connection is active ?", "...
Client Server Database Access the xBase Way
[ { "date": "2008-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio\r\n\r\nThe data base back end server runs the following loop to see if there is an incoming request:\r\n\r\n[code:2uu4cias] ?\n ? \"Setting up sockets\"\n INetInit&#40;&#41;\n // listen on port 1800\n pServer ...
Client Server Database Access the xBase Way
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey Doug,\r\n\r\nIs this not what LetoDB does?\r\n\r\nPatrick", "time": "11:08", "topic": "Client Server Database Access the xBase Way", "username": "Patrick Mast" } ]
Client Server Database Access the xBase Way
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Patrick\r\n\r\nThanks for your interest. I don't profess to know that much about letoDB - indeed I really only became aware of this when Antonio responded to my first posting in this thread. I did look at it briefly and my im...
Client Server Database Access the xBase Way
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey Doug,\r\n\r\nOk! It's good to see this being done in pure [x]Harbour code yes. So, please go ahead and show us all what [x]Harbour is capable of doing.\r\n\r\nGraet job!\r\n\r\nPatrick", "time": "13:44", "topic": "Clie...
Client Server Database Access the xBase Way
[ { "date": "2008-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Patrick\r\n\r\nThanks for your comments. I have found this to be quite an exciting project. I just wish I could work on it full-time. But the progress has been very pleasing. Across my VPN I am seeing something like a 30 fo...
Client Server Database Access the xBase Way
[ { "date": "2009-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "First of all, many regards to all old friends! \nI \"know\" many of you since the FW version 1.92 \nI'we been too bussy and didn't visit forums much... Such is life.\nBut, it's nice to \"see\" old faces here again <!-- s:) --><img...
Client Server Database Access the xBase Way
[ { "date": "2009-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Boris\n\nGreetings from Australia. Very pleased to read your comments. Code has been working reliably for me for many months now. My server and clients are all Linux but recently I needed to be able to access some data ge...
Client Server Database Access the xBase Way
[ { "date": "2009-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Doug,\n\nJust a question, why are you using 10 separate EXEs listening to a different ports?\nAny specific reason for that?\n\nI have only one EXE running on server, listening to one port.\nAll clients (a few hundreds) send req...
Client Server Database Access the xBase Way
[ { "date": "2009-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Boris\n\nYes, I am currently running 10 copies of my executable on the server each listening on a different port. I know its not very elegant and is not extremely scalable but I wanted to get up and running and it works. Thre...
Client Server Database Access the xBase Way
[ { "date": "2009-04-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\n\nI just thought I should add that this technique can be used for many different purposes other than just database access. Pretty much anytime you want a process performed on another computer (or the same computer for that...
Client Server Database Access the xBase Way
[ { "date": "2009-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Doug\n[quote:15lxc6oz]If people are interested I am happy to share what I have learned to date.[/quote:15lxc6oz] \n\nI am very interested in this thread. I find interesting and i would like to learn on the topic. Can you send m...
Client Server Database Access the xBase Way
[ { "date": "2009-05-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Carles\n\nI have meant to post a reply here for many days now but have been very busy with upgrades, visitors etc. I want to reuse this technique for another project and will post here shortly, probably in a new thread. Sorry...
Client Server Database Access the xBase Way
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "For many years I have been using ADS with my application, and I really didn't intend to change. I have been a reseller, and each year I have sold several licenses. Last year I apparently did not sell enough, and I'm not willing ...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nI have used ADS for many years while I was in State government, however I was persuaded to re-write my applications to run on Sql Server and I have never looked back.\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetec...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "> Please don't suggest Terminal Services. That is not an alternative at this time.\n\nHello Tim,\n\nalthough you want here it I think it is the way to go. Why don’t you consider using TS.\n\nBest regards,\nOtto", "time": "21:...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto\n\nIf I recall from my MS System Administrator days .. you need to buy Microsoft TS licenses to run on your server for the number of clients you intend to connect ??\n\nRick Lipkin", "time": "21:33", "topic": "Client ...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, you do need licenses for TS and it does not solve the Client/Server vs direct data issues.\nI have 40+ users using direct/non client server data. It works pretty well except sometimes you have to reindex. When you have 40+ us...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Gale,\nhow does a \" computer or network connection failure \" effect a program running in a RemoteDesktop session.\nYou reconnect and you are exactly at the same state as before the failure.\n\n\nBest regards,\nOtto", ...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... Here are my thoughts on all of these viewpoints:\n\n1) ADS may not be a future option if I can't sell the software. Such a move signals to me that some people \"in charge\" are making changes in their plans, which might i...
Client Server options
[ { "date": "2012-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\nI think we are talking about 2 different things here. Client Server vs Direct is one issue with TS vs Lan another.\nUsing Direct dbf access, each user is responsible for updating the index regardless if they are on TS or lo...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim , are you see Tdolphin from daniel?", "time": "02:35", "topic": "Client Server options", "username": "norberto" } ]
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Tim,\n\nJust my 2cents..\n\nIf you have the budget, Stay with ADS.. the server/local are both stable and very easy to administer and in such a tiny footprint works great with [x]Harbour too.\n\nIf you want it free, like most...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "take a look LetoDb:\n<!-- m --><a class=\"postlink\" href=\"http://sourceforge.net/projects/letodb/\">http://sourceforge.net/projects/letodb/</a><!-- m -->\n<!-- m --><a class=\"postlink\" href=\"http://www.pctoledo.com.br/forum/v...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale, \n>It works pretty well except sometimes you have to reindex. \nI reindex directly from server (connected in TS) \nIt's 10 times faster than from a client\n\n>When you have 40+ users, each one responsible for updating the in...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Norberto,\n\nthank you for your post.\n\nI will check your concerns about TS. \n\nFirst I would like to tell you that some years ago I converted all my programs to VB.net, SQL and some to keep it compatible with dbf to \nApollo. T...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\n[quote:3qmsbf20]3) Otto, my clients use a lot of programs, and they simply don't take the time to understand their systems. Connectivity issues cause them stress, but it happens, then I have to clean it up. I'm think...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\nThanks for the interest. I still think TS/Citrix is a good way to provide remote operations. We use it in my company also. \nYou can still have TS/Citrix and Client Server at the same time. That is my point, it is 2 differe...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Lots of good input here. I appreciate all the comments.\n\nFor now ( the next year ) I have been able to resolve the issue involving ADS. That gives me some time to work out alternatives. For now, I have code developed over man...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim:\n\n[quote:3j41a7cn]\nI still have one open question. Does anyone know of a program that can take current .dbf files and create a Datebase in SQL and import those existing files as tables ?\n[/quote:3j41a7cn]\nSearch for dbf2s...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\n\nBTW, have you ever tried my AutoCode editor?\n\nBest regards,\nOtto", "time": "20:05", "topic": "Client Server options", "username": "Otto" } ]
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nNot yet ... but I have been following the thread on it. \n\nI think I'm swimming in a sea of \"ToDo\" tasks, and there are sharks out here !\n\nTim", "time": "20:26", "topic": "Client Server options", "userna...
Client Server options
[ { "date": "2012-05-10", "forum": "FiveWin for Harbour/xHarbour", "text": "HEllo Tim,\n\nthank you for your answer. \nPresent demo expires by 30 April you have to download the new demo which is extended till 31 May.\nAdded syntax for METROPANEL and METROBUTTON.\n\n[url:142j28os]http&#58;//www&#46;atzwang...
Client Server options
[ { "date": "2012-05-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim: this is that you are looking for\n<!-- m --><a class=\"postlink\" href=\"http://www.easyfrom.net\">http://www.easyfrom.net</a><!-- m -->\n\nBest regards Ruben Fernandez\n(sorry for my English)", "time": "05:59", "topi...
Client Server options
[ { "date": "2012-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Armando\":318klmsp]Tim:\n\n[quote:318klmsp]\nI still have one open question. Does anyone know of a program that can take current .dbf files and create a Datebase in SQL and import those existing files as tables ?\n[/quote...
Client Server options
[ { "date": "2012-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nI do not think it is a good idea to import automatically dbf to sql , Table creation is fairly easy in sql and doing this will allow probably to review tables, set the primary key etc...\n\nI have converted part of our dbfs...
Client Server options
[ { "date": "2012-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I've read this topic and got a question. \nHow can we make the code that use several database such as DBF/MySql/MS-SQL without code modification?\nWe will void the problem, If we can select the Database Driver and all code will s...
Client Server options
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch\n\nADS makes a SQLOLEDB client that will accept all the ADO code you use to be able to connect to any RDBS be it Sql Server, Oracle, dB2, MS Access.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.connectionstrings.com/...
Client Server options
[ { "date": "2012-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, Tim;\n\nToo bad I was away and did not see this thread before.\n\n#1. I don't think you could ever have an issue with the re-seller license for ADS in North America. That's a very solvable problem. \n\n#2. Sybase -now SAP ...
Client Server options
[ { "date": "2012-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Renaldo,\n\nI wanted to stay with ADS but they were not thinking well. They finally decided to \"extend\" me for one more year. In that time I will be releasing a new update that expands my marketplace at least 10 fold, and that...
Client Server options
[ { "date": "2012-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\nmaybe I miss something. \n1. Can you please tell me why I should share or expose a directory to users using RDP.\n\n2. I can't imagine how client server could be more stable as working locally (RDP) on the server if you...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto;\n\nYou are missing the point by so much, it ain't worth explaining.\n\nGo work with SQL for a few years. Then come back and we'll talk about it.\n\n\n\nReinaldo.", "time": "00:58", "topic": "Client Server options", ...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\nPlease excuse but I mend with missing in case of RDP. \nSure I know SQL. I have worked with SQL server for years. And I also tried ADS myself. And I think I also saw your video on the ADS homepage.\nI don’t know how bi...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto;\n\nYou are still missing the point. You are looking for a black cat on a dark black room. The problem is that there is no black cat. So keep searching...\n\nStop comparing RDP vs SQL. I use both. It is not one or the o...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nThe ideal option would be SQLRDD, so you deliver .exe file and that accesses an SQL server.\n\nAIS is quite slow via Internet, but SQL is not.\n\nAnd in local mode you set to DBFCDX.", "time": "13:49", "topic": "Cli...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas;\n\nIf you want to compare speed of ADS vs MS-SQL via an Internet connection, then you need to compare similar technologies. If you access .dbfs via PHP using the ADS php driver, then it is every bit as fast as accessing an...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo,\n\nUsing AIS over Internet in normal dbf operations (APPEND, DELETE, LOCATE, SEEK, etc) is not as fast as TDophin and MySQL.\n\nxBrowsing is very slow. Even creating a SQL querry and loading into an array.\n\nBut xBrowsi...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas;\n\nPlease share a small self contained sample using xbrowse with tdolphin over an internet connection. Perhaps you have some test data on your server that I can test? I would really like to see it working. So far I've be...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas;\n\nPerhaps you can do a test for me. Compare browsing a .dbf table using AIS from Arc32 vs. browsing a table using tdolphin over the same internet connection. Is Tdolphin using ADO?", "time": "15:10", "topic": "Cl...
Client Server options
[ { "date": "2012-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Lucas\n\nIf you are using MS Sql Server make sure you use the Local Cache option when you create your ADO recordset object. This allows your data to be cached on the client rather than thrashing over the internet.\n\nThis is only ...
Client Server options