The text of this article is not in this database — only its details are. Read it on the old site: Insert Record in Database Using Textboxes in JavaScript
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

aaaPosted Apr 22, 2018, 2:12 AM
How to apply this code in android studio??
Nitin SontakkePosted Sep 12, 2016, 6:51 AM
To my understanding, this will work only on your machine, because "Data Source=." is impossible to resolve on any other machine. It will try to connect to SQL Server on that machine. Another thing is, while you might have put **** password here, in reality you will need to type the password there and it is possible to see the connection string by "View Page source", Am I right?
Nitin BhardwajPosted Aug 10, 2015, 6:15 AM
http://www.c-sharpcorner.com/UploadFile/9a81a4/adodb-connection-in-net-application-using-C-Sharp/
s dPosted Aug 5, 2015, 10:02 AM
what's this ADODB?