denisenkom / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
1.82k stars 499 forks source link

Return field empty #710

Open jairforero opened 2 years ago

jairforero commented 2 years ago

Hi, I Run Query to database with and field nvarchar but go return always data empty.

Please help

kardianos commented 2 years ago

Please cite which read me or other instructions you have used (links with sections fine).

Please show your code; make a unit test or simple main program.