I developed a database application with c#, and I want to connect this application to Asp Web site in the purpose to fill a form automatically.
In few words to send data from my database to th site's database,
the form fields are practically the same that exist in my database
Thank you for your help(I'm beginner)
automate data transfer
Started by Judor, May 02 2009 02:17 AM
3 replies to this topic
#1
Posted 02 May 2009 - 02:17 AM
|
|
|
#2
Posted 02 May 2009 - 06:49 AM
I'm a little confused about what you're trying to do:
1) have a database write directly to a web browser??? impossible
2) have one database write to another database. There are a variety of mechanisms for this depending on the database (Access, SQL Server, Oracle, Firebird, MySQL, etc)
3) modify your C# app to write to the web database instead of/in addition to the current one. The details of this will again depend on the particular databases, but shouldn't be too hard.
1) have a database write directly to a web browser??? impossible
2) have one database write to another database. There are a variety of mechanisms for this depending on the database (Access, SQL Server, Oracle, Firebird, MySQL, etc)
3) modify your C# app to write to the web database instead of/in addition to the current one. The details of this will again depend on the particular databases, but shouldn't be too hard.
#3
Posted 02 May 2009 - 09:37 AM
thank you,
my application runs a travel agency, and to apply for visas, we must complete a form on a website of the consulate concerned and the number of passengers is high, we want to do it automatically
my application runs a travel agency, and to apply for visas, we must complete a form on a website of the consulate concerned and the number of passengers is high, we want to do it automatically
#4
Posted 02 May 2009 - 10:22 AM
It sounds like you need to have the C# application open a web-browser and auto-fill the form. You aren't actually doing anything with their database.


Sign In
Create Account

Back to top









