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 » At Wits End/SQLite3
Re: At Wits End/SQLite3 [message #8531 is a reply to message #8530] Thu, 15 March 2007 20:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
The difference between

INT_	(ID)


and

INT	(ID)


is that former also defines SqlId ID("ID"). Of course, if you use '_' twice for ID, you have got two definitions of the same symbol, no-no in C++.

So the moral of the story - always use '_' only once per identifier.

Note: This is not somethin I am particulary happy about, but there is no better choice in C++. It is still less hassle than define SQL ids separately.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: MS SQL Server connection possible?
Next Topic: Next SQLite3 Issue
Goto Forum:
  


Current Time: Tue Jul 08 11:33:26 CEST 2025

Total time taken to generate the page: 0.03591 seconds