Recent

Author Topic: access to database  (Read 6312 times)

Mishel

  • Guest
access to database
« on: December 13, 2004, 12:56:46 pm »
I use Datamodule with UIBDataBase and a Form with UIBDataSet. I can't receive access from DataSet do DataBase. Please  advise.

jesusr

  • Sr. Member
  • ****
  • Posts: 484
access to database
« Reply #1 on: December 17, 2004, 06:14:10 am »
Can you please fill a bug report?, so this problem doesn't get forgoten

matthijs

  • Hero Member
  • *****
  • Posts: 537
access to database
« Reply #2 on: January 02, 2005, 08:32:42 pm »
The same problem is there under Linux. When using a datamodule with a MySQLDatabase and MySQLDataset and adding the datamodule to the uses clause, you still cannot get to it. The following works all right:
Code: [Select]

procedure TForm1.Button1Click(Sender: TObject);
begin
  DataModule1.MySQLDatabase1.Open;
  DataModule1.MySQLDataset1.Open;
end;

procedure TForm1.Form1Create(Sender: TObject);
begin
  Datasource1.DataSet := DataModule1.MySQLDataset1;
end;
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.) :)

:( Why cannot I upload my own Avatar? :(

 

TinyPortal © 2005-2018