Search found 103 matches: inserts

Return to advanced search

Re: ADO & SQL INSERT Statement

... test (campo1,campo2) values ('1','texto1'),('2','texto2') and no error. But like Rao said, Informix does not support. We need to do single row inserts only. Statements UNLOAD TO and LOAD FROM are not standard SQL statements and they are part only in IMB DbAccess I fond this on IBM info center ...
by avista
Thu Jul 31, 2014 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2259

Re: ADO & SQL INSERT Statement

... and no error. My table test structure: campo1 numeric campo2 text Can you put here your error ? Best regards Many servers support multiple row inserts this way or similar way. (Note: FW_AdoImportFromDBF() uses the syntax appropriate for different servers using multiple row insert statements) ...
by nageswaragunupudi
Thu Jul 31, 2014 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2259

Re: DBF to SQL script tool

Mr Tim and Mr Ortiz In the next version, we propose to include export function based on bulk inserts which are ten times faster than the present export function. To start with they will work for text only data for MySql and MSSql only. While you may test the present functions, ...
by nageswaragunupudi
Fri Jul 11, 2014 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13895

no puedo obtener todos los registros via ODBC MYSQL y ADO

... 3 65 Row Undo Delete Notification 3 66 Row Undo Insert Notification 3 67 Row Update Notification 3 68 Bookmarks Ordered VERDADERO 69 Others' Inserts Visible FALSO 70 Others' Changes Visible FALSO 71 Own Inserts Visible VERDADERO 72 Own Changes Visible VERDADERO 73 Quick Restart VERDADERO ...
by lucasdebeltran
Mon Nov 25, 2013 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no puedo obtener todos los registros via ODBC MYSQL y ADO
Replies: 0
Views: 598

can´t retrieve all records via MySQL over ODBC

... 3 65 Row Undo Delete Notification 3 66 Row Undo Insert Notification 3 67 Row Update Notification 3 68 Bookmarks Ordered VERDADERO 69 Others' Inserts Visible FALSO 70 Others' Changes Visible FALSO 71 Own Inserts Visible VERDADERO 72 Own Changes Visible VERDADERO 73 Quick Restart VERDADERO ...
by lucasdebeltran
Mon Nov 25, 2013 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can´t retrieve all records via MySQL over ODBC
Replies: 5
Views: 1253

Need help with Ado

... as an administrator. If any one can help, i would be very grateful as i do not see what can be wrong. I join the fw code and a small php that inserts records into the tbale , this one works OK The code can be executed , tested with Harbour and xharbour same result. Thanks for help Richard ...
by Richard Chidiak
Mon Nov 04, 2013 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help with Ado
Replies: 4
Views: 970

Re: Strange numeric behavior

... http://bugs.mysql.com/bug.php?id=42316 Thanks for the information. However its somewhat comforting that clientside recordsets are working well and inserts are working well. In the case of MSAcess can you take the trouble of doing this test? oRs:AddNew( { "test" }, { 12.50 } ) and then ...
by nageswaragunupudi
Sat Sep 21, 2013 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange numeric behavior
Replies: 22
Views: 4279

Re: Request for Advice

... these as "SQL scripts". Here is one such (multi-statement) script I'm currently executing against an ADS server. You will find several Inserts, Updates, Merge as well as sql code syntax:   //This sql will fetch and post records from remit into payfile    //after that, it sets isPosted ...
by reinaldocrespo
Fri Aug 30, 2013 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5001

Re: Record Lock problem

... CODIGO Type Numeric and lenght 6. I have another table with one field named NEXTCUS Type Numeric and lenght 6, i use this field to control the inserts. All the time that i insert one registry in customer table i lock this field and add +1 to NEXTCUS, save and unlock. OK, remember that locking ...
by Wanderson
Thu Aug 08, 2013 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3961

Re: Record Lock problem

... CODIGO Type Numeric and lenght 6. I have another table with one field named NEXTCUS Type Numeric and lenght 6, i use this field to control the inserts. All the time that i insert one registry in customer table i lock this field and add +1 to NEXTCUS, save and unlock. OK, remember that locking ...
by James Bott
Thu Aug 08, 2013 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3961

Re: Record Lock problem

... CODIGO Type Numeric and lenght 6. I have another table with one field named NEXTCUS Type Numeric and lenght 6, i use this field to control the inserts. All the time that i insert one registry in customer table i lock this field and add +1 to NEXTCUS, save and unlock. I use this because dbf ...
by Wanderson
Thu Aug 08, 2013 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3961

New FTDN June/Junio 2013 (FWH 13.06)

... 20]: This function used SQL "INSERT" statements to speed up import instead of ADO's AddNew(). Though MSACCESS allows only single row inserts, most other RDBMS permit multi-row inserts. By default for RDBMS other than MSACCESS, the function prepares one SQL statement for 20 rows and ...
by Antonio Linares
Mon Jul 08, 2013 6:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2013 (FWH 13.06)
Replies: 1
Views: 3020

Re: To < Anserkk > about sample < Wordtable.prg >

... I have also noticed that if I increase For nRow:=1 to 20 to let's say: For nRow:=1 to 30 :InsertAfter("Employees Status Report") Inserts the text at the last page... Is there a way to specify, on which page to include the text???? I'm sure all this questions will be addressed ...
by Bayron
Sat Feb 23, 2013 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To < Anserkk > about sample < Wordtable.prg >
Replies: 12
Views: 6270

Re: O.T. = INSERT o UPDATE no permitidos desde MYSQL.

... hago es crear un usuario exclusivo para el sistema FWH, que no sea conocido por ningun usuario. Asi garanto que solo el sistema pueda hacer los INSERTs, UPDATEs y DELETEs necesarios. Espero haber ayudado. saludos,
by Kleyber
Fri Jan 04, 2013 11:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. = INSERT o UPDATE no permitidos desde MYSQL.
Replies: 2
Views: 535

Re: ODBC

Hi All I am not sure who re openned this thread but I have been interfacing with the MYOB accounting package for ages now - using sql inserts - the MYOB datafile does not allow Updates or Deletes. function fnConnect(oCon,aPrivs)local cStr,oError,nAdoErrors := 0,oAdoErr,bDataFile := ...
by Colin Haig
Sat Jul 30, 2011 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC
Replies: 6
Views: 2026
PreviousNext

Return to advanced search