Displaying 1 result from an estimated 1 matches for "getsbgrpexactnum".
2009 Feb 18
0
Segmentation Fault occured while connecting to the database
...ain<-function()*
*{*
* dbName<-"xyz_database"*
* hostName<-"xyz.com"*
* con<-myDbconnect(dbName,hostName) *
* *
* #Fetching exact sub group names*
* sub_grp_exact_num<-getSbGrpExactNum(con)*
* sub_grp_exact_num_data<-sub_grp_exact_num$matrix*
* sub_grp_exact_num_data_size<-sub_grp_exact_num$dim*
there's is some other code following the above....i thought
this much code is enough to explain my problem......error occurs whe...