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   |
|
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
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 17:18:13 CEST 2025
Total time taken to generate the page: 0.00537 seconds
|