Guest vipin123 Posted March 13, 2010 Report Share Posted March 13, 2010 dear all, i m new in this sql server database programming.in my project i need to use database SQL server,i have an array in my project that i want to connect with SQL serverand when ever the array is updating my database also to be updated.how i will write the programme for that please help me Link to comment Share on other sites More sharing options...
justsomeguy Posted March 15, 2010 Report Share Posted March 15, 2010 If the language that you're using supports an event for when an array gets updated, then you can have an event handler do the update. Otherwise, it's not going to be automatic, you'll have to write all of the code to handle updates. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now