Subject Re: [ib-support] Emergent! Ask for help about ASP+Blob
Author The DeerBear
Steven Zhou ZhiYing wrote:
> Dear All:
>
> My question is that : how can I set a record pointing to a specific
> doc files on the server? Say, I want to build up a record as shown
> underneath, I don't know how to let the table know the field is
> linked to temp.doc.
>
> index datatype (text)
> 1 ???c:\temp.doc???

So, you want some code that explains you how to POINT to a file on the
server?

There're several solutions to this problem, according to the type of things
you do with the server itself.

If it hosts a website, you can use http notation, or if you are in a LAN,
you can use the UNC location( //PCName/path ).

More, you could use an FTP url or whatever, depends on you.

You could even hardcode the "server name" in the ASP page and just write

MyAspObject.Get ServName&FileName

So, it's up to you I guess.

> Thanks a lot,

Welcome

> Steven

Andrew