Search found 2281 matches: syntax

Return to advanced search

Learn SQL with ChatGPT or when can ChatGPT really help

... SELECT * from vll_term WHERE WORT LIKE '%' + UNHEX('C39F') + '%' The result is not as expected, maybe there is something wrong with the syntax? The Google answer is: https://i.postimg.cc/6Q3WfWWr/notfound.png ChatGPT: https://i.postimg.cc/KvJCrnRW/2023-11-17-08-26-15.png ...
by frose
Fri Nov 17, 2023 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 718

Re: Help splitting up a character address string

... It enhances code readability, maintainability, and modularity, which are crucial aspects of efficient software development. User gibt es infos zur syntax ChatGPT Detailed information about the syntax and usage of Harbourino, particularly within the context of mod_harbour and Fivewin, is somewhat ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 851

Re: Help splitting up a character address string

... makefile Copy code CStreet = 258 Shoreline Drive CCity = Columbia CState = SC CZip = 29212 You will need to adapt this logic to the specific syntax and functions of the programming language you are using. If you're using a language that supports regular expressions, that could be an even ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 851

Re: OVERRIDE

... TPreview not run make error on compilation ut_over_Bro.prg(8) Error E0007 Missing => in #translate/#command ut_over_Bro.prg(9) Error E0030 Syntax error "syntax error at '<'" ut_over_Bro.prg(12) Error E0030 Syntax error "syntax error at 'DATA'" ut_over_Bro.prg(13) ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 700

Re: Interesting discussion with ChtGPT

Otto wrote:ChatGPT:
Yes, of course! Harbour/Clipper has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same.


JavaScript, from Wikipedia:

First appeared December 4, 1995; 27 years ago[


Modern?
by Enrico Maria Giordano
Tue Nov 07, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1416

Re: Interesting discussion with ChtGPT

... specify Data Type is certainly not new. It pre-dates Clipper ( an old, DOS, compiler ) in many languages. Harbour frees us from that restriction Syntax: Swift ( Apple ) uses ? print statements. Harbour, and FWH, are far more sophisticated Libraries: What functionality is NOT covered in Harbour/FWH ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1416

Interesting discussion with ChtGPT

... This was the starting point: User (I): The weaknesses you mention are fixed with FiveWin. Could it be that in principle simpler - in terms of syntax - languages will experience a revival in the future, because AI with its fast answers makes many libraries and frameworks obsolete. And if a ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1416

Re: Advantage Database Server

... single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or database engine.
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 4001

Re: DBF . Commit

" COMMIT Perform a solid-disk write for all active work areas Syntax: COMMIT Description: COMMIT is a database command that flushes Harbour buffers and performs a solid-disk write for all work areas with open database and index files. The solid-disk ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2891

Re: Reason for closing DBF file

... (Build 20150726) Copyright 1999-2015, http://www.xharbour.org http://www.harbour-project.org/ FUENTES\COMUNES\logrdd.prg(221) Error E0030 Syntax error: "syntax error at '@'" FUENTES\COMUNES\logrdd.prg(222) Error E0030 Syntax error: "syntax error at '@'" FUENTES\COMUNES\logrdd.prg(223) ...
by russimicro
Fri Sep 15, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1291

Re: Cuantas columnas tiene una tabla?

... be the database. With FWH native MySql/Mara library, both work oRs:Fields:Count() or oRs:FCount(). The native library supports both complete ADO syntax as well as normal DB syntax like TDolpin, TMySql, etc
by nageswaragunupudi
Sat Sep 02, 2023 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuantas columnas tiene una tabla? (SOLUCIONADO)
Replies: 6
Views: 524

Re: Corrup file en copia de respaldo

... is no way to fix it. If you open and find no garbage in the file, it is worth trying again. For future we have an important advice. We know the syntax: BackUp( [aTables], cDest, [bProgress], [nMaxRecs], [nMaxBuf] ) If the first parameter is nil and the ...
by nageswaragunupudi
Sat Aug 26, 2023 8:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Corrup file en copia de respaldo
Replies: 1
Views: 152

Re: Incluyendo el SQLRDD

SR_DeletedName() Returns the name of the column that manages the Deleted() status › Syntax SR_DeletedName( [<cName>] ) ==> cOldSet › Arguments <cName> Name column to manage the Deleted() status. › Return Returns the status that was current before SR_DeletedName() ...
by carlos vargas
Fri Aug 25, 2023 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3103

Re: Incluyendo el SQLRDD

SR_RecnoName() Returns the name of the column that stores the Recno() › Syntax SR_RecnoName( [<cName>] ) ==> cOldSet › Arguments <cName> Column name to manage the Recno(). › Return Returns the status that was current before SR_RecnoName() was ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3103
PreviousNext

Return to advanced search