Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Accessing Database from multiple files
Re: Accessing Database from multiple files [message #45116 is a reply to message #45110] Fri, 04 September 2015 17:23 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi ratah,

I think your problem is that you include Sql/sch_schema.h as well. Look at it's source, you'll see that it only includes sch_header.h and sch_source.h. You should use either only sch_schema.h (usually useful only when all your sql related code is in single cpp file) or sch_header.h in your header files and sch_source.h in exactly one of your cpp files.

Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: PATCH/BUGFIX Oracle asTable Failure - Solution
Next Topic: Application crashes when connected to MySQL, what am I doing wrong?
Goto Forum:
  


Current Time: Thu Mar 28 09:54:59 CET 2024

Total time taken to generate the page: 0.01336 seconds