Project

General

Profile

« Previous | Next » 

Revision 14662

/README.TXT: Datasource setup: For MS Access databases: added that one should use the settings in the associated .ini file where available

View differences:

README.TXT
296 296
			http://bullzip.com/download.php > Access To PostgreSQL > Download
297 297
		Use Access To PostgreSQL to export the database:
298 298
			Export just the tables/indexes to inputs/<datasrc>/<file>.schema.sql
299
			Export just the data to inputs/<datasrc>/<file>.data.sql
299
				using the settings in the associated .ini file where available
300
			Export just the data to inputs/<datasrc>/<file>.data.sql using the
301
				settings in the associated .ini file where available
300 302
		In <file>.schema.sql, make the following changes:
301 303
			Replace text "BOOLEAN" with "/*BOOLEAN*/INTEGER"
302 304
			Replace text "DOUBLE PRECISION NULL" with "DOUBLE PRECISION"

Also available in: Unified diff