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 » MySQL Example: NativeMySql/NativeMySql.sch: No such file or directory
Re: MySQL Example: NativeMySql/NativeMySql.sch: No such file or directory [message #37088 is a reply to message #37084] Tue, 21 August 2012 11:22 Go to previous messageGo to previous message
unknown user
Hi x0d3r,

In order to compile, your project should be named NativeMySql and schema file should be named NativeMySql.sch, or change the define of schema file to match your project name
#define MODEL <HellloCpp/NativeMySql.sch>

where NativeMySql.sch contain the following code
TABLE_(test_table)
    INT_(id)PRIMARY_KEY AUTO_INCREMENT
    STRING_(value,50)
END_TABLE


Best regards,
Andrei
 
Read Message
Read Message
Read Message
Previous Topic: Cannot connect to MySQL database
Next Topic: Multi-column unique index
Goto Forum:
  


Current Time: Sun Aug 24 20:49:48 CEST 2025

Total time taken to generate the page: 0.04217 seconds