Closed csntgao closed 11 years ago
@andybalholm Can you handle this issue?
I'm Waiting and waiting while the flowers have WILTED!
Does this patch work?
diff --git a/adodb.go b/adodb.go index 6727f25..bef8453 100644 --- a/adodb.go +++ b/adodb.go @@ -357,11 +357,16 @@ func (rc *AdodbRows) Next(dest []driver.Value) error { case 132: // ADUSERDEFINED dest[i] = uintptr(val.Val) case 133: // ADDBDATE
It's Right,thank andybalholm!
Ok, I'll include it.
The code is as following:
The Result is as followiing:
But in fact ,the Datas in My Database(MSQL2000 or MSSQL2008) are :
Would Please tell me WHY? or What should I do to correct the errors? Thank You.