What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Online databases and VB 6 Pro?

Online databases and VB 6 Pro?
Author: Message:
Salem
Senior Member
****

Avatar

Posts: 769
Reputation: 16
37 / Male / Flag
Joined: May 2004
O.P. Online databases and VB 6 Pro?
Is ther a way to have a Microsoft Access database located on the internet and still be able to access it using Visual Basic 6?

This would be very helpful for me as i dont want my program to download the Access file all the time and then read it from the hard drive. If this is not possible, can you give me some code that will delete the downloaded Access file from the computer when it is no longer needed?

Thanx in advance
[Image: salem874.smart.jpg][Image: card.png]
Was i Helpful?[/url]
02-14-2005 11:19 AM
Profile PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Online databases and VB 6 Pro?
quote:
Originally posted by RileyM
Is ther a way to have a Microsoft Access database located on the internet and still be able to access it using Visual Basic 6?


yes, but the server with the Database on it would require a program.

then you connect to the IP of the server using Winsock api calls, send your (sql) command.

then have the program on the server execute the SQL, send back the results, then you parse them locally.

go look up some SQL tutorials for Program to Database connections if you dont know that already (Y).

as the for the Access file i dont understand, i dont use the Microsoft Access program if thats what you are talking about.

im sorry if this doesent help.
[Image: jeansiger5.jpg]
02-14-2005 11:27 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On