Displaying 1 result from an estimated 1 matches for "foresightint".
2009 Feb 23
0
Segmentation Fault still exists
...t;, password="xyz",dbname = dbName, host
= hostName)
con<-dbConnect(drv)
print("myDbconnect print after connecting the db")
return(con)
}
main<-function()
{
print("inside main")
dbName<-"AHP2006"
hostName<-"mia.foresightint.com"
con<-myDbconnect(dbName,hostName)
print("hello hello")
}
main()*
Before driver and after driver both the text inside print function are
printed.But in the dbconnect some error occurs.*I do not have access to the
packages,my seniors have that*.All i do is with the s...