PDA

View Full Version : I need help to implement sqlite Client / Server


homes
03-25-2008, 06:59 PM
It is possible?

jassing
03-26-2008, 10:07 AM
It is possible?

sqlite isn't a client / server in the traditional sense.

There is an sqlite plugin available that allows you to use /create sqlite databases -- however, the plugin is for sqlite2 not 3

Worm
03-26-2008, 10:19 AM
You may look into this.
http://planetsquires.com/support/index.php?board=23.0

Dermot
03-26-2008, 12:07 PM
There are a few implementations out there but I don't think any of them can be used from AMS. RealBasic has a server but its very pricey.

homes
03-26-2008, 02:15 PM
sqlite isn't a client / server in the traditional sense.

There is an sqlite plugin available that allows you to use /create sqlite databases -- however, the plugin is for sqlite2 not 3


I can use AMS and where can I find?

Jonas DK
03-30-2008, 03:49 PM
If you want to use a database server you could look in the examples forum for the MySQL version.

The MySQL Scripts build for AMS makes use of some LUA files to make the functionallety (all the actions and functions) act simularly to using the SQLite plugin in AMS, so it should be easy to adapt.

the only problem is that the LUA extensions get very unstable when used on Vista machines.

homes
03-31-2008, 10:46 PM
If you want to use a database server you could look in the examples forum for the MySQL version.

The MySQL Scripts build for AMS makes use of some LUA files to make the functionallety (all the actions and functions) act simularly to using the SQLite plugin in AMS, so it should be easy to adapt.

the only problem is that the LUA extensions get very unstable when used on Vista machines.

Thank you for your information.