I think the problem is in mysql.lib, just open it (notepad) and
replace the 'open' command with 'mysql.open'
there is a conflict with the basic function open.
I hope this will work
best regards
--- In fnxbasic@yahoogroups.com, "John Spikowski"
<johnspikowski@...> wrote:
>
> > hi,
> > I think you use the basic command open that expects a string
> > for a document.
> > You must declare the dll calls you want to use first ie :
> > declare aliasname as SetFocus of dllname
> > var as integer
> > var2 as string*25
> > end declare
> >