Search found 3 matches

by azrael11
23.03.2011, 15:10
Forum: 6.6 - stable
Topic: :sorry: Database Connect Component is not Assigned delphi 7
Replies: 2
Views: 1597

So silly i forgot to make a connection of zquery and zconnection

Case Closed....
by azrael11
23.03.2011, 13:33
Forum: 6.6 - stable
Topic: :sorry: Database Connect Component is not Assigned delphi 7
Replies: 2
Views: 1597

:sorry: Database Connect Component is not Assigned delphi 7

I connect with the database successfully When i try to make some tables with this code in the Conf.ZQuery.ExecSQL; i get the above error cs := 'CREATE TABLE MainProgram'+ '(Name TEXT(50),'+ 'NameExe TEXT(50),'+ 'Path TEXT(250),'+ 'Ver Text(50),'+ 'V1 Text(100),'+ 'V2 Text(100),'+ 'V3 Text(100),'+ 'V...
by azrael11
22.11.2010, 09:33
Forum: ZeosLib 7.0 Beta Forum
Topic: Ado table and fields
Replies: 0
Views: 502

Ado table and fields

Delphi 7 Zeos7 I create a ado database with this code Function Tdata.createadodatabase(filename: string):string; Var Cat:olevariant; Begin Result := ''; Try Cat := createoleobject('adox.catalog'); Cat.create ('provider=Microsoft.jet.oledb.4.0;datasource='+filename+'jet oledb:engine type=4'); Cat := ...