Displaying 2 results from an estimated 2 matches for "xyz_database".
Did you mean:
my_database
2009 Feb 18
1
Possible Cause of Segmentation Fault
...ript using the command "
source("new_regression.R") ", what I did was ,simply typed in the commands
in R-prompt and the results were:----
> drv<-MySQL()
> drv
<MySQLDriver:(20645)>
> dbConnect(drv, user="xyz", password="xyz",dbname =xyz_database, host =
xyz.com)
Error in mysqlNewConnection(drv, ...) : *object "xyz.com" not found*
* *
* *
Thanks
Moumita
[[alternative HTML version deleted]]
2009 Feb 18
0
Segmentation Fault occured while connecting to the database
Hi All,
Can anyone help me please?I don't know much about segmentation faults.I
understand what it is,but why my script's throwing the error i don't know.
This is my main function:----
*main<-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_...