Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Kevin Fischer
elements to load them as a file.> >> > Kevin> Date: Tue, 16 Dec 2008 18:23:30 -0500> From:> > christopher.kar...@gmail.com> To: wix-users@lists.sourceforge.net>> > Subject: Re: [WiX-users] Problems executing SQL script to insert data> > You> > eith

Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Christopher Karper
hristopher.kar...@gmail.com> To: wix-users@lists.sourceforge.net> > Subject: Re: [WiX-users] Problems executing SQL script to insert data> > You > either need to load them as SqlScript elements from a file, or escape> the > square brackets according to Formatted String rul

Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Kevin Fischer
I'm already using SqlScript elements to load them as a file. Kevin> Date: Tue, 16 Dec 2008 18:23:30 -0500> From: christopher.kar...@gmail.com> To: wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Problems executing SQL script to insert data> > You eithe

Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Christopher Karper
You either need to load them as SqlScript elements from a file, or escape the square brackets according to Formatted String rules. I think it's [\[] and [\]], but you'll want to double check that. Or, you could always wing it, and just run without brackets. You may find it works just fine. Chr