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 ?
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 ?