Changes for page Database Compatibility and Comparisons-FrontBase
Last modified by John Huss on 2010/07/23 14:35
From version 3.1
edited by Pascal Robert
on 2007/09/03 21:23
on 2007/09/03 21:23
Change comment:
There is no comment for this version
To version 4.1
edited by David Holt
on 2008/05/12 19:07
on 2008/05/12 19:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.dholt - Content
-
... ... @@ -1,5 +1,26 @@ 1 1 FrontBase is now available for free. Please see the FrontBase website [[http://www.frontbase.com]] for details. 2 2 3 +---- 4 + 5 +**Useful SQL commands in FrontBase** 6 + 7 +{{code value="sql"}} 8 + 9 +// writes an ascii backup of your database 10 +write all output(dir='/path/to/export/dir', type = 'FrontBase', content=true); 11 + 12 +// creates a database from the exported files that results from the previous command 13 +SCRIPT <path-to-export-directory>/schema.sql; 14 + 15 +// to rename a table 16 +alter table name Item to ItemArchive; 17 + 18 +{{/code}} 19 + 20 +If you don't use type='FrontBase', you end up losing precision on your timestamp columns, which can really suck. 21 + 22 +---- 23 + 3 3 A first experience with FrontBase, WO 5.3.1 and MacOSX 10.4.6 4 4 5 5 Make sure you have the FrontBase jdbc connector accessible from your WebObjects applications. I placed mine in /Library/Java/Extensions/