Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Export custom icons
#1
Question 
Hello,
I have many custom icons in asg sql database linked to connections. I need to clone DB via rde file (export feature). After importing to new DB I have no custom icons. How can I export them to for example *.ico files from original database?

Arthur
Reply
#2
If you really need to clone the database - you should use MS Management Studio - Backup and Restore!

Currently there is no "export of icons" implemented - you could try to SELECT the icon data - and import (INSERT INTO) it again in another database

SELECT * FROM ItemProperties WHERE RolePropertyId = '5AF3DC7F-CCCA-4D00-A3D7-7F469AC8AF4E'
Regards/Gruss
Oliver
Reply
#3
(17-03-2021, 01:38 PM)DevOma Wrote: If you really need to clone the database - you should use MS Management Studio - Backup and Restore!

Currently there is no "export of icons" implemented - you could try to SELECT the icon data - and import (INSERT INTO) it again in another database

SELECT * FROM ItemProperties WHERE RolePropertyId = '5AF3DC7F-CCCA-4D00-A3D7-7F469AC8AF4E'

Thank you for answer. I'll try it.
Reply




Users browsing this thread: 1 Guest(s)