Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Error 406 Invalid data type identifier
Wed, Jan 6 2010 10:23 PMPermanent Link

"Fabio Codebue @ GestionaleOpen"
I have finally create my winCE app
***********************************
THANKS TO TIM
***********************************

but now during deploy I receive this error:
Error 406 Invalid data type identifier "" in the configuration
EDBConfig

Any idea?
Fabio Codebue
Gestionale Open srl
Wed, Jan 6 2010 10:28 PMPermanent Link

"Fabio Codebue @ GestionaleOpen"
exactly I have develop my app and put it to
\FlashFX Disk\Go

after I put eDB directory, create on my netbook, with all database.

My app get application path e set engine, session and database
parameters before opening...

but

errore 406...

is it possible to create a database using code?
I follow shopping sample but probably my app con connect to database
before try to create tables...

Fabio Codebue
Gestionale Open srl
Thu, Jan 7 2010 2:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Fabio,

<< I have finally create my winCE app >>

Cool, I'm glad that you got it working.

<< but now during deploy I receive this error:  Error 406 Invalid data type
identifier "" in the configuration EDBConfig >>

Did you modify any of the ElevateDB source units at all ?  This is an error
indicating the one of the constants (EDB_TYPESTR_*) in this unit:

edbconsts.pas

has been specified incorrectly, which is, obviously, not the case.   So,
either one of these constants was modified, or there's an issue with
UnicodeString/WideString constants in Lazarus/FPC.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image