>>>>> "Dennis" == =?iso-8859-1?Q?Dennis Thrys=F8e?= <iso-8859-1>
> writes:
Dennis> Hi,
Dennis> Is there any particular reason why you cannot (through libmysql.dll) perform
Dennis> to a file or load a dump from a file. Would it be an idea to implement this
Dennis> (especially the latter, as this is the most ugly to redundantly implement).
Dennis> Let me know your opinions.
Dennis> -qabi
Hi!
What exactly did you mean? You can use 'mysqldump' or
'mysql -e "qurery" > filename' to dump things to a file and 'mysql <
filename' to read a dump.
MySQL 3.23 have also the function 'load_file', that may be what you
want.
Regards,
Monty