Search found 36 matches: addfield

Return to advanced search

Re: ADO RDD xHarbour

Forget my previous post I must use TOleAuto():New instead of CreateObject.

Now I get error :

1003 adordd 1: EG_ARG
Source : ADO_OPEN -> UR_SUPER_ADDFIELD( nWA, aField )
by AHF
Tue Mar 03, 2015 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452958

Re: ADO RDD xHarbour

I'm using xHarbour 30.09.2008 and FW 8 and ado.prg from harbour 3.0.0. I had to change in ado.prg win_OleCreateObject to CreateObject I make a connection ..... cStr := CFILEPATH(aOpenInfo[ UR_OI_NAME ]) cStr := SUBSTR(cStr,1,LEN(Cstr)-1) aWAData[ WA_CONNECTION ]:Open( "Provider=Microsoft.Jet.OL...
by AHF
Mon Mar 02, 2015 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452958

Re: ADORDD

Gracias... disculpen mi ignorancia... mojoró, pero sigo con problemas: Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\HARBOUR104\LIB\ADORDD.LIB|adordd Error: Unresolved external '_HB_FUN_USRRDD_RDDDATA' referenced from C:\HARBOUR104\LIB\ADORDD.LIB|adordd Error: Unresolved ext...
by diegopolverelli
Thu Nov 17, 2011 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADORDD
Replies: 13
Views: 4596

Re: How to add a field to a DBF?

Mr Sambomb,

Yes I understand what you want. Just in the fly add a new field to an existing DBF (a.e. AddField( "newfield", "C", 100), but I don´t think there is a function for that.

You may ask at Harbour forums.

I send the most likely approach. Sorry.
by ukservice
Fri Jan 21, 2011 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add a field to a DBF?
Replies: 14
Views: 4672

How to add a field to a DBF?

Hi, I need to add/change a field from a DBF, but I can't use append from

I saw that some RDD functions like CreateFields() and AddField() could help me, but I can't discover how to use them...

Any tips?
by sambomb
Thu Jan 20, 2011 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add a field to a DBF?
Replies: 14
Views: 4672

Re: SQLWIN - RDD libre para SQL

d:\bcc55\BIN\ilink32 @makefile.lnk Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HB_FUN_USRRDD_RDDDATA' referenced from C:\SQLWIN\OBJ\SQLWIN.OBJ Error: Unresolved external '_HB_FUN_USRRDD_AREADATA' referenced from C:\SQLWIN\OBJ\SQLWIN.OBJ Error: Unresolved...
by lailton.webmaster
Tue Jun 02, 2009 3:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SQLWIN - RDD libre para SQL
Replies: 95
Views: 44827

Unresolved external '_HB_FUN_USRRDD_RDDDATA' Unresolved external '_HB_FUN_USRRDD_AREADATA' Unresolved external '_HB_FUN_UR_SUPER_ERROR' Unresolved external '_HB_FUN_UR_SUPER_SETFIELDEXTENT' Unresolved external '_HB_FUN_UR_SUPER_ADDFIELD' Unresolved external '_HB_FUN_UR_SUPER_OPEN' Unresolved extern...
by mmercado
Mon Sep 15, 2008 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SQLWIN - RDD libre para SQL
Replies: 95
Views: 44827

Probando y obtengo estos errores Unresolved external '_HB_FUN_USRRDD_RDDDATA' Unresolved external '_HB_FUN_USRRDD_AREADATA' Unresolved external '_HB_FUN_UR_SUPER_ERROR' Unresolved external '_HB_FUN_UR_SUPER_SETFIELDEXTENT' Unresolved external '_HB_FUN_UR_SUPER_ADDFIELD' Unresolved external '_HB_FUN_...
by Francisco Horta
Mon Sep 15, 2008 3:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SQLWIN - RDD libre para SQL
Replies: 95
Views: 44827

Error: UR_SUPER_ADDFIELD Error-Message

Hi, I'm testing with mysql right now and used the example programm: #include "adordd.ch" #include "FiveWin.ch" REQUEST ADORDD function Main() USE testcto VIA "ADORDD" TABLE "TABLE1" MYSQL; FROM "localhost" USER "kuhnert" PAS...
by gkuhnert
Tue Aug 26, 2008 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 104544

Hola:

Sí, así lo hago yo, pero buscaba una metafunción, del tipo addfield, y listo.
by MOISES
Fri Aug 01, 2008 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: añadir campo a una base de datos
Replies: 2
Views: 610

Yes, I do as you said, but it would be faster to do

addfield (cdbf, cfieldname, cfieldtipe, len, dec)
by MOISES
Fri Aug 01, 2008 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a field to a dbf
Replies: 6
Views: 1123

MS SQL Connection Question? Rick Lipkin??

Hi Rick (or anyone else), I'm trying to compile and link some of your sample code for MS SQL connections. I'm doing something wrong. I get some unresolved externals. -------------------------------------------------------------- Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise...
by bradmaudlin
Fri Jan 11, 2008 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Connection Question? Rick Lipkin??
Replies: 15
Views: 2838

Re: Error al compilar source de FiveWin 2.6

... aIndex AS ARRAY METHOD New( cName ) CONSTRUCTOR METHOD Redefine( cFile ) INLINE ::New( cFile ), ::Read(), Self METHOD Update( oSelf ) METHOD AddField( cName, cTipo, nLen, nDec ) METHOD AddIndex( cName, cKey, bKey, cFor, bFor, lUnique ) METHOD AddDb( oDbm ) METHOD ReadFields() METHOD ReadIndexs() ...
by JOHAN DONADO
Sun Nov 25, 2007 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar source de FiveWin 2.6
Replies: 7
Views: 1373

Error al compilar source de FiveWin 2.6

... local n Super:New( cAlias, cFile, cDriver, lShared, lReadOnly ) BYNAME oDict // Linea 38 ERROR if aFields != nil for n = 1 to len( aFields ) ::AddField( aFields[n] ) next end if aIndexes != nil for n = 1 to len( aIndexes ) ::AddIndex( aIndexes[n] ) next end BYNAME aFields, aIndexes // Linea ...
by JOHAN DONADO
Sat Nov 24, 2007 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar source de FiveWin 2.6
Replies: 7
Views: 1373

How can I change my buildh.bat . I did some chnages with some errors : echo c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc echo %fwhdir%\lib\FiveH.lib %fwhdir%\lib\FiveHC.lib + >> b32&...
by Ehab Samir Aziz
Sat Jun 30, 2007 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 104544
PreviousNext

Return to advanced search