Re: .NET/ODBC queries Via the Internet




"Samuel" <samuel.shulman@xxxxxxxxxxxx> wrote in message news:uwQAHue5IHA.3588@xxxxxxxxxxxxxxxxxxxxxxx
I thought that it is possible without a Web Service using regular ASP pages with XML content

I wonder if there is a way to transfer the errors and other data

The datatable content is not a problem as there is standard methods to create and read the XML data

The main point is to minimize the required amount of work as we have exiting tested application

Thank you,
Samuel

"Lloyd Sheen" <a@xxx> wrote in message news:edFOAad5IHA.2544@xxxxxxxxxxxxxxxxxxxxxxx

"Samuel" <samuel.shulman@xxxxxxxxxxxx> wrote in message news:uXJAJUd5IHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
I find your comment quite rude

You under no obligation to reply and some people will ignore this message because it had a reply





"SurturZ" <surturz@xxxxxxxxxxxxxxxx> wrote in message news:EB1525BE-7FBC-43F3-BC21-E1592945E03D@xxxxxxxxxxxxxxxx
Erm, ASP.NET? :-)

--
David Streeter
Synchrotech Software
Sydney Australia


"Samuel" wrote:


Hi

I need to add a web interface to my VB.NET application

At the moment I use standard ODBC .NET driver but now I need to install the
program for someone who is offsite and can connect only via the internet.

What is the method that's used generally (encryption is not necessary)

Thank you,
Samuel






I really don't think that is rude. Asp.net is the Web Interface that is dot.net based.

Do you want an interface that can be used thru a browser or one that will allow your winforms app to be able to access the data thru the internet?

In the first case you would use Asp.Net to create the interface (too much to go into for the amount of details we have). The second case again you would use Asp.Net but create web service that your winforms app can use to get data from your database.

If you could narrow it down we could help.

LS



The two components you would need as a minimum are:

1. A method to send requests (includes query/update and request status)
2. A method to recieve those requests and process them

If you already have the winforms app created do you have a data layer?

LS

.



Relevant Pages

  • Re: .NET/ODBC queries Via the Internet
    ... I need to add a web interface to my VB.NET application ... A method to send requests ... If you already have the winforms app created do you have a data layer? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: .NET/ODBC queries Via the Internet
    ... I thought that it is possible without a Web Service using regular ASP pages ... create and read the XML data ... I need to add a web interface to my VB.NET application ... would use Asp.Net but create web service that your winforms app can use to ...
    (microsoft.public.dotnet.languages.vb)
  • Re: dvd-cdrom and code 39
    ... Please Reply to Newsgroup for the benefit of others ... Requests for assistance by email can not and will not be acknowledged. ... on a University Server and one on a Web Interface) Now you are Troll on top of ...
    (microsoft.public.windows.vista.hardware_devices)
  • Re: why post taken down?
    ... Using the WEB interface and a normal occurrence that comes with it:-o ... Please Reply to Newsgroup for the benefit of others ... Requests for assistance by email can not and will not be acknowledged. ...
    (microsoft.public.windowsxp.hardware)
  • Re: .NET/ODBC queries Via the Internet
    ... Sydney Australia ... Asp.net is the Web Interface that is dot.net based. ... Do you want an interface that can be used thru a browser or one that will allow your winforms app to be able to access the data thru the internet? ... The second case again you would use Asp.Net but create web service that your winforms app can use to get data from your database. ...
    (microsoft.public.dotnet.languages.vb)

Loading