If I have the basic Discrete Fourier Transform from a discrete function $x[n]$, like this: $$\displaystyle X[k] = \sum\limits_{n=0}^{N-1} x[n]e^{-j\frac{2\pi}{N}kn} $$
How can I get to the expression for the Fourier Transform:
$$\displaystyle X(j\Omega) = \sum\limits_{n=-\infty}^{+\infty} x[n]e^{-j\Omega n} $$
I understand that it follows when $N\rightarrow \infty$ but When you simply substitute that, you get limits from $0 \mbox{ to } \infty$ instead of $-\infty \mbox{ to } \infty$, which si needed for Fourier Transform.
How can I get around this?
P.S. The function $x$ can be of length $L$, and $N\geq L$, with func $x$ appended with zeros for values of n $L\leq n \leq N-1$, but that isn't so important.