hi dear,
i'm going to develop database that can access file in the user profile folder. but, i dun know how to create link in database mysql. i have 5 field in database.username,password,email and file. file contain link that access the file in file://C. i dont know how to do dat. please ya help me here
bye dear

Recommended Answers

All 3 Replies

You almost had it, just teh slashes have to be backward slashes so link should look something like this:
\\servername\fioldername\filename.blah

thanks,but where i'm going to put the link?in the field of the table in database?

Yes, i dont know what your table structure is, but u can put it in a field.
You can create a url field in one of your tables and insert into that field.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.