I've to fix a problem in an old ANSI C program witch make use of Microsoft Embedded Precompiler (nsqlprep). I come across the following line of code:
EXEC SQL CONNECT TO :DBName AS SystemDBConnection USER :DBLogin;
In the source it isn't defined, so I've searched for SystemDBConnection
with Google but can't find anything about it.
Does anyone know what SystemDBConnection
is?