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 » SqlArray Join
Re: SqlArray Join [message #4082 is a reply to message #4081] Wed, 19 July 2006 17:13 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
Quote:


Ok, I tried that but there are a few problems. The control I added is not automatically populated with the value from the database- should it be or do I have to do this manually?



It should be. How are you trying that? The right approach is

SqlArray table;
...
table.AddCtrl(COLUMNID, myctrl);


Quote:


This is why I was using SqlDetail, I have a 1-to-1 because I am editing the same row on the same table. Maybe not what it was designed for, but it seems to work here.



Yes, it should. But it is unnecessary complex Wink

Quote:


Let me also add that I had to do some core hacking to even get it to compile (I'm using the Win32 package that includes MinGW). The SqLite3 package referenced the DocTypes package which complained about a missing DocTypes.h. I removed those dependencies. It then had problems with ambiguous calls that I resolved by adding TRUE to them.


Strange, what U++ version?

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


Current Time: Sat Jul 05 20:25:00 CEST 2025

Total time taken to generate the page: 0.03640 seconds