<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Sep 2015 07:29:00 Z</lastBuildDate><pubDate>28 Sep 2015 04:06:00 Z</pubDate><description>Hello,&#13;
&#13;
Windev 20 66r&#13;
&#13;
Planning to develop a generic application with no predefined Database or Table (File). A GUI to choose the following&#13;
&#13;
1. Connection type (OLE DB / ODBC etc.)&#13;
2. Server , Database , Userid, Password&#13;
3. Select Table&#13;
4. Field selection (I need 6 fields, but the name of the field(s) need not be predefined)&#13;
&#13;
by the user need to be presented and based on the user selection, further processing need to be done.&#13;
&#13;
Need to show the tables and fields for selection by the user. ie, after connection, the GUI is to list database and the user will select one. After selecting the database, the table has to be chosen from the list.&#13;
&#13;
Problem(s) faced.&#13;
1. Problem in preparing Analysis. Since no predefined table, how to proceed. Not sure whether I can proceed without any analysis.&#13;
2. To show the list of fields from a table (file) not from analysis but from the user chosen table (file).&#13;
3. Not sure how to construct SQL to select, insert, update, delete data.&#13;
&#13;
Happiness Always&#13;
BKR Sivaprakash</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp</link><title>Re: Generic application</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54215/read.awp</comments><pubDate>29 Sep 2015 07:29:00 Z</pubDate><description>Paulo Oliveira,&#13;
&#13;
With empty records I could fetch all column names, so that I thought of querying like&#13;
&#13;
asQuery = " Select *…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54215/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54215/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54203/read.awp</comments><pubDate>28 Sep 2015 16:34:00 Z</pubDate><description>I'm not sure if it work for every db engine but normally if you only need to get the list of fields something like this can do t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54203/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54203/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54197/read.awp</comments><pubDate>28 Sep 2015 15:47:00 Z</pubDate><description>Yes Paulo Oliveira, you are right. Performance problem is an issue.&#13;
&#13;
Is there any generic SQL query to fetch the top 1 record …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54197/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54197/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54195/read.awp</comments><pubDate>28 Sep 2015 15:02:00 Z</pubDate><description>HDeclareExternal works fine with SQL Server, but if select * is OK for you (be carefull with the performance problems if your ha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54195/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54195/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54192/read.awp</comments><pubDate>28 Sep 2015 14:33:00 Z</pubDate><description>Thanks Paulo Oliveira,&#13;
&#13;
HListItem on the query did the trick. I got it.&#13;
&#13;
Think I made the things more complex by trying out …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54192/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54192/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54190/read.awp</comments><pubDate>28 Sep 2015 13:48:00 Z</pubDate><description>you can list the fields from the query using HListItem</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54190/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54190/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54189/read.awp</comments><pubDate>28 Sep 2015 13:45:00 Z</pubDate><description>If you don't use any analysis to list the files/fields may be different depending on the DB type.&#13;
&#13;
Which DB type are you plann…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54189/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54189/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54188/read.awp</comments><pubDate>28 Sep 2015 13:35:00 Z</pubDate><description>Hello,&#13;
&#13;
Is there any command to get list of field names after executing a query like,&#13;
&#13;
asFile = CMB_DBFiles..DisplayedValue …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54188/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54188/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54184/read.awp</comments><pubDate>28 Sep 2015 12:35:00 Z</pubDate><description>Thanks Fabrice Harari for your reply.&#13;
&#13;
But my system is not that complex. Here I'm just going to send SMS from the data availa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54184/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54184/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54181/read.awp</comments><pubDate>28 Sep 2015 12:20:00 Z</pubDate><description>Thanks Paulo Oliveira.&#13;
&#13;
I could get list of files in a database with HListFile, without any analysis.&#13;
&#13;
Is there any function…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54181/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54181/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54180/read.awp</comments><pubDate>28 Sep 2015 12:17:00 Z</pubDate><description>Hi&#13;
&#13;
what you are describing is possible, but will be quite complex to achieve.&#13;
&#13;
You can use a generic analysis in which you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54180/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54180/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54179/read.awp</comments><pubDate>28 Sep 2015 12:05:00 Z</pubDate><description>You don't need any analysis for this just use the HExecuteSQLQuery function with hQueryWithoutCorrection.&#13;
&#13;
To build the query …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54179/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54179/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54177/read.awp</comments><pubDate>28 Sep 2015 11:53:00 Z</pubDate><description>Hello,&#13;
&#13;
Thanks Al for your clarification. Yes, I'm new to Wx products and terminologies.&#13;
&#13;
I'm trying to develop one generic …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54177/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54177/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54174/read.awp</comments><pubDate>28 Sep 2015 08:47:00 Z</pubDate><description>Hello Sivaprakash&#13;
&#13;
First you need to get the Windev terminology correct. In Windev "tables" are NOT files inside a database, t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54174/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54174/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54173/read.awp</comments><pubDate>28 Sep 2015 08:38:00 Z</pubDate><description>Hello,&#13;
&#13;
HListFile(Connection, hLstFile)&#13;
&#13;
list all Tables found in a database, whether it's in analysis or not.&#13;
&#13;
Is there a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54173/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application-54173/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54172-generic-application/read.awp">Re: Generic application</source><title>Re: Generic application</title></item></channel></rss>
