VB PDA에서 원격 Mysql DB 접속하는 방법
페이지 정보
작성자
본문
Embeded Visual Tool 3.0으로 임베디드 DBMS 프로그래밍을 시작했다.
자세히 말하면 Embeded Visual Basic 3.0으로 기존 운영중인 mysql 디비 서버에 접속하여 재고파악하는 프로그램을 개발하려고 한다.
그런데 시작부터 난관에 당착했다. 왜냐하면 PDA의 여러가지 제약조건 때문에 Mysql 접속이 불가능했기 때문이다.
ADO, DAO, ODBC...등 별의별 방법을 찾아봤지만 해결책을 찾지 못했다. 여러곳에 질문도 해보고 전화로 자문을 구해봤지만 미들웨어 없이는 불가능하다는 것이었다.
2주일 정도를 뜬구름 잡는 심정으로 웹을 뒤졌다. 그래서 찾아낸것이 "MySQLMobile"이라는 것이었다. 1.3버전부터 1.8버전까지 나왔는데 1.8버전의 가격이 "$124.57"였다.
http://www.pocketgear.com/en/usd/210947,product-details,MySQLMobile.html
MySQLMobile.DLL
MySQLMobile.LIB
MySQLMobile.NET
MySQLMobile.OCX
다양한 형식의 프로그래밍이 가능하다. 불가능에서 가능으로 업그레이드 되는 순간이다.
진작에 누군가 이런것이 있다고 조언해 줬으면 얼마나 좋았을까.
참고로 ActiveX(OCX), .NET 프로그래밍만 가능한 1.3버전은 "$2.99"로 가격 부담도 없다.
http://mysqlmobile.en.softonic.com/pocketpc/download
아래는 "MySQLMobile"에 대한 간단한 소개글이다.
자세히 말하면 Embeded Visual Basic 3.0으로 기존 운영중인 mysql 디비 서버에 접속하여 재고파악하는 프로그램을 개발하려고 한다.
그런데 시작부터 난관에 당착했다. 왜냐하면 PDA의 여러가지 제약조건 때문에 Mysql 접속이 불가능했기 때문이다.
ADO, DAO, ODBC...등 별의별 방법을 찾아봤지만 해결책을 찾지 못했다. 여러곳에 질문도 해보고 전화로 자문을 구해봤지만 미들웨어 없이는 불가능하다는 것이었다.
2주일 정도를 뜬구름 잡는 심정으로 웹을 뒤졌다. 그래서 찾아낸것이 "MySQLMobile"이라는 것이었다. 1.3버전부터 1.8버전까지 나왔는데 1.8버전의 가격이 "$124.57"였다.
http://www.pocketgear.com/en/usd/210947,product-details,MySQLMobile.html
MySQLMobile.DLL
MySQLMobile.LIB
MySQLMobile.NET
MySQLMobile.OCX
다양한 형식의 프로그래밍이 가능하다. 불가능에서 가능으로 업그레이드 되는 순간이다.
진작에 누군가 이런것이 있다고 조언해 줬으면 얼마나 좋았을까.
참고로 ActiveX(OCX), .NET 프로그래밍만 가능한 1.3버전은 "$2.99"로 가격 부담도 없다.
http://mysqlmobile.en.softonic.com/pocketpc/download
아래는 "MySQLMobile"에 대한 간단한 소개글이다.
MySQLMobile allows software developers to write their own applications that can interact with mySQL? databases.
The MySQLMobile package features:
[이 게시물은 오원장님에 의해 2013-02-28 16:42:18 오피스팁에서 이동 됨]The MySQLMobile package features:
- usable from C++, eVC, eVB, VB.NET and C#, Visual Studio.NET 2003, Visual Studio 2005, and more
- package includes a DLL, LIB, OCX (ActiveX) and .NET control so you can use what best fits the situation.
- connect to any MySQL database (versions 3.x, 4.x and 5.x), as opposed to other products.
- example applications included for many programming environments
- extensive documentation included
- support for data compression
- support for encoded binaries (like images)
What's new in version 1.8:
- Not dependent of MFC anymore.
- Fixed a bug that would lead to crashes when retrieving data.
- An X86 DLL and LIB are included
Whats new in version 1.7:
- Automatic recovery of lost database connection.
- Better error reporting.
Whats new in version 1.6:
- Added a static C++ LIB to the package, so you can link to MySQLMobile statically
- Added examples for C# and VB.NET for Visual Studio 2005
Whats new in version 1.5:
- Added ability to query large binary records (like images)
- Added Visual Studio .NET 2003 example
Whats new in version 1.4:
- Fixed a bug in the .NET control that caused application to crash due to memory leaks.
Whats new in version 1.3:
- OCX (ActiveX) and .NET control are now included in the package
- Fixed some bugs
- More example applications provided
댓글목록
등록된 댓글이 없습니다.