Shopsite 8.1 is using SQLite,version 2,
http://www.sqlite.org/. SQLite is at version 3. SQLite has a command line interface that you can download and use, which I did and was able to look at the Shopsite Database. You can use PHP, Perl, etc. with SQLite as long as you have PHP, Perl, either compiled with SQLite support.
SQL is SQLs the command you use like Insert, Update, etc. should all be the same, just need to learn the syntax for SQLite commands.
Here are YourHost.com one of our Techs is working on getting PHP 4 compile with SQLite support. PHP 5 has SQLite support built in. Then I'm going to have out it with working with Shopsite databases directly. Having open databases opens up all sort of potential, of couse there is a down fall of clobbering info, but if you use the Shopsite databases and just read them and create your own database/tables, shouldn't be to much of an issue. Just recently finished a project, using Shopsite XML feed, MySQL, but going to rewrite it since I can access the databases directly.
Scott
YourHost.com
Dennis K. Moore wrote:So how can I use SQL commands to update the database outside of the ShopSite
Backoffice? I currently have a MySQL database which I have all of my
products. I use SQL commands to update the database. I then create XML
files to be used by ShopSite to update the product database. This is very
cumbersome.
If you do not support SQL outside of ShopSite, at minimum what database
product are you using?
/dkm
"jim" <jstavast@xmission.com> wrote in message
news:e9tun5$nv1$1@eval.shopsite.com...
The SQL is built into ShopSite so you do not have to have an SQL database
server installed on your machine. It will not interface with a MySQL
server.
Jim
Barry wrote:
HI
I was looking at the new feature of storing page and products in SQL.
Page and Product Databases in SQL (Pro, Manager, Starter)
Page and Product information is now stored in an SQL database.
I don't see anything mentioned in the help about that.
Would I have to create a My_SQL database for that to work?
Barry
[url][/url][url][/url]