09-11-2019, 12:42 AM
Hi team, here i go again...
I understand that if I get an answer from calling cdb_ping("tablename") then "tablename" is properly loaded and I can work with it.
Question is what happens if:
1 - there is no internet connection when I call cdb_ping("tablename").
2 - there is internet connection but for some reason "tablename" has not been loaded.
I've tried the following code
[b]put cdb_ping("tablename") into aux
answer cdb_result("response") [/b]
and in both cases the program seems to get stuck on the cdb_ping function and never reaches cdb_result
As a corollary is there any way to find out if a table isn't loaded?
Many thanks
I understand that if I get an answer from calling cdb_ping("tablename") then "tablename" is properly loaded and I can work with it.
Question is what happens if:
1 - there is no internet connection when I call cdb_ping("tablename").
2 - there is internet connection but for some reason "tablename" has not been loaded.
I've tried the following code
[b]put cdb_ping("tablename") into aux
answer cdb_result("response") [/b]
and in both cases the program seems to get stuck on the cdb_ping function and never reaches cdb_result
As a corollary is there any way to find out if a table isn't loaded?
Many thanks
To ";" or not to ";" that is the question