Search found 88 matches: unknownname

Return to advanced search

No puedo moverme por un RecordSet

Muy buenas a todos Hacía mucho tiempo que no escribía por aqui, dejé de programar hace tiempo. Buenos pues me han hecho volver a coger la tecla y darle al código. En este caso tomé un programa y lo he modificado para un amigo. todo funciona bien a excepción de un registro de la base de datos de alba...
by Pedro
Tue Sep 19, 2023 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo moverme por un RecordSet
Replies: 4
Views: 333

Re: Seek en FW_ArrayAsRecordSet()

Cristobal, gracias por tu respuesta Copié el mensaje de error equivocado :D :oops: El error es : Error ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: SEEK De cualquier manera, no funciona el Seek y es una pena pues la functión se ve super prometedora. Parece una buena opción a TDatabase, pues esta última, au...
by Cgallegoa
Sun Aug 06, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 146

Error in FW_ArrayAsRecordSet Seek - Please help

Best regards to all. The FW_ArrayAsRecordSet() function is supposed to return an ADODB.RecordSet type object, an object that includes the Seek() method, which works wonderfully in DB´s MaríaDB, MySql, Postgresql, Sqlite, etc., but, with FW_ArrayAsRecordSet() function, generates error: "ADODB.Re...
by Cgallegoa
Sun Aug 06, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 340

Seek en FW_ArrayAsRecordSet()

Saludos cordiales a todos. Se supone que la función FW_ArrayAsRecordSet() devuelve un objeto tipo ADODB.RecordSet, objeto que con bases en MaríaDB, MySql, Postgresql, Sqlite, etc., incluye el método Seek(), el cual funciona de maravilla. Pero, con la función de marras genera el error "Error ADO...
by Cgallegoa
Sun Aug 06, 2023 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 146

Re: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

To All Found my ( users ) problem .. there are two tables .. Security table Employee table Kayla Brown Kayla J Brown As you can see when the user logs in and bounces their SSO against the security table I store the Name (field name ) Kayla Brown .. then when the User creates a Leave Slip .. I bounce...
by Rick Lipkin
Thu Mar 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 161

Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

Rao, All Using FWh 2206 and I have created a recordset and getting this error displaying the recordset ..basic xbrowse 101 .... what is wrong ?? Rick Lipkin cSQL := "SELECT * from Employees order by [Employee]" oRsEmp := TOleAuto():New( "ADODB.Recordset" ) oRsEmp:CursorType := 1 ...
by Rick Lipkin
Wed Mar 01, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 161

FW_OpenAdoConnection question

Hi, I need to open two Ado connections. I open first Ado oCn1 and then oCn2. When I close oCn1 in the next oRs := FW_OpenRecordSet( oCn2, cSql, 1 ) I get error: Time from start: 0 hours 0 mins 13 secs Error occurred at: 20-10-2020, 08:09:26 Error description: Error ADODB.RecordSet/6 DISP_E_UNKNOWNNA...
by damianodec
Tue Oct 20, 2020 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection question
Replies: 0
Views: 304

Re: Buscar un registro con ADORDD

Buenas Gracias por contestar me da este error: ************************************************************ Application =========== Path and name: C:\five\fuentes\gespaq08\gespaqn.Exe (32 bits) Size: 1,456,128 bytes Time from start: 0 hours 0 mins 38 secs Error occurred at: 04/03/19, 14:06:53 Error ...
by JoseLuis
Mon Mar 04, 2019 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar un registro con ADORDD
Replies: 15
Views: 3340

XBROWSE DISP_E_UNKNOWNNAME: FIND

I'm using xBrowse:

oLbx_List: lSeekBar: = .t.

When we start typing% the error below is shown:

FWH1709 + XHarbour
by ronaldo
Fri Mar 09, 2018 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE DISP_E_UNKNOWNNAME: FIND
Replies: 1
Views: 415

Re: DISP_E_UNKNOWNNAME: RECORDCOUNT

Sometimes oRSet is nil

in your code do:

if oRSet != nil
...
endif
by Antonio Linares
Fri May 26, 2017 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
Replies: 8
Views: 1394

Re: DISP_E_UNKNOWNNAME: RECORDCOUNT

I found the problem
Any solution please ?

Regardsm
by avista
Fri May 26, 2017 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
Replies: 8
Views: 1394

Re: DISP_E_UNKNOWNNAME: RECORDCOUNT

Hi

This error is produced on win10 64 bit is produced when some column in recordset contain non english language characters.
The same error is produced too on other methods
oRSet:MoveFirst()
oRSet:Eof()
....
On other versions of WIN is ok

Some solution ?

Best regards,
by avista
Mon May 22, 2017 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
Replies: 8
Views: 1394

Re: DISP_E_UNKNOWNNAME: RECORDCOUNT

Thanks for reply Rick

I have try
If oRset:RecordCount() > 0

and many other options

I use Informix database
May be that is the problem with ado and win 10?
or informix odbc driver ?
In any opinion RecordSet produce error on win 10

Best regards.
by avista
Wed Apr 19, 2017 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
Replies: 8
Views: 1394

Re: DISP_E_UNKNOWNNAME: RECORDCOUNT

Avista IF !EMPTY( oRSet:RecordCount ) // Vo sprotivno Znaci e 0  A couple of things .. as you probably know ( perhaps from your comment ) .. oRs:RecordCount() returns a numeric value .. you also may have a syntactical error .. ( perhps ) oRSet:RecordCount should be coded like this --- oRSet:...
by Rick Lipkin
Thu Apr 13, 2017 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DISP_E_UNKNOWNNAME: RECORDCOUNT
Replies: 8
Views: 1394
Next

Return to advanced search