Displaying 1 result from an estimated 1 matches for "ahp2006".
Did you mean:
aa_2006
2009 Feb 23
0
Segmentation Fault still exists
...n <- dbConnect(drv, user="xyz", 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
package...