Re: Show all Tables in Database and Choose with "TabSheet"
From: Viatcheslav V. Vassiliev (support_at_oledbdirect.com)
Date: 09/25/04
- Next message: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Previous message: Viatcheslav V. Vassiliev: "Re: Cannot attach to Services Manager"
- In reply to: Wayne & Carr: "Show all Tables in Database and Choose with "TabSheet""
- Next in thread: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Reply: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Sep 2004 11:57:47 +0400
> Well, I am off to find information on "Save" so that I can Save what
work
> that I do in the project.
What do you mean "Save"? Changes appear on database when you post them. If
you use batch-update mode, use TADODataSet.UpdateBatch().
> And on how to use the " TIBBackupRestoreService " with "ADO / Access
> Databases "
TIBBackupRestoreService is T(InterBase)BackupRestoreService and will work
only with Interbase (may be with Firebird too). All components on under
"Interbase" tab in IDE and that have prefix "TIB..." are for use with
Interbase and have nothing to do with ADO.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Wayne & Carr" <no@spam.com> сообщил/сообщила в новостях следующее:
news:4154f4da$1@newsgroups.borland.com...
> Hello All; [ Delphi 6.02 Pro | Win2K Pro]
> ( Sorry for the title, but that is what I am needing :-) )
>
> [ HISTORY ]
> I have just started in the ADO Database part of Delphi.,
> As I am (Have already) Designed a fully working project.
> Using [ TQuery, TDataSource, TAdoTable, TDBGrid]
> With a lot of " [TDBComboBox, TDBEdit, TDBMemo, TDBLabel];
>
> I have a web site, ( A Knowledge Base, like Microsoft's, that I have
> built.
> Access Database "ASP" )
>
> In the Admin area of the KB site, I have duplicated all the "Fields"
into
> A TPageControl.TabSheets'; With everything working beautifully. ( I Love
> Delphi )
> I have added in " DBGrid1.OnMouseMove" & "DBGrid1.TitleClick := For ASC &
> DESC"
> ( I did a lot of searching on the internet, trying out several peoples
> solutions to doing the ASC & DESC
> in the DBGrid. and then i just added this in place.
> [ ADOTable1.Sort := 'ContentID DESC, CatID ASC'; ]
> And bingo, works like a charm :-)... The simplest things are always the
ones
> that you do last.
> So that part of it is over with.
>
> ===========================
> [PLANED]
> What I would like to do now, is to be able to make the following possible.
>
> Have my Connection to open up the "Database" showing "ALL" tables.
> Then being able to click on a particular Table, and have it open a
> [TabSheet from a PageControl], that is Embedded in the [Main
> PageControl.TabSheet.]
> In this PageControl.TabSheet. Will have a
> DBGrid, TDBEdits, TDBMemo, and so on. ( I know you know what I am getting
> at )
> That will allow me to then "Add/Edit/Delete" the information that is
located
> in it area Table.
>
> There are a Total of: [ 32 ] Tables, located in the Database. With a Great
> Possibility, for more.
> As the KB Site grows, and more Categories become available.And more
> information is needed
> For the newer Categories. That will then benefit the original
categories...
>
> ===========================
> I know that this project is going to be something that might take a while
to
> develop.
> As the general project that I have right now, I started on today, and have
> gotten this far.
> So I did it basically quick, Which I am a Great Visual Designer for
> Programs, and Web Sites.
> So designing the User Interface of the program was nothing, very much fun
> actually.
> And connecting all the "DB" objects together, was extremely cool, that
made
> me love Delphi
> That much more.
>
> So if anyone has some helpful links, information or some sample code
that
> they would be
> Willing to share with me, that would be great.
>
> Well, I am off to find information on "Save" so that I can Save what
work
> that I do in the project.
> And on how to use the " TIBBackupRestoreService " with "ADO / Access
> Databases "
> Take Care All;
>
> Wayne
>
>
- Next message: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Previous message: Viatcheslav V. Vassiliev: "Re: Cannot attach to Services Manager"
- In reply to: Wayne & Carr: "Show all Tables in Database and Choose with "TabSheet""
- Next in thread: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Reply: Wayne & Carr: "Re: Show all Tables in Database and Choose with "TabSheet""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|