Subject Simple isc_attach_database Question
Author federonline
Hi.

I need to attach to a DB across a LAN, but all of the examples show
attachments similar to:

isc_attach_database(
status_vector,
0,
"employee.db",
&handle,
dpb_length,
dpb_buffer);


Can someone post a couple examples of using the API to connect across
the LAN??

Thanks.
Kurt.