Shwu shenn Mak: Hmm, you can insert or update records in an already existing database using the relevant database actions in your process, but we don't directly support the creation of a database. However, with that said, we do have an execute SQL statement which does mean that it is possible to create a database through the use of a SQL script. What's possible and the script you will need to write is dependent upon the database software you're operating. Certainly, because you probably have SQL Server installed as part of your BarTender installation, I'd suggest you create a database on that and make use of it as your database engine.
4 comments
Ian Cummings
ModeratorIs it possible to post the example BarTender files that are demonstrated in the video?
Duncan Bode
How do I stop the Selector From from printing?
Shwu shenn Mak
Can I create a database while i create each label through data form entry ?
Ian Cummings
ModeratorShwu shenn Mak: Hmm, you can insert or update records in an already existing database using the relevant database actions in your process, but we don't directly support the creation of a database. However, with that said, we do have an execute SQL statement which does mean that it is possible to create a database through the use of a SQL script. What's possible and the script you will need to write is dependent upon the database software you're operating. Certainly, because you probably have SQL Server installed as part of your BarTender installation, I'd suggest you create a database on that and make use of it as your database engine.