Hello,

I must link with embedded SQL one file .MDB. Can I use DNS-less function?

Now I use this:
     exec sql
         connect to 'FuturaPJ' user 'Administrator/.'
     end-exec.
where:

FUTURAPJ = Link created with ODBC in Control Panel and written in a INF file 
described in COBOL85.CBR:

@ODBC_Inf=Futura.Inf

Where inside Futura.Inf:

[FuturaPJ]
@SQL_DATASRC=FuturaPJ

In VB, for example, DNS-less function is possible. Is possible inFujitsu v7 
too?

Thanks in advance.
Roberto