odbc icon indicating copy to clipboard operation
odbc copied to clipboard

odbc driver written in go

Results 72 odbc issues
Sort by recently updated
recently updated
newest added

I am connecting to a filemaker database using ODBC. I am closing all the connections and the rows but I _randomly_ get this error and my program crashes. I am...

Hi I'm trying to use odbc driver to connect Altibase using Golang I have installed unixODBC and go get this odbc driver Finally there is no error with the connection...

Hi, I'm getting an error while trying to build a binary for Linux from a Windows OS: ![image](https://user-images.githubusercontent.com/33108884/134051066-ee7546e0-959d-4896-8525-bd0ac0f2f67d.png) Hope you can give me some pointers, thank you!

I'm using Tibero 6 Database for my project and I've already configured unixODBC. and I can connect with isql / iodbctest ``` # Works well! I can query. $ isql...

GoClient OS: Windows and Linux, both 64bit ODBC Driver: iSeries Access ODBC Driver DB: DB2 for i, IBMi v7.3 GoVersion: 1.13 Problem: A simple select which returns an empty resultSet...

I have test it on windows Server 2012 R2 with this string "DRIVER=IBM i Access ODBC Driver;SYSTEM=db2databaseip;UID=db2User;PWD=db2pass", it works but truncate the data for example i retreive this data: Field:...

**Describe the bug** When an application using this driver is running on a system that is configured for a local time zone that uses daylight savings time, the driver returns...

My current application goes though hoops to workaround the fact that the database type timestamp (without the -tz for Vertica) is returned with the local timestamp. The intention here was...

Hi! Clould you please add the AIX platform to your Library. It is only a little change. in mksyscall_unix.pl and api_unix.go i added `// +build darwin aix linux freebsd` and...

trying to install go package by using "go get github.com/alexbrainman/odbc". But getting error as follow: "go/src/github.com/alexbrainman/odbc/api/api_unix.go:13:18: fatal error: sql.h: No such file or directory // #include ^ compilation terminated." checked...