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  |
|
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
|
|
|
Goto Forum:
Current Time: Wed Jun 04 22:37:45 CEST 2025
Total time taken to generate the page: 1.90023 seconds
|