hi

i have tryed to select a db entry and tryed to make a insert if the entry do
not exist. it isn't working!? how can i find out how many entries are found?
my idea is count() but a count with where clause is currently not working
with MyODBC driver - is it working with MsSQL? however... i'd like to
understand why the following will not work with a select.

 my $rv4 = $sth4->execute('$ip','$http_user_agent');
 if ($rv4 eq '0E0') {


Alex


Reply via email to