Command to change the database structure

This forum is for eXpress++ general support.
Message
Author
User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Command to change the database structure

#11 Post by Tom »

Or place a #pragma library at the top of the PRG where the functions from DCLIP1.DLL are used:

Code: Select all

#PRAGMA LIBRARY( "DCLIP1.LIB" )
Don't forget to deliver the DLL - NOT the LIB! - with your app.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."


User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Command to change the database structure

#13 Post by rdonnay »

Are you sure you are using the functions DC_IsStru() and DC_StruUpdate().

NOT DC_LIST RU(). I don't know what that is.
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Command to change the database structure

#14 Post by Eugene Lutsenko »

Yes, Roger! It was just a typo! And for some reason, I didn't immediately guess about it myself... Sorry

Post Reply