USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic .Net
Voltar
Autor Assunto:  Select
Anderson_Coelho
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 24/10/2013 14:55 hs         
Boa tarde,
Bom estou com prolema , preciso aplicar uma select exemplo:
" select * from anunciante where anuncianteID > 5 "
Seria possivel aplicar dentro deste codido.
 
Private Sub print2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        
        Me.ItemedicaoTableAdapter.Fill(Me.Bd_oticaDataSet.itemedicao)
        Me.AnutelefoneTableAdapter.Fill(Me.Bd_oticaDataSet.anutelefone)
        Me.AnuncianteTableAdapter.Fill(Me.Bd_oticaDataSet.anunciante)
      
        Dim nRows As Integer
        Dim dr As DataRow
        Dim cont As Integer = 0
 
        Try
            nRows = Bd_oticaDataSet.anunciante.Rows.Count - 1
            While cont <= nRows
                dr = (Bd_oticaDataSet.anunciante.Rows(cont))
                MsgBox(dr("nome"))
                cont = cont + 1
            End While
        Catch ex As Exception
            MessageBox.Show("Erro: " & ex.Message, "Sem conexão", MessageBoxButtons.OK, MessageBoxIcon.Error)
            Exit Sub
        End Try
        MsgBox("fim")
 
    End Sub
 
Desde de já agradeço a ajuda 
   
Página(s): 1/1    


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página