Reading data from Sql Server table NVARCHAR field

Reading data from Sql Server table NVARCHAR field

Postby avista » Thu Jan 31, 2013 3:41 pm

Hi,
I have a problem with reading data from INFORMIX SQL table for NVARCHAR fields,
If i use ODBC receive error "Unknown Type or is not supported curently"
If use ADO there is not reported error byt all readed data from NVARCHAR fields are empty

Code: Select all  Expand view

oCn   := TOleAuto():New( 'ADODB.Connection' )
try
   oRs := TOleAuto():New( 'ADODB.RecordSet' )
   WITH OBJECT oRs
      :ActiveConnection := oCn
      :Source           := 'SELECT * from tbl_statuses_new'
      :CursorLocation   := 3  // adUseClient
      :Open()
   END
catch oErr
   msginfo("Error !")
end try
 


If look data from Delphy Sql Explorer i see something like binary code or encrypted data ...
I can see normaly data only from DBACCESS

(I can insert or delete data without problem.)

Some sugestions ?

Best regards,
User avatar
avista
 
Posts: 301
Joined: Fri Jun 01, 2007 9:07 am
Location: Macedonia

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 109 guests