NetTalk Central

Author Topic: Where to test if the Sql server is OK  (Read 1626 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Where to test if the Sql server is OK
« on: May 28, 2014, 07:28:29 AM »
Hi,
Where in the WebHandler to test for an Sql connection?
Thanks
-----------
Regards
Alberto

agustinh2000

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • Email
Re: Where to test if the Sql server is OK
« Reply #1 on: May 28, 2014, 10:09:38 AM »
Hi, test in the process link process

for example .

GLO: Connection = CLIP(LEFT(LOC:Server))&','&CLIP(LEFT(p_web.GSV('database')))&','&CLIP(LEFT(usrname))&','&CLIP(LEFT('pwd'))


Agustín