Reading a SQL database: We want to read data from a SQL server database and display them in an SAP screen. How should we proceed?
Implement the SQL database access in a VB.NET function (class library) and call this function from your GuiXT script with "CallVB" (GuiXT Controls needed). Then display the data in a suitable form, using "Text", "Input" or "Table" commands.