Working with TMyScript & Parameters

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Working with TMyScript & Parameters

Post by GEswin » Wed 24 Nov 2004 10:43

Hi , I think this isn't supported, but anyway I ask to see if it could be done, or there is any easy workaround.

In some tasks i need to insert quite a lot of records, where I use a TMyComand with parameters. This works nice, but I would like to do the same with a TMyScript, but I don't know what way I could do the same task over. The insert sentence is the same, with same parameters etc, i just need to pass parameters and some way that it generates as many times i fill the parameters.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Working with TMyScript & Parameters

Post by Ikar » Wed 24 Nov 2004 12:25

You should use TMyLoader for these tasks.

Post Reply