mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
15 lines
288 B
C++
15 lines
288 B
C++
#ifndef _app_app_h
|
|
#define _app_app_h
|
|
|
|
#include <Sql/Sql.h>
|
|
|
|
using namespace Upp;
|
|
|
|
// debian: sudo apt-get install unixodbc-dev
|
|
|
|
#include <MSSQL/MSSQL.h>
|
|
#define SCHEMADIALECT <MSSQL/MSSQLSchema.h>
|
|
#define MODEL <SQL_MSSQL/database.sch>
|
|
#include "Sql/sch_header.h"
|
|
|
|
#endif
|