Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > Database on Internet


Reply
 
Thread Tools Display Modes
  #1  
Old 04-28-2006, 08:46 PM
has_rajani has_rajani is offline
Newcomer
 
Join Date: Apr 2006
Posts: 7
Default Database on Internet


Hi All
I want to know can i open connection if my database is on internet server.
Reply With Quote
  #2  
Old 04-28-2006, 10:27 PM
loquin's Avatar
loquin loquin is offline
Google Hound

Retired Moderator
* Guru *
 
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
Default

What kind of database? If it's Access, you're out of luck. (You can only connect to Access on an internet server using a server-side process like ASP)
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown
Reply With Quote
  #3  
Old 04-29-2006, 07:42 PM
has_rajani has_rajani is offline
Newcomer
 
Join Date: Apr 2006
Posts: 7
Default Reply

I have Access Database but you can tell me how can i connect to access on an internet server using a Server-side process like ASP.
Reply With Quote
  #4  
Old 04-30-2006, 10:30 AM
loquin's Avatar
loquin loquin is offline
Google Hound

Retired Moderator
* Guru *
 
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
Default

You will use ASP, which runs on the server to connect to the database. The ASP process will retrieve the data and display it in HTML, for your client browser to display.

ASP101.Com is a good place to get started.
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown
Reply With Quote
  #5  
Old 05-02-2006, 03:23 AM
has_rajani has_rajani is offline
Newcomer
 
Join Date: Apr 2006
Posts: 7
Default

I want To connect to database throug Visual basic 6 not from asp.
Reply With Quote
  #6  
Old 05-02-2006, 04:02 AM
sindhuKV's Avatar
sindhuKV sindhuKV is offline
Junior Contributor
 
Join Date: Feb 2004
Location: India,Bangalore
Posts: 380
Default

Is it an Intranet or InterNet application.
Do u want a centralized Access DB ...where in Different users can access the Same Database in the Network ??
__________________
"If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything."
Reply With Quote
  #7  
Old 05-02-2006, 04:24 AM
has_rajani has_rajani is offline
Newcomer
 
Join Date: Apr 2006
Posts: 7
Default

I can't understand but my database is on Internet server (e.g google.com,classic.com) and i want to connect to database.
Reply With Quote
  #8  
Old 05-02-2006, 10:46 AM
loquin's Avatar
loquin loquin is offline
Google Hound

Retired Moderator
* Guru *
 
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
Default

Quote:
Originally Posted by has_rajani
I want To connect to database throug Visual basic 6 not from asp.
...
I can't understand but my database is on Internet server (e.g google.com,classic.com) and i want to connect to database.
You can't connect to an Access data file on an internet server from a remote client.

It is NOT possible with Access.

Period.

Access is ONLY accessable on your local machine, or over a LAN. It is NOT accessable over the internet. You may be able to connect if you set up VPN (virtual private network] mapping between the client and the server, as the VPN software acts to extend your LAN to include the remote machine. But, typically, you won't have this available to you. And, even if you do, there's a chance that the intermittent delays associated with the internet would lead to database corruption issues, so I wouldn't recommend it.
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown

Last edited by loquin; 05-02-2006 at 10:56 AM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->