Just to avoid future problems
tdConnect("10.33.2.136","my_uid","my_pwd","EDEE_POC"," jdbc ")
is not getting a connection due to the blanks in " jdbc "
it has to be "jdbc"
tdConnect("10.33.2.136","my_uid","my_pwd","EDEE_POC","jdbc")
unfortunatly no error messag is raised...
↧