Search found 62 matches: importfromdbf

Return to advanced search

Re: New FTDN April 2024 (FWH 24.04)

... "code='WA'" ) // un registro existente oStatesRec:Edit() // modifica y guarda el registro existente - Métodos CreateTable() e ImportFromDBF() utilizados para crear campos DateTime y TimeStamp sin soporte para fracciones de segundos. Ahora admite fracciones de segundos, milisegundos. ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 421

New FTDN April 2024 (FWH 24.04)

... "code='WA'" ) // one existing record oStatesRec:Edit() // modify and save the existing record - Methods CreateTable() and ImportFromDBF() used to create DateTime and TimeStamp fields without support for fraction of seconds. Now support fraction of seconds milliseconds. ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 421

Re: who use PostgreSQL with Fivewin ?

hi, this CODE is to Import DBF into PostgreSQL Table "ala Xbase++" it is different than FWPG_ImportFromDBF() as it include "internal" FIELD which Xbase++ use after Table is create try use BROWSEr and "edit" it. when "save" you will got the Problem FUNCTION DoI...
by Jimmy
Thu Sep 28, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

PostgreSQL and Fivewin

hi, i have Problem with "existing" PostgreSQL Table when use with Fivewin it seems to work only when FWPG_ImportFromDBF() DBF Data using "Fivewin Way" where FIELD "ID" was add FIELD "ID" is used as PRIMARY KEY and work "autoincrement" but METHOD Save...
by Jimmy
Fri Aug 25, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PostgreSQL and Fivewin
Replies: 1
Views: 156

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi, i do understand when you say that PRIMARY KEY "can" have a.) more that 1 x FIELD b.) other than Type SERIAL but it is not the Situation i talk about --- i talk about User which want to "upgrade" from DBF to SQL and use Postgre and have no Idea how a.) xBase have RecNo() which...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 792

METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi, when try to use "existing" PostgreSQL Table i have Problem with METHOD SavePQQ() it seems to work when use FWPG_ImportFromDBF() to create a "new" SQL Table --- in METHOD SavePQQ() it is "WHERE"   FOR n := 1 TO LEN( aKey )      IF n == 1         cSql += "...
by Jimmy
Wed Aug 02, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 792

Re: ImportFromDBF

Hola amigos:

Por supuesto InnoDB es mucho mejor al permitir llaves foraneas pero para inserciones masivas
es mucho mejor cambiar por lo menos de manera temporal a MyIsam ya que es alrrededor de 12 veces mas rapido,
lo cual es logico al no realizar ninguna validacion.

Saludos.

Jose.
by jvtecheto
Sun Jun 18, 2023 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ImportFromDBF
Replies: 3
Views: 321

Re: ImportFromDBF

Leandro.. Buena tarde.

Si ya cambié el mysql.ini... y ya lo crea como innoDB

Gracias
by russimicro
Sat Jun 17, 2023 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ImportFromDBF
Replies: 3
Views: 321

Re: ImportFromDBF

Hola buenas tardes Puedes cambiar el motor de base de datos por defecto en la configuración de mysql, en el archivo my.cnf default-storage-engine=ELMOTORADEFINIR  o tambien si ya esta creada la base de datos, puedes ejecutar el siguiente comando: ALTER TABLE nombre_tabla ENGINE = InnoDB  Con ADO se ...
by leandro
Sat Jun 17, 2023 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ImportFromDBF
Replies: 3
Views: 321

ImportFromDBF

Buen día..
Estoy implementado mysql nativo con fw, es posible que la tablas importadas con ImportFromDBF, se pueda definir el motor : MyIsam o InnoDB, por defecto lo crea como MyIsam.

Gracias
by russimicro
Sat Jun 17, 2023 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ImportFromDBF
Replies: 3
Views: 321

Re: MariaDB with latin5_turkish_ci collation

... to use "latin1_swedish_ci" and it seems there is not any problem with turkish characters. There may be a converting charset problem in Importfromdbf method. For example, I try to use "utf8_turkish_ci" and there is "?" problem in my application both fw_SetUnicode ...
by Horizon
Tue Jun 09, 2020 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4391

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao, I have found the smssablon.dbf that is referred by you. I have transferred to mariadb via Importfromdbf with "latin5_turkish_ci" charset. http://www.objekt.com.tr/fwh_test/11-Mariadb.jpeg http://www.objekt.com.tr/fwh_test/12-Mariadb.jpeg ...
by Horizon
Tue Jun 02, 2020 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4391

Re: Converting dbf files to MariaDB with importfromdbf

nageswaragunupudi wrote:Please give me a little time.
We both will try and find a solution soon.


OK.
by Horizon
Wed Apr 29, 2020 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4391

Re: Converting dbf files to MariaDB with importfromdbf

Please give me a little time.
We both will try and find a solution soon.
by nageswaragunupudi
Wed Apr 29, 2020 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4391

Re: Converting dbf files to MariaDB with importfromdbf

Hi Mr. Rao,

Is there any hope?
by Horizon
Wed Apr 29, 2020 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4391
Next

Return to advanced search