Care Unlock  
Your online unlock store
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering

GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 07-16-2012, 14:20   #1 (permalink)
No Life Poster
 
..::SuB::..'s Avatar
 
Join Date: Aug 2008
Location: The Matrix :)
Age: 25
Posts: 566
Member: 833760
Status: Online
Sonork: 100.1597150
Thanks: 156
Thanked 90 Times in 42 Posts
Need Free MySQL component for D7

I need to build a service center database software from zero. I want to use MySQL for database because with this i can build a PHP based management system + client software. I found many component all over the net but confused which one is good. Do you have some experience in this topic? Should i use MySQL or go and search for other DB system?

I can't do it without web interface thats why i choosed MySQL.

Best Regards,
  Reply With Quote
Old 07-16-2012, 16:46   #2 (permalink)
Freak Poster
 
Join Date: Oct 2010
Posts: 146
Member: 1422878
Status: Offline
Thanks: 50
Thanked 66 Times in 22 Posts
You can use: ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi

ZeosLib | Free Development software downloads at SourceForge.net

or chech this page
Dephi Components to Access MySQL

Regards

Helpy
  Reply With Quote
The Following User Says Thank You to helpinterchange For This Useful Post:
Old 07-16-2012, 20:45   #3 (permalink)
Product Supporter
 
orbita's Avatar
 
Join Date: Apr 2002
Location: nckDongle
Posts: 1,965
Member: 11170
Status: Offline
Sonork: 1603694
Thanks: 230
Thanked 1,598 Times in 593 Posts
Yes ZEOSDBO is very friendly and easy to use component.
Have only 1 "problem" , need extrernal DLL.
  Reply With Quote
The Following 2 Users Say Thank You to orbita For This Useful Post:
Old 07-16-2012, 20:49   #4 (permalink)
Product Supporter
 
orbita's Avatar
 
Join Date: Apr 2002
Location: nckDongle
Posts: 1,965
Member: 11170
Status: Offline
Sonork: 1603694
Thanks: 230
Thanked 1,598 Times in 593 Posts
Quote:
Originally Posted by orbita View Post
Yes ZEOSDBO is very friendly and easy to use component.
Have only 1 "problem" , need extrernal DLL.
RealThinClient + MYSQL can make stable and multithread server easy.

For RealThinClient serch on net 2.74, 2.80 is freeware after autors maked comercial product.

Sorry , dubble posts
  Reply With Quote
The Following 2 Users Say Thank You to orbita For This Useful Post:
Old 07-18-2012, 13:24   #5 (permalink)
Freak Poster
 
Join Date: Oct 2010
Posts: 146
Member: 1422878
Status: Offline
Thanks: 50
Thanked 66 Times in 22 Posts
Thumbs up

Quote:
Originally Posted by orbita View Post
RealThinClient + MYSQL can make stable and multithread server easy.

For RealThinClient serch on net 2.74, 2.80 is freeware after autors maked comercial product.

Sorry , dubble posts
RealThinClient are very good components, but they are only components for communication inteface, Its does not solve the using dll in delphi to connect to MySql

RealThinClient: Delphi components for writing stable HTTP(S) Servers, ISAPI extensions and Clients


For Delphi 7 can use components from as simple as
- TMySQL
TmySQL - Open Source mySQL Component for Delphi

OR
- MySqlComponents
SciBit: MyComponents

...The components are extremely flexible and powerful for the advanced developer, yet also simple to use if you are a beginner and comfortable with borland's standard data aware components. The MyComponents accesses your MySQL servers/database directly, without any need for middle tier layers like BDE / ODBC / ADO or dbExpress with their inherent limitations. MyComponents can use any of three drivers to access your servers, either the standard method using the MySQL AB clientlibrary, or direct access to your database using the embedded MySQL server which voids the need for a MySQL Server, or using only TCP/IP directly to the MySQL server, freeing your application of additional distribution of clientlibraries....





OR
- DevArt Data Access Components for MySQL (MyDAC)
Delphi Data Access Components for MySQL (MyDAC)
Delphi Data Access Components for MySQL (MyDAC)

"...MyDAC is a complete replacement for standard MySQL connectivity solutions and presents an efficient alternative to the Borland Database Engine (BDE) and standard dbExpress driver for access to MySQL. Native Connectivity to MySQL

MyDAC-based DB applications are easy to deploy, do not require installation of other data provider layers (such as BDE or ODBC), and that's why they can work faster than the ones based on standard Delphi data connectivity solutions. Moreover, MyDAC provides an additional opportunity to work with MySQL directly without involving MySQL client library...."





Gszabi, if need help in you project send a PM. i have some demos with mysql.

Regards

Helpy
  Reply With Quote
The Following User Says Thank You to helpinterchange For This Useful Post:
Old 07-18-2012, 13:54   #6 (permalink)
Product Supporter
 
orbita's Avatar
 
Join Date: Apr 2002
Location: nckDongle
Posts: 1,965
Member: 11170
Status: Offline
Sonork: 1603694
Thanks: 230
Thanked 1,598 Times in 593 Posts
TMySQL need dll also see component description.

Code:
 TmySQL utilizes a single client DLL, which is provided by most Windows-compiled versions of MySQL.
Devart not use ,i'am have full package but author ask for freeware component.

I'am say about RealThinClient, with this component can be builded Webinterface
and Appilcation server easy.

I'am have working server using RealThinClient and devart component.
For 1 year it's stable.
  Reply With Quote
The Following 2 Users Say Thank You to orbita For This Useful Post:
Old 07-18-2012, 15:34   #7 (permalink)
Freak Poster
 
Join Date: Oct 2010
Posts: 146
Member: 1422878
Status: Offline
Thanks: 50
Thanked 66 Times in 22 Posts
Quote:
Originally Posted by orbita View Post
TMySQL need dll also see component description.

Code:
 TmySQL utilizes a single client DLL, which is provided by most Windows-compiled versions of MySQL.
Devart not use ,i'am have full package but author ask for freeware component.

I'am say about RealThinClient, with this component can be builded Webinterface
and Appilcation server easy.

I'am have working server using RealThinClient and devart component.
For 1 year it's stable.
Hi orbita

I am working with RealThinClient, really it is a good suite of components, you can implement Client-Server App quickly and working stable. the use of dll in mysql in not problem, only copy the dll in the server, the client app not nedd dll for working.

Regards

Helpy
  Reply With Quote
The Following User Says Thank You to helpinterchange For This Useful Post:
Reply

Bookmarks

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
Need software upgrade for Nokia 5110 ptkrf Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 26 09-25-2012 02:41
Seeking for flash nokia 5110 old version (3 version) can exchange for new Tomas Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 7 11-17-2011 17:08
need ericsson 88 cable migdamas Old Ericsson Phones & Sony Phones 1 06-02-1999 16:23
need eeprom photo???? mobileinfo Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 0 05-26-1999 11:35


All times are GMT +1. The time now is 07:05.



Powered by Searchlight © 2013 Axivo Inc.
- GSM Hosting Ltd. - 1999-2013 -
Page generated in 1.33079 seconds with 11 queries

SEO by vBSEO