RE: compiling under windows and question mark in fields
From: Andy Hassall (andy_at_andyh.co.uk)
Date: 03/24/05
- Next message: moneesingh_at_yahoo.com: "mysql, DBI-CGI related"
- Previous message: boB Rudis: "compiling under windows and question mark in fields"
- In reply to: boB Rudis: "compiling under windows and question mark in fields"
- Next in thread: Gav....: "Sending Mail"
- Reply: Gav....: "Sending Mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <dbi-users@perl.org> Date: Thu, 24 Mar 2005 22:24:24 -0000
> Does anyone have a good pointer on what's required to compile DBI
> under Windows (using the ActiveState base)?
The general rule is you need the same compiler that was used to compile the
Perl you're using. For ActiveState, that's Microsoft Visual C++. Other than
that, there's not much in the way of prerequisites. This mail reminded me to
upgrade to 1.48 on this machine, and all I needed to do was open a Visual
Studio .NET command prompt (i.e. just the shortcut to a normal command
prompt but it runs vcvars32.bat) and run "cpan DBI" which fetches, compiles
and installs it.
> And, while I submitted a bug fix req quite a while ago and had it
> fixed for *nix (the ability to use question marks in field names
> primarily by hacking the back-tick operator as a quoting character) I
> was wondering if anyone came across said problem under Windows and
> managed to solve it...
Can't say I've ever thought about having question marks in field names
other than with a sense of horror ;-) but shouldn't that be down to the DBD
and database's native quoted-identifier syntax (i.e. double quotes as
standard, or backticks on MySQL, and doesn't Access use square brackets?)
rather than up in the DBI level?
-- Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
- Next message: moneesingh_at_yahoo.com: "mysql, DBI-CGI related"
- Previous message: boB Rudis: "compiling under windows and question mark in fields"
- In reply to: boB Rudis: "compiling under windows and question mark in fields"
- Next in thread: Gav....: "Sending Mail"
- Reply: Gav....: "Sending Mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|