Search found 1345 matches: execute

Return to advanced search

Re: Conectarse con mariaDB

... NULL, 0) == NULL) { fprintf(stderr, "Error connecting to MySQL: %s\n", mysql_error(conn)); mysql_close(conn); exit(EXIT_FAILURE); } // Execute a simple query if (mysql_query(conn, "SELECT * FROM your_table")) { fprintf(stderr, "Error querying MySQL: %s\n", mysql_error(conn)); ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10165

Re: xBrowser

Mr Rao, Goodnight! In the following example, although we have 7 columns, when placing the 7th element in the array the program does not execute. That's why there are 6 elements in the array. I think the color change occurs when the content becomes larger than the space defined for the column. ...
by oliveiros junior
Wed Dec 20, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1239

Re: Error con FW_OpenRecordSet

Mr. Rao, sigue el mismo error Error description: Error ADODB.Connection/0 S_OK: EXECUTE Args: [ 1] = C INSERT INTO prueba (cliente,Numero) VALUES ( 0, 21) Stack Calls =========== Called from: => TOLEAUTO:EXECUTE( 0 ) Called from: abd4.prg => MAIN( 58 ) en ...
by jpcavagnaro
Wed Dec 20, 2023 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 293

Error con FW_OpenRecordSet

... { "FOXPRO", "c:\fwh2212\samples\"}, .f. ) csql := "INSERT INTO .\prudbt (cliente,Numero) VALUES ( 0, 21) " oCn:Execute( csql ) csql := "INSERT INTO .\prueba (cliente,Numero) VALUES ( 0, 21) " oCnm:Execute( csql ) oRs:Close() oCn:Close() oCnm:Close() ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 293

Calculate total pages

... anything only for calculate number of pages it would be very simple what do I know I imagine PRINT oPrn NAME "My Print" CALCULATE I execute two times the same function the firs is only for calculation the second really prints have a nice day
by MarcoBoschi
Wed Nov 22, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5879

Re: Help splitting up a character address string

... the table. Here's an example: ```sql INSERT INTO Addresses (Street, City, State, Zip) VALUES ('123 Main St', 'Cityville', 'CA', '12345'); ``` 6. Execute the SQL statements: Use the appropriate functions from the Harbour database library to execute the SQL statements. This will insert the address ...
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: 603

Re: consulta mariadb a un array

Good Morning,

Just try

aRet := ::oCnx:Execute( PAISES)
by vilian
Mon Nov 13, 2023 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta mariadb a un array
Replies: 5
Views: 652

Re: ADO ejecutar

Mr. Rao, gracias por responder.

me da error: Error description: Error ADODB.RecordSet:_ACTIVECONNECTION/0 S_OK: EXECUTE

como sería la sintaxis, aclaro que estoy trabajando con DBFs, no con SQL
by jpcavagnaro
Fri Nov 03, 2023 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO ejecutar
Replies: 2
Views: 298

Re: ADO ejecutar

With ADO, we can use oCn:Execute( cSql )
by nageswaragunupudi
Fri Nov 03, 2023 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO ejecutar
Replies: 2
Views: 298

ADO ejecutar

Hola buen día, como sería el equivalente de oCon:Execute( cSQL ) con ADO?
by jpcavagnaro
Fri Nov 03, 2023 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO ejecutar
Replies: 2
Views: 298

Re: Ayuda - Clase p/envio de msg,file por whatsapp - GREENAPI

viewtopic.php?f=3&t=43841&p=264851&sid=e24041a61111c5a2cb7ce52e4e99150c#p264851

I tested sending Exe files as attachments
This is working perfectly.
The receiver is able to execute the exe correctly.
by nageswaragunupudi
Sun Oct 29, 2023 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda - Clase p/envio de msg,file por whatsapp - GREENAPI
Replies: 8
Views: 628

Re: Moving the dialog

Thank you, Antonio! I'll try to figure it out. It was the code block :bPainted that caused delays when
pulling the window out from behind the screen. I needed an understanding of when to execute this block of code and when not to
by Natter
Mon Oct 23, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: xHarbour.org updated!

Sorry, I can't execute your sample. Anyway, I forgot to mention that you have to replace tip.lib with: tipssl.liblibssl.liblibcrypto.lib Try and let me know. Enrico, If I remove tip.lib and leave only tipssl.lib I get the following ...
by wartiaga
Tue Sep 19, 2023 1:44 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37966

Re: xHarbour.org updated!

Sorry, I can't execute your sample. Anyway, I forgot to mention that you have to replace tip.lib with:

Code: Select all  Expand view
tipssl.lib
libssl.lib
libcrypto.lib


Try and let me know.
by Enrico Maria Giordano
Tue Sep 19, 2023 1:35 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37966

Re: xHarbour.org updated!

I need a reduced and self-contained sample that I can compile and execute here. In the meantime, you can try assigning these: oCli:nDefaultPort = nPortoCli:lSSL = .T. Thanks Enrico. The service integration manual does not say to define the port. Code below: ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37966
PreviousNext

Return to advanced search