Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › How to use UDF in MYSQL Server Win32 OS?
How to use UDF in MYSQL Server Win32 OS?
Can give me a example using Delphi/ C / C++…
I mean write own function.
Calculate how many user connect this database currently.
DLL function using delphi:
Function GetUsers(DatabaseName): Integer;
begin
…
end;
How to write?
i try to write it, but no result return.
Can you make your question more clear?