Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Add record in access table

by MZSanford (Curate)
on Feb 08, 2002 at 16:55 UTC ( [id://144142]=note: print w/replies, xml ) Need Help??


in reply to Add record in access table

When using DBD::ODBC you need to use ODBC Standard SQL. I have used this for accessing diffrent ODBC databases, and i believe the following will work (but it is untested) :
my $query = q! INSERT INTO logfile ("Date Send","Certificate file") VALUES ({d '2002-01-01'},'junk') !; # other code here
Sorry, but on my current machine i dont have the ability to test this code :/. Win32 Perl Programming : The Standard Extensions covers some of the ODBC specific SQL stuff.
from the frivolous to the serious

Replies are listed 'Best First'.
Re: Re: Add record in access table
by Anonymous Monk on Feb 08, 2002 at 17:52 UTC
    Thanks that worked. Appreciate it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://144142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found