Normally I init my database with SqlTools when I start my prog and shut it down when I'm done using sql_shutdown.
This time, I want to shut everything down and later in the same program, restart it.
Do I have to Authorize and Init SQL tools again or only re-connect to my database? I can't get either way to work as of now...
thanks!
This time, I want to shut everything down and later in the same program, restart it.
Do I have to Authorize and Init SQL tools again or only re-connect to my database? I can't get either way to work as of now...
thanks!
Comment