exception on connect in UniConnection component
Posted: Mon 27 Feb 2012 17:58
I downloded the latest version: UniDAC 4.1 for Delphi 6
In simplest project after trial dialog I having an exeception messages which is crush my application:
---------------------------
Application Error
---------------------------
Exception Exception in module Project1.exe at 000C5159.
---------------------------
In the project I have only one Uni component of the Form:
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, DB, DBAccess, Uni;
UniConnection connects to proven database: h:\db\Tutorial.sq3
(I can open and work with it in different applications)
If I connect in runtime:
procedure TForm1.Button3Click(Sender: TObject);
begin
UniConnection1.Connected := True;
end;
I have the same exception.
In simplest project after trial dialog I having an exeception messages which is crush my application:
---------------------------
Application Error
---------------------------
Exception Exception in module Project1.exe at 000C5159.
---------------------------
In the project I have only one Uni component of the Form:
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, DB, DBAccess, Uni;
UniConnection connects to proven database: h:\db\Tutorial.sq3
(I can open and work with it in different applications)
If I connect in runtime:
procedure TForm1.Button3Click(Sender: TObject);
begin
UniConnection1.Connected := True;
end;
I have the same exception.