Search found 7 matches

by ualms
Tue 02 Aug 2022 07:59
Forum: SecureBridge
Topic: TScHttpWebRequest memory leak
Replies: 3
Views: 9287

Re: TScHttpWebRequest memory leak

Is this Problem solved?
I need to send a lot requests. If i call httpwebrequest.GetResponse the used memory go up. The Call httpwebresponse.free do not release the memory.
This is a problem, because i have to call up to 10000 requests.
by ualms
Tue 09 Apr 2019 07:30
Forum: Universal Data Access Components
Topic: EAssertionFailed
Replies: 1
Views: 916

EAssertionFailed

Hello,
i got an exception if i execute a query (UniDac/MyDac).

In the project ApsMenu.exe occurs an exception of class EAsserzionFailed with the message 'Assertion failure (D:\Projects\Delphi\Dac\Common\DBAccess.pas, line 8029)'.

APsMenu.exe is our MDI Parent. There are a Form with our Connection. We will use the Connection in the MDI Childs (dll).
If i Execute a Query in the MDI Childs i got an exception.
(Delphi 10.2, MyDac 9.1.3, UniDac 7.1.4)

The Same code run in Delphi 7 with MyDac 9.1.3, UniDac 7.1.4.
by ualms
Tue 10 Jun 2008 09:35
Forum: Universal Data Access Components
Topic: Memo Fields as text in MsSql-DB
Replies: 4
Views: 4762

Solved problem

it seems to be the sql-server 2000. We tested on SQL-Server 2005 and it works!!

Many thanks

Uwe :wink: :cry: :wink:
by ualms
Tue 10 Jun 2008 07:51
Forum: Universal Data Access Components
Topic: Memo Fields as text in MsSql-DB
Replies: 4
Views: 4762

We have the same problems with your unidac example

Hello,

we have the same problems with your example "UniDacDemo" when we only execute the compiled exe-file. Perhaps the problem is the database? We use MSSql-Server 8.0 (2000) and UniDac with Delphi7. When we switch to MySql in the example it works, but when we go to MSSql it doesn´t.

Many thanks for an answer.

Uwe
by ualms
Tue 10 Jun 2008 05:43
Forum: Universal Data Access Components
Topic: Memo Fields as text in MsSql-DB
Replies: 4
Views: 4762

Does nobody use memo-fields and uniDAC?

I wonder there is no answer? :cry: :evil:

Does nobody use memo-fields and uniDAC?

Help please
by ualms
Mon 09 Jun 2008 14:25
Forum: MySQL Data Access Components
Topic: How to use MyDAC and UniDAC together
Replies: 1
Views: 2205

How to use MyDAC and UniDAC together

Hello,

how is it possible, to use a MyDac-Query with an UniDac-Connection? Or
what is the meening of "compatible" of these components (UniDac and MyDac 5.50)? Or can I only use them on the same computer?

Greetings

ualms
by ualms
Mon 09 Jun 2008 14:20
Forum: Universal Data Access Components
Topic: Memo Fields as text in MsSql-DB
Replies: 4
Views: 4762

Memo Fields as text in MsSql-DB

Hello,

we worked with MySql and MyDAC still now. Today a customer wants that we use a MsSql-Server. We tried to migrate some projects to MsSql by using UniDac. We changed the components with the migration wizard tool. Now we have several problems, but the memo fields are our biggest.
When we save a record in the database, it works, but after a refresh, we only see the first 2 or 4 characters. - When we use ADO or ZEOS components everything works fine. What will we have to do, to solve this problem?

Greeting,

Uwe