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

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  SQL Para Analistas
Clau
não registrado
Postada em 28/10/2005 09:02 hs   
Olá!
Porque não tenta fazer algo parecido com:
        
Private Sub Incluir,
Public cnnBanco As New ADODB.Connection
Public tabela As New ADODB.Recordset
 
cnnBanco.ConnectionString = "driver={SQL Server};Server=" & nomeservidor & ";database=" & nomeBanco & "
  cnnBanco.Open
 
tabela.CursorType = adOpenKeyset
tabela.LockType = adLockOptimistic
tabela.Open "select nomecampo2 from nometabela where nomecampo1 = ' " & parametro " ' ", cnnBanco, , , adCmdText  
  
tabela.AddNew                                                                                                  'Se for fazer apenas um alteração, então basta reitar a linha de código a cima '

  tabela!nomcampo2 = parametro2        
  tabela.Update
  tabela.Close
 End Sub
     
Página(s): 2/2     « ANTERIOR  


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