-----Original Message----- >From: "G. Roderick Singleton" <[EMAIL PROTECTED]> >Sent: Aug 7, 2006 5:01 PM >To: [email protected] >Cc: James Mckenzie <[EMAIL PROTECTED]>, Mac OSX Mail List <[EMAIL PROTECTED]> >Subject: Re: [users] Using JDBC to connect to MySQL database > >On Mon, 2006-08-07 at 16:52 -0400, G. Roderick Singleton wrote: >> On Mon, 2006-08-07 at 12:26 -0700, James Mckenzie wrote: >> > All: >> > >> > I am attempting to use the Java Database Connector to connect to a MySQL >> > database that is located on the same machine. I have installed the >> > connector's .jar file and added it to the ClassPath. However, I am not >> > able to pull through the database nor is the connector listed as a data >> > source. >> > >> > Any idea on what I should do next? >> > >> >> If you are trying to get the relationship editor to open and have JDC >> >3.1.12 or >5.0beta then try setting the URL as >> dbc:mysql://localhost/openoffice?overrideSupportsIntegrityEnhancementFacility=TRUE > >I meant >jbc:mysql://localhost/openoffice?overrideSupportsIntegrityEnhancementFacility=TRUE Ok. Here is what should work:
jdbc:mysql://localhost/openoffice?overrideSupportsIntegrityEnhancementFaclity=TRUE But I'm using the datasource for addresses for the MailMerge Wizard. I will do a writeup in the appropriate issue for this after I get a good table for the MailMerge Wizard data. I'm hoping that the MySQL JDBC was/is the problem and using beta software is not a good idea. James M. MacOSX QA Test Lead, American English --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
