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

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  Retornar '-' quando a SQL não achar dados BD:Mysql
Knight
GOIÂNIA
GO - BRASIL
ENUNCIADA !
Postada em 07/05/2008 16:39 hs         
Quero fazer uma SQL retornar '-' quando ela não encontrar dados.
BD:Mysql
Estou tenbtando assim:

SQLSTR_CONSULTA = "Select ifnull(CODIGO,'-') as ID,ifnull(NOME,'-') as Nome from " & TABELA & " order by CODIGO"

   
JOM
BOM JESUS DA LAPA
BA - BRASIL
ENUNCIADA !
Postada em 07/05/2008 21:43 hs            
 

SQLSTR_CONSULTA = "Select CODIGO as ID, NOME as Nome from " & TABELA & " where isnull(CODIGO) and isnull(NOME)order by CODIGO"

Retornará os campos CODIGO e NOME quando ambos forem nulos, porém, se são nulos, trará registros obviamente sem valores, é isto mesmo que quer? não seria a tabela toda juntamente com os campos nulos não?

 

   
Knight
não registrado
Postada em 07/05/2008 22:11 hs   
blz, quero q se não ouver dados ele retorne um traço ( - )
     
Treze
Pontos: 2843 Pontos: 2843
SÃO VICENTE
SP - BRASIL
Postada em 08/05/2008 12:25 hs            
já tentou assim
 
 

SQLSTR_CONSULTA = "Select CODIGO as ID, NOME as Nome from " & TABELA & " where Isnull(CODIGO,"-") or Isnull(NOME,"-") order by CODIGO "

     
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