function to create tables for Access and MySQL

User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: function to create tables for Access and MySQL

Post by Enrico Maria Giordano »

Antonio,
Antonio Linares wrote:Enrico,

Does your function support Memo fields ? How do you specify them ?
Yes. Look at

Code: Select all

CASE cType = "M"
EMG
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: function to create tables for Access and MySQL

Post by nageswaragunupudi »

Mr Enrico's function supports memo fields
Regards

G. N. Rao.
Hyderabad, India
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: function to create tables for Access and MySQL

Post by lucasdebeltran »

Antonio,

The problema is with DataRow class and Access and numeric fields with decimals, not with Mr. Enrico class.

Here is reported:
http://forums.fivetechsupport.com/viewt ... =3&t=26545

Mr. Nages is working on it.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
Post Reply