
Transferring data through internet in VB.net without using ASP.Net
It's possible, if you have Oracle driver on the machine, that allows access
via VPN or internet.
I show you a trick:
Create a new empty text file and rename the extension to udl.
Then double click the file, and you can choose driver, path, password etc.
(this function is build into windows). If you open the file with notepad,
you see the connection string that you can use.
Quote:
> Hi Everybody!!!!!
> We had our application on VB6.0. Now we have migrated to
> VB.Net. In the old version, we had this application
> residing on the client side which used to transfer data to
> our oracle database in a remote location through an asp
> file on the web server. Now after migrating to vb.net, I
> would just like to know whether or not I can make any
> updates to a remote oracle database from my client
> application in VB.Net without using any asp/jsp pages. If
> it is not possible then could you please tell me as to how
> do I access records that are returned from a JSP in Xml
> format.
> Thanx.....