Jump to content

HyperServer DBExpress


diegojmap

Recommended Posts

I was unable to use the hyperserver in my application
I'm having blocking issues, I figured hyperserver could be the solution. With about 80 connections.
The same executable works on standalone, the hyper server does not work.
I've done the following test with the GetDriverNames command, it does not return anything when I'm inside the hyperserver.
I am attaching the document, I am months into this problem.

TMainForm.UniButton6Click Procedure (Sender: TObject);
var
List: TStringList;

begin
List: = TStringList.Create;
GetDriverNames (list);
showmessage (list.text);

end;

Project1.rar

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...