Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I write a database software by Delphi 7. DB is SQL Server and has install on server . User save record to bank. For every record there is an attachment file which must be save in server. File must be save in a folder in server and it’s Address must be save in bank. For save file to folder in server, there must be a login of windows which has full access to that folder.
In Delphi how can I use this login (username and password) in my code?
Please reply me full commands for do this work.
Thanks very much
Posted

1 solution

You don't need to login to windows , SQL Server 2008 and later have File Stream features that do it , see this article :

How Do I: Use SQL File Stream[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900