Link to home
Start Free TrialLog in
Avatar of bebonham
bebonham

asked on

error c2026: long string

hi, I am using ATL and jet 4 to read an mdb.

I use Command to access the data.

when VC++ Creates the interface to the database
it creates something like this;
DEFINE_COMMAND(CmwlLoanDataAccessor, _T(" \

...then hundreds of fields follow.


when I compile I get the c2026 error.

how can I make it "shorter"

or is there some other way around this?

help please!

thanks,

Bob
ASKER CERTIFIED SOLUTION
Avatar of mblat
mblat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial