I'm trying to figure out how to bind parameters by name (:VVV or @VVV or $VVV ) using the DBI Perl module. I can't find any examples.

All the bind_param methods look like they want a param num ($p_num). Maybe some %attr's need to be set?

I want to be able to use SQL like this:

$sql = qq/INSERT INTO table (name) VALUES (:name)/;

Thanks,

Bill
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to