Database support PB Linux

Linux specific forum
xstreur
New User
New User
Posts: 7
Joined: Wed May 05, 2004 6:16 pm
Location: The Netherlands

Database support PB Linux

Post by xstreur »

Is there (or will there be) any database support like in the Windows version? :?:
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

I know some are using SQLite, as mentioned recently here: viewtopic.php?t=10983

I have not created any ODBC style connections in Linux but the PB reference document says it is supported.

What database are you planning to use?

-Beach
xstreur
New User
New User
Posts: 7
Joined: Wed May 05, 2004 6:16 pm
Location: The Netherlands

MySQL

Post by xstreur »

I'm doing a C/S project with MySQL and PureBasic. MySQl on server (Linux) and at first a windows client. I'd like to port the client to a Linux environment.
That's why I'm looking for a library with which I can still use the same databasecode in my application.
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The database support is already included in the actual version trough myODBC library (basically the ODBC port for linux).
Mikethebike
New User
New User
Posts: 7
Joined: Thu Jul 01, 2004 11:25 pm
Location: Switzerland
Contact:

Post by Mikethebike »

Hi
in the actual 3.91beta it's integrated. Could one please test MySQL on linux and report
the result?
Thanks
Michael
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It works, that's what I used for my tests.
Mikethebike
New User
New User
Posts: 7
Joined: Thu Jul 01, 2004 11:25 pm
Location: Switzerland
Contact:

Post by Mikethebike »

HI
Ohh fine. That's good news. So what did I wrong. Could you tell me which ODBC
(rpms?) you used and paste your config of it here?
Many thanks and regards
Michael
PS: I use mandrake 10
Post Reply