is there any way to pass any parameter to a script ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
LaRoccaNetwork
Posts: 2
Joined: Fri 21 Jan 2005 17:09
Contact:

is there any way to pass any parameter to a script ?

Post by LaRoccaNetwork » Fri 21 Jan 2005 17:11

Hi !

in some previous version of mysqldirect.net I was able to create a multi-sentence command, keeping sentences separated by semicolons.

more than that, that fact is explained in the current help file, but it doesn't work.

on the other hand, now it's recommended to use a mysqlscript instead of multiples mysqlcommands.
is there any way to pass any parameter to the script ? otherwise that wouldn't be much useful !

any help ?

best regards,
nelson

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: is there any way to pass any parameter to a script ?

Post by Oleg » Tue 25 Jan 2005 08:09

It is impossible to pass parameters to MySqlScript.
Please give us an example with using MySqlCommand that doesn't work at you.

Post Reply