Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: \"db manager\",\"database designer\",\"fullconvert\"..
"db manager","database designer","fullconvert"..
Posted: 2007/11/04 06:41
 
hi.. at the end we will need to write our own enterprise manager ,db designer, and convert .. i don t like to use programs if i don t have source.. for thindac..would be so nice if there is this kind of projects under delphi..
are there any advice?
thanks all.
RG
Re:"db manager","database designer","fullconvert"..
Posted: 2007/11/04 23:44
 
Hello

If I got you right, then you are looking for general database tools, which are using ThinDAC as data access layer. I think, there is no such tools. But, why not just use a wide range of DBMS tools and work directly with DBMS ?

Regards,
Dmitry
Re:"db manager","database designer","fullconvert".
Posted: 2007/11/06 05:31
 
yes tehre are a lot tools but every of them has different properties .i prefere :
have source code in delphi and modify it when i need..
for nexus there is an enterprise manager ..maybe i will try modify it.
database designer fork.. it uses dbx ..maybe need inspect it too
main question is: can i restructure a db that produce by a thindac server?
RG
Re:"db manager","database designer","fullconvert".
Posted: 2007/11/07 00:44
 
Hello

IMHO, all what you are writing about must be done not through ThinDAC, but connecting directly to DBMS, because all that is backend design / development / administration tasks. And ThinDAC is the tool to develop lightwheighted database application clients.

Regards,
Dmitry