Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I stored an IP address in a SQL database file. I want to read that file and get that IP address and mention that IP address in connection string in visual c#.I tried. But failed

What I have tried:

I googled for that but not found anything suitable for my condition.
Posted
Updated 19-Nov-19 23:45pm
v2
Comments
Richard MacCutchan 20-Nov-19 5:18am    
"I tried. But failed"
And you think that what you tried should remain a secret?
OriginalGriff 20-Nov-19 5:43am    
Well a student has to protect his valuable IP, you know!

1 solution

I do something similar, but with DB names and a setup file instead of a DB.
It might give you some ideas though: Instance Storage - A Simple Way to Share Configuration Data among Applications[^]
 
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