es un string desde vb.net
Código vb:
Ver original
"Select TBL_CON.CONT_TEL_TELEFONO,TBL_CON.CONT_TEL_TIPO,TBL_CON.CONT_TEL_REGISTRO,TBL_GEN.GEN_DESC" & _ " from TBL_MEM_CONTACTO_TEL TBL_CON,TBL_CAT_GENERALES TBL_GEN" & _ " where TBL_CON.CONT_TEL_MEMBRESIA='" & membresia_num & "'" & _ " and TBL_GEN.GEN_SECCION=700 and TBL_CON.CONT_TEL_TIPO=TBL_GEN.GEN_CLAVE order by CONT_TEL_REGISTRO"
me devuelve 2 columnas una el telefono varchar y otra el tipo de telefono esta ultima sin problemas el telefono me resulta asi 1234567897 y al momento de recogerlo quiero que sea asi (123) 456-7897 espero y se pueda conseguir este resultado