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 » size of S_XXX struct members
Re: size of S_XXX struct members [message #41649 is a reply to message #41560] Tue, 07 January 2014 22:53 Go to previous messageGo to previous message
Alboni is currently offline  Alboni
Messages: 214
Registered: January 2012
Location: Deventer, Netherlands
Experienced Member
Being able to do something like this would be grand also:

S_PAYMENT_METHOD rec;
int n=rec.GetCount();
for (int i=0; i<n; i++)
{
	switch (rec[i].type)
	{
		case S_INT: DoSomethingWithAnInt(rec[i].Value, rec[i].MaxLength); break;
		case S_STRING: DoSomethingWithAnString(rec[i].Value, rec[i].MaxLength); break;
		................
	}
}

[Updated on: Tue, 07 January 2014 23:13]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: testing out firebird in bazaar missing ibase.h
Next Topic: firebird with sqlarray ctrl (possible?)
Goto Forum:
  


Current Time: Sun May 26 23:22:36 CEST 2024

Total time taken to generate the page: 0.00635 seconds