Jump to content

automate data transfer

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Judor

Judor

    Newbie

  • Members
  • Pip
  • 2 posts
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)

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Judor

Judor

    Newbie

  • Members
  • Pip
  • 2 posts
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

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog