|
| Inicio → WINDEV 2024 → [WinDev19] How to implement the meaning of DataTable and DataRow |
| [WinDev19] How to implement the meaning of DataTable and DataRow |
| Iniciado por hhawkman, 07,may. 2015 09:41 - 3 respuestas |
| |
| | | |
|
| |
Miembro registrado 7 mensajes |
|
| Publicado el 07,mayo 2015 - 09:41 |
| I have an SQL Server and I don't possess the native driver for SQL. I want to know if I can implement the meaning of DataTable and DataRow which I so often use in VB.NET. I tried using HExecuteSQLQuery but it doesn't work well if you don't possess the native driver. |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 7 mensajes |
|
| Publicado el 20,mayo 2015 - 09:58 |
Let me restate the question in a simpler format :
I connect to an SQL server an read a table. Where can I store it (in code) so that I can afterwards read the data and perform various actions based on the data ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 21,mayo 2015 - 13:12 |
Hi
I'm confused... isn't that what a query is for? Once the data is read, it is available inside the query for any future processing.... and for as long as you do not EXPLICITELY cancel the query result/dataset...
Why do you need anything else?
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
Already there: WXShowroom.com, WXReplication (open source) Coming soon: WXEDM (open source) More information on http://www.fabriceharari.com
On 5/20/2015 1:58 AM, ALPHA VITA wrote:
Let me restate the question in a simpler format :
I connect to an SQL server an read a table. Where can I store it (in code) so that I can afterwards read the data and perform various actions based on the data ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,junio 2015 - 17:56 |
| Could you provide a sample code , so that I could understand what you mean exactly ? |
| |
| |
| | | |
|
| | | | |
| | |
|