NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 28, 2014, 07:28:29 AM

Title: Where to test if the Sql server is OK
Post by: Alberto on May 28, 2014, 07:28:29 AM
Hi,
Where in the WebHandler to test for an Sql connection?
Thanks
Title: Re: Where to test if the Sql server is OK
Post by: agustinh2000 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