<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno ven 1 mag 2020 alle ore 19:20 T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
On a Wordpress database, I was able to use the following successfully:<br>
"SELECT option_id, option_name AS my_name FROM wp_options order by option_id asc"<br>
<br></blockquote><div><br></div><div>So if I understand correctly, you did something like this:<br><br>DataSource1.Table = "SELECT option_id, option_name AS my_name FROM wp_options order by option_id asc;"<br><br>And the data source showed you the ordered result in a grid with my_name header.<br><br>Thanks you have been very helpful.</div><div>Regards</div><div>Gianluigi<br></div></div></div>