Component Database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

can u tell me how component are stored in SQL Database and is there any way
to retrive the components from database without using target designer or
component designer. Thanks in advance.

with regards,
Anbuchezhain
 
The component information is broken up into several tables within the
database. It is possible to develop applications that interact with the
databse. What are you trying to extract?

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.
 
hi,

i want to extract the files and registry related to a component. and also i
want to know the structure how components are maintained in SQL Server.



with regards,

Anbu
 
If you install the database on SQL Server, you should be able to open and
see the tables via SQL Server Manager.

TD presents files and regitry information, but not extraction. You can
easily write an application that accesses the database to extract the info.

Regards,

Sean
 
hi,

iam very new to database. could u tell me how to extract information and XP
E files from SLQ database which contains the same.
tanks in advance.

with regards,
Anbu
 
Back
Top