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:
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 »

Messages In This Thread
Online databases and VB 6 Pro? - by Salem on 02-14-2005 at 11:19 AM
RE: Online databases and VB 6 Pro? - by Ash_ on 02-14-2005 at 11:27 AM


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