Unidac and CREATED tAbles unidac_blob, unidac_text

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
radomir23
Posts: 18
Joined: Thu 19 Apr 2012 06:04

Unidac and CREATED tAbles unidac_blob, unidac_text

Post by radomir23 » Thu 19 Apr 2012 06:10

Why unidac create three tables in database ????

unidac_blob,
unidac_text and still one table but i dont know her name

thank you

radomir23
Posts: 18
Joined: Thu 19 Apr 2012 06:04

tables

Post by radomir23 » Thu 19 Apr 2012 06:15

I dont want these tables in my database

thank you very much

AndreyZ

Post by AndreyZ » Thu 19 Apr 2012 06:52

Hello,

The UniDAC_BLOB, UniDAC_Text, UniDAC_Loaded, and several other tables are created by the UniDAC demo project. To remove these table from your database, you should run UniDACDemo and click the Drop button in it. This will remove all objects from your database that were created by UniDACDemo.

Post Reply