Welcome, Guest
Username: Password: Remember me
Components and Libraries for Database Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

ZMSql 11 years 10 months ago #2036

  • Adriano Soares
  • Adriano Soares's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 40
  • Thank you received: 9
Hello !

I start use ZMSQL component and I found a kind of error when we loading data from other datasets using CopyFromDataset function.

See in the function TZMQueryDataSet.InspectFieldDefs:Boolean;

the line is:
sdOtherDataset:vNewFieldNames:=vNewFieldNames FSdfDatasetImport.FieldDefs.Name ';';

and the correct is:
sdOtherDataset:vNewFieldNames:=vNewFieldNames FOtherDatasetImport.FieldDefs.Name ';';

Thanks

Please Log in or Create an account to join the conversation.

Last edit: by Adriano Soares. Reason: error in typing

Re: ZMSql 11 years 10 months ago #2040

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir
we apply your fix
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1