|
| Retrieving MSSQL messages in Windev |
| Iniciado por guest, 03,nov. 2016 10:52 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 03,noviembre 2016 - 10:52 |
Windev and MSSQL NativeAcces
When i do an update in Microsoft SQL Server Management Studio i get a result message.
Update dbo.Customers Set Name='Whatever' where Country='I'
On the tab 'messages', Microsoft SQL Server Management Studio says '(3 row(s) affected)'
How can i display this message back in my Windev application ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,noviembre 2016 - 11:47 |
Found it.
Update dbo.Customers Set Name='Whatever' where Country='I'; select @@ROWCOUNT; |
| |
| |
| | | |
|
| | | | |
| | |
|