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 » quick parameter question
Re: quick parameter question [message #53343 is a reply to message #53342] Mon, 30 March 2020 02:19 Go to previous message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

Hi Novo-

It was so easy after all. Thanks for the encouragement. Here it is...

 sql.SetStatement("Select ACCTNUM from ACCOUNTS WHERE ACCTNAME = ?");
   sql.SetParam(0,"ABC");
   sql.Execute();
   while(sql.Fetch()){  }


etc...

I'm going to be working on U++ during covid.

Have a cool rest of your weekend,
thanks - roboloki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Soci developer leaving
Next Topic: Copy from stdin (PostgreSQL) support in U++ SQL
Goto Forum:
  


Current Time: Thu May 09 15:41:10 CEST 2024

Total time taken to generate the page: 0.02332 seconds