Welcome ...        
          
  ... Visiting Newsgroup Users!
 
  See "What makes SQLA different from the newsgroups?" in the FAQ.
 

Tagged Questions

3
votes
1answer
70 views

How to avoid execution of DatabaseStart Event

When your Database contains a EVENT of type DatabaseStart and you are able to crash the Database Engine during startup with your fabulous code. How would you fix the database to …
3
votes
2answers
53 views

How to download a file from internet using sql anywhere?

I need to download UN Blacklist XML file periodically. Is there any way to automate this using sql ONLY?
4
votes
5answers
166 views

What is the best way to simulate Oracle Autonomous Transactions in SQL Anywhere?

What`s the best way to simulate Oracle Autonomous Transactions on SQLA? I`m think publishing an webservice on database and create a stored funcion/procedure to consume it. That`s …