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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...