Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Open Source > Linux
|
Linux General discussion of programming the various flavors of Linux operating systems.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Linux section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 29th, 2004, 04:59 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default programming tip needed

Hi everybody, I'm new at opensource. I want to do a multiplataform application.

I've been programming in VB + MSAccess, but now I would like to do the same kind of application but in opensource.
I'm looking which language use and I find Python + wxPython which is multiplataform, but it cann't be compiled and I like to compile it.
To substitute MSAccess I don't know what DB can I use. I'm looking MySQL but I must install it on the client to work with it and I don't like to install. I don't want to install nothing in to the client, except the application evidently.

Thank's for your help and I hope I explain correctly.

David

// added on: 02-nov-2004
p.d. if nobody can't help me, can say me where can I find information about this? Thank's...
 
Old November 3rd, 2004, 01:37 PM
Friend of Wrox
 
Join Date: Dec 2003
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
Default

you could install mysql on the server side and write in c if it absolutely must be compiled. i much prefer perl personally. you have 2 options for the client running it as a cgi script on the server side and letting ppl connect via their web browser, or writing a full blown application which would connect to the mysql server daemon. a cgi script is lots easier, but again it's up to you.

here's details of the c api:
http://dev.mysql.com/doc/mysql/en/C.html

and you'll also want to read about installing mysql on your server:
http://dev.mysql.com/doc/mysql/en/Installing.html

--
Don't Stand on your head - you'll get footprints in your hair. http://charlieharvey.com
 
Old November 4th, 2004, 05:10 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi ciderpunx, thank's for your reply...

the problem it's that the client can not have internet connection.
the database must be in the client (like an Access file).

David
 
Old November 26th, 2004, 12:36 PM
Friend of Wrox
 
Join Date: Dec 2003
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
Default

hey david

In that case you can just install mysql on the client, like you'd install access if you wanted to read access files. You can then write your program exactly the same but connect to 127.0.0.1 or localhost instead of a remote machine.

HTH


--
Don't Stand on your head - you'll get footprints in your hair. http://charlieharvey.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
device DLL programming in client side programming hendyhanusin ASP.NET 1.0 and 1.1 Professional 2 February 19th, 2009 12:01 PM
Tool Tip MunishBhatia ASP.NET 2.0 Professional 2 May 11th, 2007 05:39 PM
device DLL programming in client side programming hendyhanusin ASP.NET 1.0 and 1.1 Basics 0 March 21st, 2007 08:05 AM
device DLL programming in client side programming hendyhanusin ASP.NET 2.0 Professional 1 March 21st, 2007 08:04 AM
Tip: How to 'grey-out' an image crmpicco Javascript How-To 2 April 14th, 2005 08:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.