Search found 230 matches: statements

Return to advanced search

Re: Clase Nativa MySql

Como ser, quiero saber como saber la ultima consulta que que hizo (query)


Code: Select all  Expand view
? oCn:cLastSQL


Also you can view last 10 sql statements executed
Code: Select all  Expand view
XBROWSER oCn:aSQL


This works from FWH2102 onwards.
by nageswaragunupudi
Mon Feb 05, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1848

Re: Help splitting up a character address string

... Zip VARCHAR(20) ); ``` 5. Insert data into the SQL table: Iterate over the data you extracted from the Excel file and generate SQL INSERT statements to populate the table. You can use SQL commands like INSERT INTO to add records to the table. Here's an example: ```sql INSERT INTO Addresses ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 599

Re: Interesting discussion with ChtGPT

... 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 Integration: Again with the Clipper ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: Interesting discussion with ChtGPT

The problem with so much of those responses is they contain very generic statements. Clearly the input into the data used for those responses reflects a bias to "what is known" by the person who did the input. It reminds me of the responses Windows ...
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Interesting discussion with ChtGPT

... string), while in Clipper, using LOCAL or other keywords without a specific data type is common. Syntax: For example, Clipper uses ? for print statements, which is uncommon in modern languages. Standard libraries: Modern languages often offer more extensive standard libraries and functions. ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: MariaDb delete

1. With ADS 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? ...
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: MariaDb delete

... to appreciate until you understand everything SQL brings to you. ...and since we are on the subject; I wonder: 1. With ADS 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 ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: impossible Error : lost DBF ...

... is MODAL and all other windows created are NONMODAL. All dialogs are MODAL by default and dialogs activated with NOMODAL clause are NONMODAL. Statements after ACTIVATE command of MODAL Window (i.e., the 1st window, i.e., the MainWindow) and all MODAL dialogs are executed after the window/dialog ...
by nageswaragunupudi
Fri Jun 02, 2023 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 363

Re: Pasar de TDolphin a FWHMariaDB

ClipValue2SQL

Corresponding in FW is oCn:ValToSQL()

But when you start using FW MySql, you will not find the need to use ClipValue2SQL() or its equivalent. In fact, you will find it not necessary even to prepare SQL statements in most cases.

Please give me a small example using ClipValue2SQL()
by nageswaragunupudi
Fri May 12, 2023 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de TDolphin a FWHMariaDB
Replies: 9
Views: 887

Re: Clase Nativa MySql

... INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) and Update(...) This us provided to faclititate grouping of several DML statements/ ...
by carlos vargas
Fri Jul 15, 2022 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1848

Re: Conversion from ca-clipper ( not found a variable)

João, Perfect master Enrique, this is how I see the VARIABLE STATEMENTS. And so it is written in the CLIPPER 5.3 books and manuals. Perhaps, I have misunderstood something wrong that you wrote. It doesn't matter, you write your programs his way and I write ...
by James Bott
Thu Mar 10, 2022 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4336

Re: Conversion from ca-clipper ( not found a variable)

... la única variable que respeta completamente el principio de encapsulación es la LOCAL. Perfect master Enrique, this is how I see the VARIABLE STATEMENTS. And so it is written in the CLIPPER 5.3 books and manuals. Perhaps, I have misunderstood something wrong that you wrote. It doesn't matter, ...
by karinha
Thu Mar 03, 2022 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4336

New FTDN November/Noviembre (FWH 21.11)

... INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) and Update(...) This us provided to faclititate grouping of several DML statements/ ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1003

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... are NOT stored in the database. You may use whatever date format you like for "display" in your application. If you write your own sql statements for INSERT/UPDATE then use the format 'YYYY-MM-DD' for date constants. But we advise you to use the methods for inserts and updates (which ...
by nageswaragunupudi
Wed Sep 29, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28387

Re: MySql Nativa Transacciones. At. Mr. Rao

Will be available in the next release. Applies to execution of DML statements "INSERT,UPDATE,REPLACE,DELETE" directly using oCn:Execute() and to methods: method Insert(...) method Upsert(...) method Update() Implemented new DATA lThrowError AS LOGICAL ...
by nageswaragunupudi
Sun Sep 19, 2021 10:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2454
Next

Return to advanced search