#1  
Old 20th December 2010, 07:15 AM
Francisco San José Juárez
 
Posts: n/a
Default import FF2NX

I need to import from FF2 v.2.13 NX v 3.6, I have Delphi 2010 and try to
compile FF2NX get a series of errors
[DCC Error] ffllbase.pas (135): e2029 Identifier Expected but 'CONST' found
[DCC Error] ffsrmgr.pas (207): E2010 Incompatible types: 'Char'and
'AnsiChar'
[DCC Error] ffsrmgr.pas (248): E2010 Incompatible types: 'Char'and
'AnsiChar'
[DCC Error] ffsrmgr.pas (275): E2010 Incompatible types: 'Char'and
'AnsiChar'

How I can solve it? the impotación is basic to use Nexudb 3.61


  #2  
Old 20th December 2010, 07:51 AM
Brian Evans [NDX]
 
Posts: n/a
Default Re: import FF2NX

On 19/12/2010 2:15 PM, Francisco San José Juárez wrote:
> I need to import from FF2 v.2.13 NX v 3.6, I have Delphi 2010 and try to
> compile FF2NX get a series of errors
> [DCC Error] ffllbase.pas (135): e2029 Identifier Expected but 'CONST' found
> [DCC Error] ffsrmgr.pas (207): E2010 Incompatible types: 'Char'and
> 'AnsiChar'
> [DCC Error] ffsrmgr.pas (248): E2010 Incompatible types: 'Char'and
> 'AnsiChar'
> [DCC Error] ffsrmgr.pas (275): E2010 Incompatible types: 'Char'and
> 'AnsiChar'
>
> How I can solve it? the impotación is basic to use Nexudb 3.61


If you can use the binary version of the (well a) converter.
http://www.nexusdb.com/support/index.php?q=node/553

If you need to convert the source to support D2009 and higher
there is some discussion here:
https://forums.embarcadero.com/messa...essageID=55029

--
Brian Evans [NDX]
Ottawa, ON, CANADA
GMT-5
  #3  
Old 20th December 2010, 08:48 AM
Francisco San José Juárez
 
Posts: n/a
Default Re: import FF2NX

Although none of the two solutions for me.
The delphi compiled FFNX 5 transforms to nx ff2 but when I try to do with
nxserver 3.60 and 3.60 NetManager databases are empty.
I think everything should be in the same compiler will copy Delphi2010 pra
everything is correct, otherwise I guess there will be some imcompatibilidad



"Brian Evans [NDX]" <bevanson@rogers.com> escribió en el mensaje
news:4d0e6236$1@DSVR011613....
> On 19/12/2010 2:15 PM, Francisco San José Juárez wrote:
>> I need to import from FF2 v.2.13 NX v 3.6, I have Delphi 2010 and try to
>> compile FF2NX get a series of errors
>> [DCC Error] ffllbase.pas (135): e2029 Identifier Expected but 'CONST'
>> found
>> [DCC Error] ffsrmgr.pas (207): E2010 Incompatible types: 'Char'and
>> 'AnsiChar'
>> [DCC Error] ffsrmgr.pas (248): E2010 Incompatible types: 'Char'and
>> 'AnsiChar'
>> [DCC Error] ffsrmgr.pas (275): E2010 Incompatible types: 'Char'and
>> 'AnsiChar'
>>
>> How I can solve it? the impotación is basic to use Nexudb 3.61

>
> If you can use the binary version of the (well a) converter.
> http://www.nexusdb.com/support/index.php?q=node/553
>
> If you need to convert the source to support D2009 and higher
> there is some discussion here:
> https://forums.embarcadero.com/messa...essageID=55029
>
> --
> Brian Evans [NDX]
> Ottawa, ON, CANADA
> GMT-5



  #4  
Old 20th December 2010, 11:00 AM
Eivind Bakkestuen [NDD]
 
Posts: n/a
Default Re: import FF2NX

Francisco San José Juárez wrote:

> I need to import from FF2 v.2.13 NX v 3.6, I have Delphi 2010 and try
> to compile FF2NX get a series of errors [DCC Error] ffllbase.pas
> (135): e2029 Identifier Expected but 'CONST' found [DCC Error]
> ffsrmgr.pas (207): E2010 Incompatible types: 'Char'and 'AnsiChar'
> [DCC Error] ffsrmgr.pas (248): E2010 Incompatible types: 'Char'and
> 'AnsiChar' [DCC Error] ffsrmgr.pas (275): E2010 Incompatible types:
> 'Char'and 'AnsiChar'
>
> How I can solve it? the impotación is basic to use Nexudb 3.61


This is 100% as expected. FlashFiler is a long dead product, and
naturally it does *not* support the new unicode update that happened in
Delphi 2009 and onward. If you want to compile it, you *must* use a
compiler Delphi 2007 or older.

--
Eivind Bakkestuen [NDD]
Nexus Database Systems
  #5  
Old 20th December 2010, 11:02 AM
Eivind Bakkestuen [NDD]
 
Posts: n/a
Default Re: import FF2NX

> The delphi compiled FFNX 5 transforms to nx ff2 but when I try to do
> with nxserver 3.60 and 3.60 NetManager databases are empty. I think


What is this NetManager, is it a product that uses FlashFiler? Can the
tables be opened and viewed in the FF Explorer?

--
Eivind Bakkestuen [NDD]
Nexus Database Systems
  #6  
Old 20th December 2010, 11:08 AM
Francisco San José Juárez
 
Posts: n/a
Default Re: import FF2NX

sorry I meant nexusdb enterprise manager

"Eivind Bakkestuen [NDD]" <Ieivind.bakkestuenHATE@nexusdb.comSPAM> escribió
en el mensaje news:xn0h33iogpc087002@news.nexusdb.com...
>> The delphi compiled FFNX 5 transforms to nx ff2 but when I try to do
>> with nxserver 3.60 and 3.60 NetManager databases are empty. I think

>
> What is this NetManager, is it a product that uses FlashFiler? Can the
> tables be opened and viewed in the FF Explorer?
>
> --
> Eivind Bakkestuen [NDD]
> Nexus Database Systems
>



  #7  
Old 20th December 2010, 11:30 AM
Francisco San José Juárez
 
Posts: n/a
Default Re: import FF2NX

nxserver well with 2.08 and 2.13 FlashFile databases transformed with FFNX,
then check the integrity of databases with enterprise manager nexusdb 2.08
and see the contents of the database.
then reboot the server with nxserver 3060, released 3060 nexusdb enterprise
manager, but the databases are empty nx
What am I doing wrong?


"Eivind Bakkestuen [NDD]" <Ieivind.bakkestuenHATE@nexusdb.comSPAM> escribió
en el mensaje news:xn0h33imvp9q8r001@news.nexusdb.com...
> Francisco San José Juárez wrote:
>
>> I need to import from FF2 v.2.13 NX v 3.6, I have Delphi 2010 and try
>> to compile FF2NX get a series of errors [DCC Error] ffllbase.pas
>> (135): e2029 Identifier Expected but 'CONST' found [DCC Error]
>> ffsrmgr.pas (207): E2010 Incompatible types: 'Char'and 'AnsiChar'
>> [DCC Error] ffsrmgr.pas (248): E2010 Incompatible types: 'Char'and
>> 'AnsiChar' [DCC Error] ffsrmgr.pas (275): E2010 Incompatible types:
>> 'Char'and 'AnsiChar'
>>
>> How I can solve it? the impotación is basic to use Nexudb 3.61

>
> This is 100% as expected. FlashFiler is a long dead product, and
> naturally it does *not* support the new unicode update that happened in
> Delphi 2009 and onward. If you want to compile it, you *must* use a
> compiler Delphi 2007 or older.
>
> --
> Eivind Bakkestuen [NDD]
> Nexus Database Systems
>



  #8  
Old 20th December 2010, 12:39 PM
Eivind Bakkestuen [NDD]
 
Posts: n/a
Default Re: import FF2NX

> but the databases are empty nx What am I doing wrong?

I dont know. What I can say is that I just tried the importer from the
link Brian gave you, and I had no problems importing a couple of old
FF2 tables into an alias in a NX 3.06 server.

You are sure the FF tables are FF *2* tables? They can be opened and
viewed fine in the FF2 Explorer?

If you can't figure out whats going on, can you post one of the FF2
tables to the public.binaries group, so somebody else can see if the
importer works on this table?

--
Eivind Bakkestuen [NDD]
Nexus Database Systems
  #9  
Old 21st December 2010, 08:45 AM
Francisco San José Juárez
 
Posts: n/a
Default Re: import FF2NX

well, I tested it with different options to importer your suggestions and
finally I managed to get ff2 nx, thank you very much to both


"Eivind Bakkestuen [NDD]" <Ieivind.bakkestuenHATE@nexusdb.comSPAM> escribió
en el mensaje news:xn0h33l5pss03f000@news.nexusdb.com...
>> but the databases are empty nx What am I doing wrong?

>
> I dont know. What I can say is that I just tried the importer from the
> link Brian gave you, and I had no problems importing a couple of old
> FF2 tables into an alias in a NX 3.06 server.
>
> You are sure the FF tables are FF *2* tables? They can be opened and
> viewed fine in the FF2 Explorer?
>
> If you can't figure out whats going on, can you post one of the FF2
> tables to the public.binaries group, so somebody else can see if the
> importer works on this table?
>
> --
> Eivind Bakkestuen [NDD]
> Nexus Database Systems
>





Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FF2NX Emmanuel Barache nexusdb.public.support 3 3rd June 2009 08:48 AM
FF2NX.zip William E. Mahaffey nexusdb.public.support 7 7th November 2003 08:02 AM
RC6 EM: Import fields doesn't import indexes Joao Borges nexusdb.public.support 1 2nd September 2003 11:35 PM
FF2NX Suggestion David Guest nexusdb.public.support 1 15th July 2003 04:10 AM
FF2NX Question Roy Granich nexusdb.public.support 1 14th July 2003 10:10 PM


All times are GMT +11. The time now is 05:59 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.