473,805 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connect via VB

I have been searching for post that matches my question and so far I
have not found one, which leads me to believe what I want to do iasn't
possible, but here I go...

My current web host supports MySQL and I have in fact setup a small
test database. I curerntly have a fairly simple VB app (a couple of
forms, a 3rd party activeX control, limited Access DB reads and
writes). It would be very helpful if I could run this app from home
or my office. (I work in a small office, rural location, limited
internet options - using 1-way cable modem). At this point we don't
really have the time or resources to operate our own web server
(unless I can convince my boss that it is worth it). Is there a way I
can connect my VB app to the MySql database running on my host, or can
I create an activex control to run on the server?. (The host is Unix
based, if that matters). I suspect the problem will be connecting to
that MySQL database via the Internet. I have done some vb scripting,
a couple of years ago, but nothing quite like this. And given my huge
workload, I haven't found the time to find out if this is possible.
Perhaps someone here knows a solution or can point me in the right
direction. Thanks.

Damon
Jul 19 '05 #1
6 4451
On 11 Aug 2003 21:34:00 -0700, in mailing.databas e.mysql
da****@rcn.com (Damon) wrote:
| I have been searching for post that matches my question and so far I
| have not found one, which leads me to believe what I want to do iasn't
| possible, but here I go...
|
| My current web host supports MySQL and I have in fact setup a small
| test database. I curerntly have a fairly simple VB app (a couple of
| forms, a 3rd party activeX control, limited Access DB reads and
| writes). It would be very helpful if I could run this app from home
| or my office. (I work in a small office, rural location, limited
| internet options - using 1-way cable modem). At this point we don't
| really have the time or resources to operate our own web server
| (unless I can convince my boss that it is worth it). Is there a way I
| can connect my VB app to the MySql database running on my host, or can
| I create an activex control to run on the server?. (The host is Unix
| based, if that matters). I suspect the problem will be connecting to
| that MySQL database via the Internet. I have done some vb scripting,
| a couple of years ago, but nothing quite like this. And given my huge
| workload, I haven't found the time to find out if this is possible.
| Perhaps someone here knows a solution or can point me in the right
| direction. Thanks.
|
| Damon


What I think you need is a VPN connection (use the internet just like
a lan network connection.) Talk to your ISP about if this can be done
and the security implications (you could be opening your works'
network to hackers and all those unwelcomed 'visitors'.)

Converting your desktop app into a web based app is going to require a
lot of time, blood, sweat and tears :-(
---------------------------------------------------------------
jn****@yourpant sbigpond.net.au : Remove your pants to reply
---------------------------------------------------------------
Jul 19 '05 #2
On 11 Aug 2003 21:34:00 -0700, in mailing.databas e.mysql
da****@rcn.com (Damon) wrote:
| I have been searching for post that matches my question and so far I
| have not found one, which leads me to believe what I want to do iasn't
| possible, but here I go...
|
| My current web host supports MySQL and I have in fact setup a small
| test database. I curerntly have a fairly simple VB app (a couple of
| forms, a 3rd party activeX control, limited Access DB reads and
| writes). It would be very helpful if I could run this app from home
| or my office. (I work in a small office, rural location, limited
| internet options - using 1-way cable modem). At this point we don't
| really have the time or resources to operate our own web server
| (unless I can convince my boss that it is worth it). Is there a way I
| can connect my VB app to the MySql database running on my host, or can
| I create an activex control to run on the server?. (The host is Unix
| based, if that matters). I suspect the problem will be connecting to
| that MySQL database via the Internet. I have done some vb scripting,
| a couple of years ago, but nothing quite like this. And given my huge
| workload, I haven't found the time to find out if this is possible.
| Perhaps someone here knows a solution or can point me in the right
| direction. Thanks.
|
| Damon


What I think you need is a VPN connection (use the internet just like
a lan network connection.) Talk to your ISP about if this can be done
and the security implications (you could be opening your works'
network to hackers and all those unwelcomed 'visitors'.)

Converting your desktop app into a web based app is going to require a
lot of time, blood, sweat and tears :-(
---------------------------------------------------------------
jn****@yourpant sbigpond.net.au : Remove your pants to reply
---------------------------------------------------------------
Jul 19 '05 #3
On 11 Aug 2003 21:34:00 -0700, in mailing.databas e.mysql
da****@rcn.com (Damon) wrote:
| I have been searching for post that matches my question and so far I
| have not found one, which leads me to believe what I want to do iasn't
| possible, but here I go...
|
| My current web host supports MySQL and I have in fact setup a small
| test database. I curerntly have a fairly simple VB app (a couple of
| forms, a 3rd party activeX control, limited Access DB reads and
| writes). It would be very helpful if I could run this app from home
| or my office. (I work in a small office, rural location, limited
| internet options - using 1-way cable modem). At this point we don't
| really have the time or resources to operate our own web server
| (unless I can convince my boss that it is worth it). Is there a way I
| can connect my VB app to the MySql database running on my host, or can
| I create an activex control to run on the server?. (The host is Unix
| based, if that matters). I suspect the problem will be connecting to
| that MySQL database via the Internet. I have done some vb scripting,
| a couple of years ago, but nothing quite like this. And given my huge
| workload, I haven't found the time to find out if this is possible.
| Perhaps someone here knows a solution or can point me in the right
| direction. Thanks.
|
| Damon


What I think you need is a VPN connection (use the internet just like
a lan network connection.) Talk to your ISP about if this can be done
and the security implications (you could be opening your works'
network to hackers and all those unwelcomed 'visitors'.)

Converting your desktop app into a web based app is going to require a
lot of time, blood, sweat and tears :-(
---------------------------------------------------------------
jn****@yourpant sbigpond.net.au : Remove your pants to reply
---------------------------------------------------------------
Jul 19 '05 #4
Thanks for the input. I appreciate it. I will look into these things.
"swdev1" <ws**********@a dvmed.com> wrote in message news:<0W******* ********@newssv r24.news.prodig y.com>...
Damon -
yes - its very straightforward - get the odbc drivers for mySql , check with
your ISP to ensure that your mySql data can at least be viewed with a tool
like phpmySqlAdmin [its a rights issue here, basically] and
review this one:
http://fox.wikis.com/wc.dll?Wiki~VFPmySQLLinuxP1~VFP

its centric to VFP, but its very odbc and spt based - you should get the
right ideas from there, and shift to the concept of no need for Access at
all - just handle your data with ADO.

let me know if you get stumped, or need assistance .
----
some other thoughts -
ah - you basically wanna do client server with VB and mySql. There are
loads of white papers from MicroSoft on how to do this with VB and SQL - the
techniques are exactly the same - just a different back end in this case.

IF you can get to your data via odbc from any computer on the net - then you
don't need a VPN. If you cannot get to it - then you will need a VPN for
the odbc pipe that you will instantiate from the client side.

Don't bother 'running' your app on the unix machine at all. Run it on a
Wintel Box and have the back end hit the mysql server on the 'net.

hth - mondo regards [Will]

--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
FREE LONG DISTANCE -> mailto:ex****** **@efgroup.net
mySql / VFP / MS-SQL
"Damon" <da****@rcn.com > wrote in message
news:2a******** *************** ***@posting.goo gle.com...
I have been searching for post that matches my question and so far I
have not found one, which leads me to believe what I want to do iasn't
possible, but here I go...

My current web host supports MySQL and I have in fact setup a small
test database. I curerntly have a fairly simple VB app (a couple of
forms, a 3rd party activeX control, limited Access DB reads and
writes). It would be very helpful if I could run this app from home
or my office. (I work in a small office, rural location, limited
internet options - using 1-way cable modem). At this point we don't
really have the time or resources to operate our own web server
(unless I can convince my boss that it is worth it). Is there a way I
can connect my VB app to the MySql database running on my host, or can
I create an activex control to run on the server?. (The host is Unix
based, if that matters). I suspect the problem will be connecting to
that MySQL database via the Internet. I have done some vb scripting,
a couple of years ago, but nothing quite like this. And given my huge
workload, I haven't found the time to find out if this is possible.
Perhaps someone here knows a solution or can point me in the right
direction. Thanks.

Damon

Jul 19 '05 #5
Thanks for the input. I appreciate it. I will look into these things.
"swdev1" <ws**********@a dvmed.com> wrote in message news:<0W******* ********@newssv r24.news.prodig y.com>...
Damon -
yes - its very straightforward - get the odbc drivers for mySql , check with
your ISP to ensure that your mySql data can at least be viewed with a tool
like phpmySqlAdmin [its a rights issue here, basically] and
review this one:
http://fox.wikis.com/wc.dll?Wiki~VFPmySQLLinuxP1~VFP

its centric to VFP, but its very odbc and spt based - you should get the
right ideas from there, and shift to the concept of no need for Access at
all - just handle your data with ADO.

let me know if you get stumped, or need assistance .
----
some other thoughts -
ah - you basically wanna do client server with VB and mySql. There are
loads of white papers from MicroSoft on how to do this with VB and SQL - the
techniques are exactly the same - just a different back end in this case.

IF you can get to your data via odbc from any computer on the net - then you
don't need a VPN. If you cannot get to it - then you will need a VPN for
the odbc pipe that you will instantiate from the client side.

Don't bother 'running' your app on the unix machine at all. Run it on a
Wintel Box and have the back end hit the mysql server on the 'net.

hth - mondo regards [Will]

--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
FREE LONG DISTANCE -> mailto:ex****** **@efgroup.net
mySql / VFP / MS-SQL
"Damon" <da****@rcn.com > wrote in message
news:2a******** *************** ***@posting.goo gle.com...
I have been searching for post that matches my question and so far I
have not found one, which leads me to believe what I want to do iasn't
possible, but here I go...

My current web host supports MySQL and I have in fact setup a small
test database. I curerntly have a fairly simple VB app (a couple of
forms, a 3rd party activeX control, limited Access DB reads and
writes). It would be very helpful if I could run this app from home
or my office. (I work in a small office, rural location, limited
internet options - using 1-way cable modem). At this point we don't
really have the time or resources to operate our own web server
(unless I can convince my boss that it is worth it). Is there a way I
can connect my VB app to the MySql database running on my host, or can
I create an activex control to run on the server?. (The host is Unix
based, if that matters). I suspect the problem will be connecting to
that MySQL database via the Internet. I have done some vb scripting,
a couple of years ago, but nothing quite like this. And given my huge
workload, I haven't found the time to find out if this is possible.
Perhaps someone here knows a solution or can point me in the right
direction. Thanks.

Damon

Jul 19 '05 #6
Thanks for the input. I appreciate it. I will look into these things.
"swdev1" <ws**********@a dvmed.com> wrote in message news:<0W******* ********@newssv r24.news.prodig y.com>...
Damon -
yes - its very straightforward - get the odbc drivers for mySql , check with
your ISP to ensure that your mySql data can at least be viewed with a tool
like phpmySqlAdmin [its a rights issue here, basically] and
review this one:
http://fox.wikis.com/wc.dll?Wiki~VFPmySQLLinuxP1~VFP

its centric to VFP, but its very odbc and spt based - you should get the
right ideas from there, and shift to the concept of no need for Access at
all - just handle your data with ADO.

let me know if you get stumped, or need assistance .
----
some other thoughts -
ah - you basically wanna do client server with VB and mySql. There are
loads of white papers from MicroSoft on how to do this with VB and SQL - the
techniques are exactly the same - just a different back end in this case.

IF you can get to your data via odbc from any computer on the net - then you
don't need a VPN. If you cannot get to it - then you will need a VPN for
the odbc pipe that you will instantiate from the client side.

Don't bother 'running' your app on the unix machine at all. Run it on a
Wintel Box and have the back end hit the mysql server on the 'net.

hth - mondo regards [Will]

--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
FREE LONG DISTANCE -> mailto:ex****** **@efgroup.net
mySql / VFP / MS-SQL
"Damon" <da****@rcn.com > wrote in message
news:2a******** *************** ***@posting.goo gle.com...
I have been searching for post that matches my question and so far I
have not found one, which leads me to believe what I want to do iasn't
possible, but here I go...

My current web host supports MySQL and I have in fact setup a small
test database. I curerntly have a fairly simple VB app (a couple of
forms, a 3rd party activeX control, limited Access DB reads and
writes). It would be very helpful if I could run this app from home
or my office. (I work in a small office, rural location, limited
internet options - using 1-way cable modem). At this point we don't
really have the time or resources to operate our own web server
(unless I can convince my boss that it is worth it). Is there a way I
can connect my VB app to the MySql database running on my host, or can
I create an activex control to run on the server?. (The host is Unix
based, if that matters). I suspect the problem will be connecting to
that MySQL database via the Internet. I have done some vb scripting,
a couple of years ago, but nothing quite like this. And given my huge
workload, I haven't found the time to find out if this is possible.
Perhaps someone here knows a solution or can point me in the right
direction. Thanks.

Damon

Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
3247
by: James Kupernik | last post by:
Hello everyone! I'm hoping someone can shed some light on my ever daunting mysql/php problem. I'm currently trying to get a new server up and running using apache/php/mysql. Everything runs fine, except every so often (very random) mysql will not autenticate the username and password. Once you hit refresh it goes through fine.
4
9108
by: Steve Smith | last post by:
I have just installed db2 connect v8.1 (personal edition) on my PC - and reinstalled DB2 Application development client (again v8.1 FP4). When trying to use this to connect via CLI to an AS/400 (which is set up correctly according to the 'DB2 Version 8 Connectivity Cheat sheet' by Raul F Chong) I get an error message from db2licm.exe telling me that 'The procedure entry point sqlofgets could not be located in the dynamic link library...
6
3076
by: Jerry Orr | last post by:
We are trying to determine the easiest (and cheapest) way to get connections for about 50 Win2K workstations on our LAN to DB2 on a z/OS server. We could install DB2 Connect Personal Edition on every workstation, but that would require purchasing a license for each workstation (or, more likely, a site license). We would like to avoid that option. I've heard mixed accounts of what DB2 Connect ENTERPRISE Edition can do. One source says...
30
7453
by: aka | last post by:
Hi I have a DB2 v8.1 on AIX and DB2 Connect EE on Solaris wich is connected to OS/390 DB2 subsystems via APPC / SNA. I have cataloged the DB2 Connect instance as tcpip node and then the Host DB cataloged on that node...this works from v7.2 Fixpack 11 clients and servers, but with v8.1 server I get SQL1334N. Does anyone has an idea? Thanks
0
4550
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager Express Edition v1.3.2 Win, IBM Tivoli System Automation v1.2.0 Linux, IBM Tivoli Workload Scheduler Virtualized Data Centers v8.2 , other IBM Tivoli CDs, WEBSPHERE EVERYPLACE MOBILE PORTAL v5.0 - ALTIUM , other IBM WebSphere Business CDs...
5
5697
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere 4.0, SourceOffSite 4.1, VSS Connect 1.5, SourceXT 2.1, VSS Remoting 2.5,
5
6675
by: rAinDeEr | last post by:
Hi, Y'day one of my friend showed me how to connect to a Oracle database as SYSDBA, DBA etc I have DB2 UDB installed in Linux machine.Right now, I have a user WADI which has got some previliges on the tables. But I dont know how to connect as SYSDBA etc
14
7045
by: Marcus | last post by:
I have a function that simply returns TRUE if it can connect to a particular Sql Server 2005 express, or FALSE if it cannot. I am getting some strange error codes returned when the computer that sql server resides on is not reachable. The error is different depending on the connection string that I use. If I use the following connection string: "server=192.1.1.1; Initial Catalog=master; uid=The_User; password=The_Password; Connect...
2
3808
by: zgh1970 | last post by:
Hi, All, I have question on DB2 CONNECT configure. We installed DB2 ESE V8 FixPak 14 o AIX . When we set up the connection to DB2 Mainframe. We just catalog node and DB directory without DCS. From what I know, DB2 conenct needs to set up node, dcs and db directories. Why DB2 CONNECT can connect to DB2 mainframe without the DCS?
0
10363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.