Torna al Thread

Dim da As New OleDbDataAdapter Dim ds As New DataSet Dim strsql As String = "SELECT Collegamento, Titolo,codice,url,TARGET,images FROM MENU Where codicepadre='" + CStr(codicePadre) + "' ORDER BY Codice" da = New OleDbDataAdapter(strsql, objdb) da.Fill(ds, "menu") Dim dtable As DataTable = ds.Tables("menu")
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5