Search found 21 matches: yield

Return to advanced search

Re: MariaDb delete

... I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result that a given statement would yield. Is there a tool to test your SQLs with Maria DB similar to Advantage ARC? MySql WorkBench for mysql/mariadb HeidiSql for mysql,mariadb,mssql,sqlite,PostGre ...
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: MariaDb delete

... I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result that a given statement would yield. Is there a tool to test your SQLs with Maria DB similar to Advantage ARC? 2. Is the fwh ADO class good as well for MSSQL or is this only for ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: self experiment

... master a wide range of dance styles ( even Bollywood ). It shows that hard work and a passion for expressing oneself through the arts can really yield wonderful results. Thanks for sharing this. BTW, back in the 80s when I went to developers conferences, many of the programmers were also musicians, ...
by TimStone
Fri Feb 22, 2019 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2900

Re: Qué es lo erróneo?

... directive, if present, are used. The following rules are applied by the preprocessor to evaluate a condition: 1. A numeric literal <> 0 yields True, while exact zero yields False. 2. The logical literal .T. is True, .F. is False. 3. #define constants with no associated value yield False. ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2005

Re: Plotting locations on Google Maps

... points. I suppose I will have to work on that issue. The reason for the maps is that they are often used in marketing programs to show areas that yield the best results from communications by businesses. Thanks for the ideas ... they are being incorporated ... and my goal will to ultimately build ...
by TimStone
Fri Mar 10, 2017 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14308

Re: 1st FWH + [x]Harbour 2017 international conference

... recently for Developers that are familiar with Open Source and new development tools ... and a live streaming event with some advertising could yield you some GREAT PRESS and EXPOSURE .. to let the folks know .. it's not xbase any more! Rick Lipkin
by Rick Lipkin
Thu Mar 02, 2017 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265551

eMailDesktop - uses filesystem as database

... it as quick as the Database. On quite the contrary a properly layed out tree, well designed hashtables and saving them as an object to a file will yield the same speeds as a database and from my tests. A properly designed hashtable and directory tree will win everytime. Way less overhead. Recently ...
by Otto
Mon Nov 28, 2016 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDesktop - uses filesystem as database
Replies: 5
Views: 2091

Re: Convert DOS application(s) to Harbour <== LIB compatibility

LF_ISFILE try using FILE 'LF_FERASE try using FERASE LF_FCREATE try using FCREATE HP_SETPOS sorry I don't know the HP* functions FT_LDAY FT_MADD you can rewrite them using standard Clipper functions OL_WINCBPA unknown OL_WINCBCO unknown LF_LIBVERS can't you remove it? LL_LIBVERS can't you remove it?...
by Enrico Maria Giordano
Thu Jul 28, 2016 3:40 pm
 
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 19204

Re: problem with dbsetfilter

... <bFilter>, [<cFilter>] ) --> NIL Arguments <bFilter> A code block containing the filter expression. The expression must yield a logical value. <cFilter> The filter expression in form of a character string. Return The return value is always NIL. Description The DbFilter() ...
by FranciscoA
Sun Oct 18, 2015 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbsetfilter
Replies: 9
Views: 1467

Re: which is the fastest way to load contets of a DBF into an Ar

... mentioned earlier, most of the times it is the data access speeds that decide the total time taken. Optimizing the code execution speeds does not yield perceptible time savings. In any case for this kind of code, accessing DBF, even C level subfunction does not greatly reduce time. We can think ...
by nageswaragunupudi
Wed Jun 22, 2011 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: which is the fastest way to load contets of a DBF into an Ar
Replies: 12
Views: 3552

Re: Error E0025 Error in #if expression

... directive, if present, are used. The following rules are applied by the preprocessor to evaluate a condition: 1. A numeric literal <> 0 yields True, while exact zero yields False. 2. The logical literal .T. is True, .F. is False. 3. #define constants with no associated value yield False. ...
by reinaldocrespo
Tue Oct 12, 2010 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E0025 Error in #if expression
Replies: 9
Views: 3168

Re: "No Default Printer" message on Windows 7 64-bit

... "There are no printers installed! Please exit this application and install a printer" to appear. Clicking Ok after that message would yield "The instruction at 0x0041995d referenced memory at 0x00000002. The memory could not be read. Click on Ok to terminate the program." ...
by hua
Fri Oct 08, 2010 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6131

Re: Number of days

... adding a small fractional day, adding an INT() function etc. (They hadn't actually tried dividing by 365.25 but that still does not always yield the correct answer.) It's not a hard function to write, it is just that you can't do the calculation reliably by day interval arithmetic. Happy ...
by xProgrammer
Tue Apr 13, 2010 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of days
Replies: 9
Views: 2997

... as MySQL, PostgreSQL & Firebird ... how we can use this within this RDD? We could offer access to many native database engine and get a better yield with C source code? * We need to implement a temporary buffer for editing data and send it to the server when a COMMIT or RDD_GOCOLD () is sent ...
by vailtom
Sat Sep 13, 2008 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLWIN - a free RDD for SQL
Replies: 73
Views: 37244

... and the Include files. Here are some of the compiler errors generated: D:\COMPILER\xHB\c_include\win\winbase.h(19): error: Macro redefinition of 'Yield'. D:\COMPILER\xHB\c_include\win\winbase.h(2248): error: Macro redefinition of 'lstrcmp'. D:\COMPILER\xHB\c_include\win\winbase.h(2250): error: ...
by hterce
Wed Sep 03, 2008 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code for Tree32.lib
Replies: 13
Views: 3307
Next

Return to advanced search