Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.NET WIndows Application Form Question

Status
Not open for further replies.

zishan876

Programmer
Mar 19, 2007
61
US
Hi:
I am a newbie to VB.NET 2008... So I wrote code that would connect to my sql server database and bring back results... Great...

Now I have a index.html page that is on my localhost written in javascript. I have a list of addresses that I need to hit the index.html page and from there bring back the result to place into the database.

I do not know how to put them together to work
for example:
would like to move from the recordset placing the result into the form on index.html and bringing back the value into the sql server 2000...

Anyone have an idea or example of how this should be done...
Thanks
Shan
 
The data is imbedded in the page and not pulled from a database?

would like to move from the recordset placing the result into the form on index.html and bringing back the value into the sql server 2000...
I can't quite understand your question. Let me say generally you would have your webpage pull directly from the sql server. If you couldn't do that then the page would have it's own database and then you would take data from the sql server and write it to that pages database.

If for some strange reason those two options are out or the data is imbedded then you would want to have your program rewrite the web page with the new data then upload it to the site.

-I hate Microsoft!
-Forever and always forward.
-My kingdom for a edit button!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top