\documentclass[a4paper]{article}
\usepackage[latin1]{inputenc}
\begin{document}
\newcommand{\texdbconnectionnet}[2]{}
\newcommand{\texdbdef}[3]{}
\newcommand{\texdbfor}[2]{#2}
\newcommand{\texdbif}[2]{#2}
\newcommand{\texdbcommand}[1]{}
There is a certain Fred Feuerstein in the database. He is male.


Phone numbers:

 \begin{tabular}{ll}
07221/2011 & Fixed \\
0171/1235467 & Mobile \\
\end{tabular}

There is a certain Wilma Feuerstein in the database. She is female.

\end{document}