Akhil Ravuri
Akhil Ravuri
CODE:- import ( "database/sql" "fmt" _"github.com/ibmdb/go_ibm_db" ) func main() { con := "HOSTNAME=localhost;PORT=50000;DATABASE=go;UID=*****;PWD=******;" db, err := sql.Open("go_ibm_db", con) fmt.Println(err) } main() ERROR:- This is Open()------722 sql: unknown driver "go_ibm_db" (forgotten...
* **Node.js Version**: 12.14.1 * **OS**: windows * **Scope (install, code, runtime, meta, other?)**: * **Module (and version) (if relevant)**: fs In this, I am planning to unzip a file...
Hi , I have added my driver in your src path and have written functions to my driver but why it is not picking up my driver insted it is...