Database Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesDatabase Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old April 15th, 2003, 07:03 AM
martinkelly martinkelly is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 6 martinkelly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question How can I connect to a database on the net

I am trying to create a desktop program in vb6 that gets its data from a database located on my webspace how do i connect to it.

I have never tried any remomte connections or ceating client/server software so this is new to me

any help would be appreciated

thanks

Reply With Quote
  #2  
Old April 15th, 2003, 08:22 AM
crazytrain81 crazytrain81 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 232 crazytrain81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
What type of database are you trying to connect to? Is it just a Microsoft Access Database file located on your personal space, or is it a remote SQL Server? Let me know which and I'll give you some code.

Reply With Quote
  #3  
Old April 15th, 2003, 10:25 AM
martinkelly martinkelly is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 6 martinkelly User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks its ms access

its ms access on my personal webspace thanks for your help

Reply With Quote
  #4  
Old April 16th, 2003, 03:29 AM
fakker fakker is offline
The calm b4 the storm
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Manchester, UK
Posts: 404 fakker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via Yahoo to fakker
Hey,

when I am connecting to an MS ACCESS DB on my website, I create a file called "connection.asp" then when ever I need to connect to the DB, I simply call this page, with the code:

Code:
<%
	Set strConnect = Server.CreateObject("ADODB.Connection")
	strConnect.Open "DBQ=" & Server.MapPath("folder/db_name.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};"
%>


I think if you're accessing this from your desktop, you would simply upload the "connection.asp" page to your personal webspace, then call it with the full path name eg: include "http: // something.com/connection.asp"

Hope that helps some......
__________________
Matt 'Fakker' Facer

mattfacer.com

Reply With Quote
  #5  
Old April 17th, 2003, 12:52 PM
crazytrain81 crazytrain81 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 232 crazytrain81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
<%

Set myCxn = Server.CreateObject("ADODB.Connection")
myCxn.ConnectionString = " Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("folder/db.mdb") & ";"
myCxn.Open

%>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesDatabase Development > How can I connect to a database on the net


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway