odbc
odbc copied to clipboard
odbc driver written in go
I'm trying to use this library with unixodbc on Debian 9 (testing) to connect to an IBM iSeries database. I've configured unixodbc and the IBM i Series Access driver and...
Running a proprietary ODBC driver for NetSuite. For columns that contain what should be integers, numbers are being returned as strings in scientific notation. If I perform TO_CHAR() on the...
Hi Alex, I am new to odbc APIs and adding SQLColumns and SQLProcedure APIs to this package "api". When running the go test using this API I am not able...
Under windows unsafe.Sizeof(v) returns 16 and linux return 24 but after exec api.SQLFetch ,c.Len becomes 16 in both platform resulting in the wrong column error how to resolve the problem...
Seeing intermittently unexpected signal during runtime execution Here is stack trace: fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x2 addr=0x7ff4ffffffff pc=0x7ff52f75ecc0] runtime stack: runtime.throw(0xda1b7f, 0x2a) /usr/local/go/src/runtime/panic.go:617...
ALTER PROCEDURE [dbo].[lP_Date] @FDate varchar(200) AS BEGIN select 1 as fid RAISERROR('不能删除已经审核的单据!',18,18) END 当存储过程有一个SELECT 执行成功后db.Exec,不能返回错误。
This fixes it for me locally. (First had the second part of the slice set to the size of the buffer, but of course that's completely senseless...) Maybe check if...
 Sorry, didn't manage to copy/paste the error in this case. Will try to debug and solve myself, then issue PR, but just so you...
``` What steps will reproduce the problem? 1. Install freetds package with 'yum install' 2. Compile unixODBC 2.3.1 from source 3. Install the package with "go get code.google.com/p/odbc" 4. Run...