Page 1 of 1
Posted: Fri Jul 12, 2002 3:59 pm
by BackupUser
Restored from previous forum. Originally posted by stede.
Is there a way to use ADO in PureBasic? Also, Is there any lightweight DB's good for commercial applications?
Thanks,
Stede Troisi
Troisi Consulting
http://troisiconsulting.tripod.com
Posted: Fri Jul 12, 2002 5:29 pm
by BackupUser
Restored from previous forum. Originally posted by fred.
mysql
Fred - AlphaSND
Posted: Fri Jul 12, 2002 6:08 pm
by BackupUser
Restored from previous forum. Originally posted by stede.
I thought mySQL was Linux only?
mysql
Fred - AlphaSND
Posted: Sat Jul 13, 2002 3:59 am
by BackupUser
Restored from previous forum. Originally posted by Shawn.
Hi.
You could look at Firebird (
http://firebird.sourceforge.net/) or Interbase 6 OpenSource. I am not sure where the Interbase OpenSource version is anymore, but I think Firebird is built on the same code.
I have used PureBasic to connect to Interbase using ODBC.
Shawn
Posted: Sat Jul 13, 2002 12:43 pm
by BackupUser
Restored from previous forum. Originally posted by fred.
I thought mySQL was Linux only?
MySQL works on Windows too. I deeply recommend this database.
Fred - AlphaSND
Posted: Tue Oct 08, 2002 3:09 pm
by BackupUser
Restored from previous forum. Originally posted by andyboy_uk.
Is there a file based database (like access) that can be used by PureBasic without having to create an ODBC entry to it? Any ideas?
Andy Driskell
andyboy_uk@
http://www.com on MSN Messenger
Posted: Tue Oct 08, 2002 3:46 pm
by BackupUser
Restored from previous forum. Originally posted by Franco.
The only I know of (source code available) is the euphoria database system.
The source code is in euphoria (easy to understand) and you can generate/change your own database files.
So if you want to use it, you have to translate it to PureBasic... sorry.
If you are interested look at:
http://www.rapideuphoria.com
and download the newest free version of euphoria (database.e is in there).
User contributed tools to manage *.eds files are in 'the archive'.
Have a nice day...
Franco
Sometimes you have to go a lonely way to accomplish genius things.
Posted: Tue Oct 08, 2002 3:53 pm
by BackupUser
Restored from previous forum. Originally posted by andyboy_uk.
Does that mean that there is there no way of connecting to say an MS Access database file without creating an ODBC connection on the machine?
Can you not just pass the connection string on the openDatabase command to access it.
I will check out this euphoria db when I get home, thanks for the rapid reply.
Andy Driskell
andyboy_uk@
http://www.com on MSN Messenger
Posted: Tue Oct 08, 2002 4:16 pm
by BackupUser
Restored from previous forum. Originally posted by waffle.
yes, that is correct.
MS set that up that way so that most database types can be connected to using the same method. Cool in some ways, frustrating in other...