Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums
Members
Pages
Search
Help
Register
Login
Home
Home
»
U++ Library support
»
U++ SQL
»
Table field name conflict?
Show:
Today's Messages
::
Show Polls
::
Message Navigator
E-mail to friend
Table field name conflict?
[
message #14527
]
Fri, 29 February 2008 04:19
indiocolifa
Messages:
49
Registered:
January 2008
Location:
Argentina
Member
It is possible that with U++ (i'm using 2008.1 beta) you can't define a schema where one field in a table cannot be named equal to other field in a different table?
Example schema:
TABLE_(T1)
INT_ (F1)
END_TABLE
TABLE_ (T2)
TEXT_ (F1)
END_TABLE
F1 redefinition error...
Any help ?
Report message to a moderator
Re: Table field name conflict?
[
message #14555
is a reply to
message #14527
]
Mon, 03 March 2008 18:30
Alex
Messages:
18
Registered:
October 2007
Location:
Germany
Promising Member
Hello,
for the second definition remove the Underscore.
TABLE_ (T2)
TEXT (F1)
END_TABLE
HTH, Alex
Report message to a moderator
Re: Table field name conflict?
[
message #14585
is a reply to
message #14555
]
Tue, 04 March 2008 08:10
sergeynikitin
Messages:
748
Registered:
January 2008
Location:
Moscow, Russia
Contributor
May I use names as T1.F1 and T2.F1 ?
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
Report message to a moderator
Re: Table field name conflict?
[
message #14598
is a reply to
message #14555
]
Tue, 04 March 2008 13:53
indiocolifa
Messages:
49
Registered:
January 2008
Location:
Argentina
Member
Alex wrote on Mon, 03 March 2008 15:30
Hello,
for the second definition remove the Underscore.
TABLE_ (T2)
TEXT (F1)
END_TABLE
HTH, Alex
And for a third definition of F1?!
Report message to a moderator
Re: Table field name conflict?
[
message #14609
is a reply to
message #14585
]
Tue, 04 March 2008 15:21
mirek
Messages:
14255
Registered:
November 2005
Ultimate Member
Well, if we are speaking about SqlExp, yes, but you have to use this form:
F1.Of(T1)
Mirek
Report message to a moderator
Previous Topic:
How to save the DB data to another SQLite db file in HomeBudget?
Next Topic:
Methods of SQL debugging
Goto Forum:
- Community
U++ community news and announcements
PR, media coverage, articles and documentation
U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc.
Coffee corner
Newbie corner
U++ based job offers
- Developing U++
U++ Developers corner
External resources
Releasing U++
UppHub
Bugs (& fixes)
Documentation
U++ TheIDE and Library: Releases and ChangeLogs
Mac OS
Android
- U++ Library support
U++ Library : Other (not classified elsewhere)
U++ Core
Look and Chameleon Technology
U++ Libraries and TheIDE: i18n, Unicode and Internationalization
U++ SQL
U++ MT-multithreading and servers
U++ Callbacks and Timers
U++ Widgets - General questions or Mixed problems
TopWindow&PopUp, TrayIcon
Menus&Toolbars
StatusBar&InfoCtrl
Splitter
TabCtrl
Slider&ProgressIndicator
ArrayCtrl, HeaderCtrl & GridCtrl
TreeCtrl
RichText,QTF,RTF...
LineEdit, EditFields, DocEdit
Draw, Display, Images, Bitmaps, Icons
FileSel&FileList, Path
CalendarCtrl
Skylark
ScatterDraw & ScatterCtrl
Archive
- U++ TheIDE
U++ TheIDE: Other Features Wishlist and/or Bugs
U++ TheIDE: Compiling, Linking, Debugging of your packages
U++ TheIDE: Installation, Compiling and Running of theide
U++ TheIDE: CodeEditor, Assist++, Topic++
U++ TheIDE: Packages
U++ TheIDE: Layout (Forms) Designer
U++ TheIDE: Icon designer
- Extra libraries, Code snippets, applications etc.
U++ users applications in progress and useful code snippets, including reference examples!
U++ Esc Interpreter, Esc Macros and templates
C++ language problems and code snippets
Applications created with U++
OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc
-=]
Back to Top
[=-
[
Syndicate this forum (XML)
] [
] [
]
Current Time:
Sat Apr 26 14:33:47 CEST 2025
Total time taken to generate the page: 0.00958 seconds