Transferring data through internet in VB.net without using ASP.Net 
Author Message
 Transferring data through internet in VB.net without using ASP.Net

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.....



Mon, 30 May 2005 12:13:41 GMT  
 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.....



Sun, 05 Jun 2005 22:33:07 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ADO.NET with ASP.NET using VB.NET

2. Crystal Reports from ASP.NET without compiling VB.NET on SQL/ADO changes

3. ASP .Net using VB .Net Speed issue

4. Using VB.NET programming ASP.NET

5. Html editing in a asp.net project using vb.net

6. Using VB/ASP.net to save user requested web data

7. Quick data browsing over internet using vb.net?

8. using vs.net for asp.net pages

9. Using Internet Transfer Control without install vb 6.0 ???

10. Deploying vb.net windows form application on a pc without the .net framework

11. Survey on ASP/VS6.0 versus ASP.NET/VS.NET

12. Visual Basic.NET , ASP or ASP.NET

 

 
Powered by phpBB® Forum Software