Search found 20 matches

by vinhesoft
Thu Sep 22, 2016 10:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 66
Views: 21214

Re: FWH : Built-in MySql/MariaDB functionality

Mr Rao

It worked !!!

Thanks

João Carlos
São Paulo - Brasil
by vinhesoft
Thu Sep 22, 2016 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 66
Views: 21214

Re: FWH : Built-in MySql/MariaDB functionality

oCn:CreateTable('grupo, {{'NOMGRU','C',30,0}, {'ALTERA','D', 8,0}},'CODGRU')


is created the "ID" field and not " CODGRU " as AUTO_INCREMENT
by vinhesoft
Thu Sep 08, 2016 10:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 66
Views: 21214

Re: FWH : Built-in MySql/MariaDB functionality

Mr.Rao c) To spcify primary key add one more element to the array with "PRI". Eg: { "custid", 'C', 5, 0, "PRI" } what are these elements ? " PRI " creates field primary key and how I create this same field as Auto Increment ? Thanks João Carlos São Paulo - Bra...