Posts by Kleber Nunes • 71 points
4 posts
-
6
votes1
answer13196
viewsQ: Hide field in HTML with Bootstrap
How can I make a text field in my HTML is hidden when the user is viewing by mobile and appears when he is viewing by PC?
-
0
votes3
answers3959
viewsA: INSERT INTO NOT EXISTS
Test as follows: DECLARE @Var VARCHAR(50) SET @Var = (SELECT url_seo FROM pagina_extra WHERE url_seo = 'downloads') IF @Var <> 'downloads' BEGIN INSERT INTO pagina_extra (ID_PExtra,…
-
1
votes2
answers414
viewsA: Insert CSV file data into the pl/sql Database using VB.NET
Try to use this code: Dim conn As OdbcConnection Dim cmd As OdbcCommand Dim da As OdbcDataAdapter Dim dt As DataTable Dim connectionStringExcel As String =…
-
0
votes0
answers59
viewsQ: Data Return Excel VB.NET
I have a problem to return the excel data to a Datagridview... I am using the commands below Dim connectionStringExcel As String = "Driver={0};DriverId=790; Dbq={1};DefaultDir={2};Extended…